Searched refs:iNumColors (Results 1 – 1 of 1) sorted by relevance
97 int iNumColors, numbits=bih2.cPlanes * bih2.cBitCount; in OOoBmpToOS2Handle() local99 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() local193 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 14 milliseconds