Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c32 static WORD DIBNumColors(LPSTR lpDIB);
324 return (DIBNumColors(lpDIB) * sizeof(RGBQUAD)); in PaletteSize()
326 return (DIBNumColors(lpDIB) * sizeof(RGBTRIPLE)); in PaletteSize()
330 WORD DIBNumColors(LPSTR lpDIB) in DIBNumColors() function