Home
last modified time | relevance | path

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

/aoo4110/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx97 int iNumColors, numbits=bih2.cPlanes * bih2.cBitCount; in OOoBmpToOS2Handle() local
99 iNumColors = bih2.cclrUsed ? bih2.cclrUsed : 2<<numbits; in OOoBmpToOS2Handle()
101 iNumColors = bih2.cclrUsed; in OOoBmpToOS2Handle()
102 int iColorTableSize = iNumColors*sizeof(RGB2); in OOoBmpToOS2Handle()
191 int iNumColors, numbits=bm.bmp2.cPlanes * bm.bmp2.cBitCount; in OS2HandleToOOoBmp() local
193 iNumColors = bm.bmp2.cclrUsed ? bm.bmp2.cclrUsed : 2<<numbits; in OS2HandleToOOoBmp()
195 iNumColors = bm.bmp2.cclrUsed; in OS2HandleToOOoBmp()
196 int iColorTableSize = iNumColors*sizeof(RGBQUAD); in OS2HandleToOOoBmp()

Completed in 12 milliseconds