Searched defs:U_RGBQUAD (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uemf.h | 227 typedef uint32_t U_NUM_RGBQUAD; //!< Number of U_RGBQUAD (in bmciColors in U_BITMAPCOREINFO) 282 #define U_BCBM_COLOR32 32 //!< 2^32 colors. bmiColors is not used. Pixels are U_RGBQUAD. Also use for EMF+ ARGB 586 } U_RGBQUAD, typedef in typeref:struct:__anon121 1564 // Set/Get for U_RGBQUAD Colors, which are stored in byte order: {B,G,R,A}. 2036 U_RGBQUAD bmiColors[1]; //!< Color table. 24 bit images do not use color table values. 3360 const char **px, const U_RGBQUAD **ct, uint32_t *numCt, 3362 int DIB_to_RGBA(const char *px, const U_RGBQUAD *ct, int numCt, 3400 U_RGBQUAD rgbquad_set(uint8_t red,uint8_t green, uint8_t blue, uint8_t reserved);
|
Completed in 48 milliseconds