Searched refs:pDstLine (Results 1 – 2 of 2) sorted by relevance
370 PM_BYTE* pDstLine = pBitsDst + nY * nWidthAl24; in ImplDrawBitmap() local376 *pDstLine++ = rQuad.bBlue; in ImplDrawBitmap()377 *pDstLine++ = rQuad.bGreen; in ImplDrawBitmap()378 *pDstLine++ = rQuad.bRed; in ImplDrawBitmap()
1539 unsigned char* pDstLine = rRawBitmap.mpBits; in GetGlyphBitmap1() local1542 memcpy( pDstLine, pSrcLine, rBitmapFT.pitch ); in GetGlyphBitmap1()1543 pDstLine += rRawBitmap.mnScanlineSize; in GetGlyphBitmap1()
Completed in 38 milliseconds