Lines Matching defs:used

19 metafile records.  The methods used to do that differ somewhat between metafiles, and the simplest
46 An additional issue is that the Enumeration names used in WMF are different from those
47 used in EMF, even when the values are either identical or differ only slightly, and no method
175 If a uint16_t is used gcc complains about the first test. Force B to be at least as big as int (at run time) */
231 /* ************************ WMF pieces used in EMF or EMF+ ****************************** */
280 #define U_BCBM_COLOR16 16 //!< 2^16 colors. bmiColors is not used. Pixels are 5 bits B,G,R with 1 unused bit
281 #define U_BCBM_COLOR24 24 //!< 2^24 colors. bmiColors is not used. Pixels are U_RGBTRIPLE.
282 #define U_BCBM_COLOR32 32 //!< 2^32 colors. bmiColors is not used. Pixels are U_RGBQUAD. Also use for EMF+ ARGB
291 #define U_BI_UNKNOWN -1 //!< not defined in EMF standard, not to be used in EMF files
379 Microsoft documentation (EMF manual,section 2.2.5) says that the same rectangle is used for "clipping or opaquing" by ExtTextOutA/W.
425 U_NUM_RGBQUAD biClrUsed; //!< Number of bmciColors in U_BITMAPINFO/U_BITMAPCOREINFO that are used by the bitmap
467 uint8_t Reserved; //!< Not used
477 unsigned ignoreHi :8; //!< not used
480 unsigned ignoreLo :8; //!< not used
585 uint8_t Reserved; //!< Not used
767 #define U_DRAW_PATH 0x040 //!< An explicit path is being used (with a BEGIN and END)
769 #define U_DRAW_OBJECT 0x100 //!< Creates an Object (only used in WMF)
770 #define U_DRAW_NOFILL 0x200 //!< Object is not fillable (lines and arc, only used in WMF)
1179 #define U_RGN_NONE 0 //!< not part of EMF standard, may be used by others
1565 // These are used in EMF structures and the byte order must be the same in memory or on disk.
1577 // These are used in EMF structures and the byte order must be the same in memory or on disk.
1578 // These MAY be used in PNG and other libraries if these enforce byte order in memory, otherwise
1685 \brief For U_EMR_COMMENT_MULTIFORMATS record, where an array of these is used
1781 Gradient object notes. The next two structures are used to define the shape with reference to an existing array
2104 used nowhere else, so they are combined here, along with the first two fields which were not listed in the Header.
2124 uint16_t nHandles; //!< Number of graphics objects used in the Metafile
2504 U_SIZEL szlCorner; //!< W & H in logical units of ellipse used to round corner
2622 uses an unsigned int. The latter form is used in this structure.
3298 size_t used; //!< Amount consumed
3300 uint16_t ignore; //!< size padding,not used
3309 we do need to keep track of the numbers so that they are not accidentally reused. This structure is used for that,
3312 Stock objects are not used in this limited model, so libUEMF cannot detect if a handle is still in use. Nor can it
3327 2 x 2 matrix, used by xform_alt_set() function.
3335 *PU_MAT2X2; //!< 2 x 2 matrix, used by xform_alt_set() function.