Searched refs:pRGB (Results 1 – 3 of 3) sorted by relevance
282 if(pRGB && BMP_FORMAT_24BIT_TC_BGR != (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()292 *pRGB, in ImplCreateGdiPlusBitmap()298 pRGB = pExtraRGB; in ImplCreateGdiPlusBitmap()301 if(pRGB in ImplCreateGdiPlusBitmap()302 && pRGB->mnWidth > 0 in ImplCreateGdiPlusBitmap()303 && pRGB->mnHeight > 0 in ImplCreateGdiPlusBitmap()381 if(pRGB && BMP_FORMAT_24BIT_TC_BGR != (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()391 *pRGB, in ImplCreateGdiPlusBitmap()397 pRGB = pExtraRGB; in ImplCreateGdiPlusBitmap()434 if(pRGB in ImplCreateGdiPlusBitmap()[all …]
470 sal_uInt8* pRGB = &(*maRGB_Horiz.begin()); in UpdateBitmap() local476 *pRGB++ = static_cast< sal_uInt8 >( (x * 256) / nWidth ); in UpdateBitmap()484 pRGB = &(*maRGB_Vert.begin()); in UpdateBitmap()490 *pRGB++ = static_cast< sal_uInt8 >( (y * 256) / nHeight ); in UpdateBitmap()
3920 static const sal_Int32 pRGB[] = in RTLFUNC() local3952 sal_Int32 nRGB = pRGB[ nCol ]; in RTLFUNC()
Completed in 55 milliseconds