Lines Matching defs:table
49 these WMF enumerations is by referencing the following table:
163 #define U_CT_NO 0 //!< For RGBA_to_DIB, do not use color table
164 #define U_CT_BGRA 1 //!< For RGBA_to_DIB, use color table (16 bits or less only) BGRA colors, compatible with EMF+ ARGB
165 #define U_CT_ARGB 1 //!< For RGBA_to_DIB, use color table (16 bits or less only) BGRA colors, compatible with EMF+ ARGB
873 #define U_DIB_RGB_COLORS 0 //!< color table contains colors
874 #define U_DIB_PAL_COLORS 1 //!< color table contains 16 bit indices into logical palette
875 #define U_DIB_PAL_INDICES 2 //!< no color table, pixel values are indices into logical palette
1501 #define U_PFD_TYPE_COLORINDEX 1 //!< Pixel contains an index into the color table.
2036 U_RGBQUAD bmiColors[1]; //!< Color table. 24 bit images do not use color table values.
2453 uint32_t ihPen; //!< Index to place object in EMF object table (this entry must not yet exist)
2464 uint32_t ihBrush; //!< Index to place object in EMF object table (this entry must not yet exist)
2535 uint32_t ihPal; //!< Index of a Palette object in the EMF object table
2545 uint32_t ihPal; //!< Index to place object in EMF object table (this entry must not yet exist)
2556 uint32_t ihPal; //!< Index of a Palette object in the EMF object table
2569 uint32_t ihPal; //!< Index of a Palette object in the EMF object table
2710 uint32_t ihBrush; //!< Index of a Brush object in the EMF object table
2723 uint32_t ihBrush; //!< Index of a Brush object in the EMF object table
2904 uint32_t ihFont; //!< Index of the font in the EMF object table
2999 uint32_t ihBrush; //!< Index to place object in EMF object table (this entry must not yet exist)
3015 uint32_t ihBrush; //!< Index to place object in EMF object table (this entry must not yet exist)
3031 uint32_t ihPen; //!< Index to place object in EMF object table (this entry must not yet exist)
3067 uint32_t ihCS; //!< Index to place object in EMF object table (this entry must not yet exist)
3078 uint32_t ihCS; //!< Index of object in EMF object table
3277 uint32_t ihCS; //!< Index of the logical color space object in the EMF object table
3307 The various create functions need a place to put their handles, these are stored in the table below.
3317 uint32_t *table; //!< Array Buffer for constructing the EMF in memory
3318 uint32_t *stack; //!< handles are either on the stack or in the table