Searched defs:get_real_color_count (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.c205 E = sizeof(U_BITMAPINFOHEADER) + 4 * get_real_color_count((const char *) &(B->bmiHeader)); /* bmiheader + colortable*/ \
809 int get_real_color_count( function
893 *numCt = get_real_color_count((const char *) Bmih);
2076 cbColors = 4*get_real_color_count((char *) &BmiHeader);

Completed in 37 milliseconds