Home
last modified time | relevance | path

Searched refs:pTmpDst (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/filter/source/svg/
H A Dsvgwriter.cxx1083 sal_Unicode* pTmpDst = pBuffer; in ImplWriteBmp() local
1091 *pTmpDst++ = pBase64[ ( nA >> 2 ) & 0x3f ]; in ImplWriteBmp()
1092 *pTmpDst++ = pBase64[ ( ( nA << 4 ) & 0x30 ) + ( ( nB >> 4 ) & 0xf ) ]; in ImplWriteBmp()
1093 *pTmpDst++ = pBase64[ ( ( nB << 2 ) & 0x3c ) + ( ( nC >> 6 ) & 0x3 ) ]; in ImplWriteBmp()
1094 *pTmpDst++ = pBase64[ nC & 0x3f ]; in ImplWriteBmp()
1101 *pTmpDst++ = pBase64[ ( nA >> 2 ) & 0x3f ]; in ImplWriteBmp()
1107 … *pTmpDst++ = pBase64[ ( ( nA << 4 ) & 0x30 ) + ( ( nB >> 4 ) & 0xf ) ]; in ImplWriteBmp()
1108 *pTmpDst++ = pBase64[ ( nB << 2 ) & 0x3c ]; in ImplWriteBmp()
1112 *pTmpDst++ = pBase64[ ( nA << 4 ) & 0x30 ]; in ImplWriteBmp()
1113 *pTmpDst++ = '='; in ImplWriteBmp()
[all …]

Completed in 168 milliseconds