Searched refs:numbits (Results 1 – 1 of 1) sorted by relevance
97 int iNumColors, numbits=bih2.cPlanes * bih2.cBitCount; in OOoBmpToOS2Handle() local98 if (numbits != 24) in OOoBmpToOS2Handle()99 iNumColors = bih2.cclrUsed ? bih2.cclrUsed : 2<<numbits; in OOoBmpToOS2Handle()191 int iNumColors, numbits=bm.bmp2.cPlanes * bm.bmp2.cBitCount; in OS2HandleToOOoBmp() local192 if (numbits != 24) in OS2HandleToOOoBmp()193 iNumColors = bm.bmp2.cclrUsed ? bm.bmp2.cclrUsed : 2<<numbits; in OS2HandleToOOoBmp()
Completed in 20 milliseconds