Home
last modified time | relevance | path

Searched refs:pRGB (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx470 sal_uInt8* pRGB = &(*maRGB_Horiz.begin()); in UpdateBitmap() local
476 *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()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx282 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 …]
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3935 static const sal_Int32 pRGB[] = in RTLFUNC() local
3967 sal_Int32 nRGB = pRGB[ nCol ]; in RTLFUNC()

Completed in 42 milliseconds