Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/svg/
H A Dsvgwriter.cxx92 static const sal_Unicode pBase64[] = variable
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()

Completed in 26 milliseconds