Searched refs:get_real_color_count (Results 1 - 4 of 4) 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);
H A Duemf_safe.c107 ClrUsed = get_real_color_count(Bmi + offsetof(U_BITMAPINFO,bmiHeader));
H A Duemf.h3355 int get_real_color_count(const char *Bmih);
H A Duwmf.c797 E = U_SIZE_BITMAPINFOHEADER + 4 * get_real_color_count((char *)&(B->bmiHeader)); /* bmiheader + colortable*/ \
4831 *numCt = get_real_color_count(dib);

Completed in 117 milliseconds