Searched refs:bic (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uemf.c | 877 uint32_t bic; local 881 bic = Bmih->biCompression; 892 if(bic == U_BI_RGB){ 897 else if(bic == U_BI_BITFIELDS){ /* to date only encountered once, for 32 bit, from PPT*/ 900 bic = U_BI_RGB; /* there seems to be no difference, at least for the 32 bit images */ 907 return(bic);
|
H A D | uwmf.c | 4810 uint32_t bic; local 4812 bic = U_BI_RGB; // this information is not in the coreheader; 4820 U_BITMAPINFOHEADER_get(dib, &uig4, width, height,&uig4, (uint32_t *) colortype, &bic, &uig4, &ig4, &ig4, &uig4, &uig4); 4830 if(bic == U_BI_RGB){ 4842 return(bic);
|
Completed in 51 milliseconds