Lines Matching defs:Data

330 #define   U_BDT_Pixel                   0x00 //!< Data is a bitmap.
331 #define U_BDT_Compressed 0x01 //!< Data is a compressed bitmap (like a PNG).
1140 #define U_PD_DLData 0x0100 //!< Dashed Line Data
1142 #define U_PD_CLData 0x0400 //!< Compound Line Data
1331 char *Data; /**< Buffer that hold's the PseudoObject's data */
1332 size_t Size; /**< Number of bytes allocated in Data (may be >Used if padding is present) */
1333 size_t Used; /**< Number of data bytes that are stored in Data */
1339 The type is U_RAW_OID, and there is no elements count at the beginning of Data
1383 uint32_t Data[]; // one of the 5 types of Brush data (2.2.2 20, 24, 29, 43, or 45)
1396 uint32_t Data[]; //!< one of the 2 types of Linecap data (2.2.2 12, 13)
1422 uint32_t Data[]; //!< one of the 2 types of image data (2.2.2 2 or 27)
1583 int32_t Size; //!< Bytes in Data
1585 U_PMF_PATH Data //!< Boundary of the brush
1611 U_FLOAT Data //!< Line or gap width (0.0 <-> 1.0, fraction of total line width )
1625 int32_t Size; //!< Bytes in Data
1627 U_PMF_CUSTOMLINECAP Data //!< Description of linecap
1659 U_PMF_CUSTOMLINECAPOPTIONALDATA Data //!< meaning determined by Flags
1673 int32_t Size; //!< Bytes in Data
1675 U_PMF_CUSTOMLINECAP Data //!< Description of linecap
1681 int32_t Elements; //!< Elements in Data
1683 U_FLOAT Data; //!< Array of lengths of dashes and spaces
1692 int32_t Size; //!< Bytes in Data
1694 U_PMF_PATH Data; //!< Path specification
1823 int32_t Size; //!< Bytes in Data
1825 U_PMF_PATH Data; //!< Outline path
1832 uint32_t Size; //!< Bytes in Data
1834 U_PMF_IMAGE Data; //!< Various types of data, like an EMF metafile, WMF metafile, another EMF+ metafile
1841 uint32_t Elements; //!< elements in Data
1843 U_PMF_ARGB Data; //!< Palette data (array of colors)
1979 int32_t Size; //!< Bytes in Data
1981 U_PMF_PATH Data; //!< Boundary of region node
2215 bit1 bit4 Type of Data
2236 bit1 bit4 Type of Data
2262 bit1 Type of Data
2347 bit1 bit4 Type of Data
2375 bit1 bit4 Type of Data
2456 bit1 bit4 Type of Data
2523 bit1 bit4 Type of Data
2576 uint8_t Data; //!< Object's data. Type from bits1-7 and bits8-15 of Header.Flags, see above
2590 uint32_t Size; //!< Bytes in Data.
2593 uint8_t Data; //!< "Serialized image effects parameter block". One of the ImageEffects objects.
2852 U_PSEUDO_OBJ *U_PO_create(char *Data, size_t Size, size_t Use, uint32_t Type);
2853 U_PSEUDO_OBJ *U_PO_append(U_PSEUDO_OBJ *po, const char *Data, size_t Size);
2931 U_PMF_POINTF Center, const U_PSEUDO_OBJ *Gradient, const U_PSEUDO_OBJ *Boundary, const U_PSEUDO_OBJ *Data);
2979 U_PSEUDO_OBJ *U_PMR_COMMENT_set(size_t cbData, const void *Data);
3009 U_PSEUDO_OBJ *U_PMR_OBJECT_set(uint32_t ObjID, int otype, int ntype, uint32_t TSize, size_t cbData, const char *Data);
3039 int U_PMF_BRUSH_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit);
3040 int U_PMF_CUSTOMLINECAP_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit);
3041 int U_PMF_FONT_get(const char *contents, uint32_t *Version, U_FLOAT *EmSize, uint32_t *SizeUnit, int32_t *FSFlags, uint32_t *Length, const char **Data, const char *blimit);
3042 int U_PMF_IMAGE_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit);
3047 int U_PMF_STRINGFORMAT_get(const char *contents, U_PMF_STRINGFORMAT *Sfs, const char **Data, const char *blimit);
3049 int U_PMF_BITMAP_get(const char *contents, U_PMF_BITMAP *Bs, const char **Data, const char *blimit);
3050 int U_PMF_BITMAPDATA_get(const char *contents, U_PMF_PALETTE *Ps, const char **Colors, const char **Data, const char *blimit);
3053 int U_PMF_BOUNDARYPATHDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3057 int U_PMF_COMPRESSEDIMAGE_get(const char *contents, const char **Data, const char *blimit);
3058 int U_PMF_CUSTOMENDCAPDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3060 int U_PMF_CUSTOMLINECAPDATA_get(const char *contents, U_PMF_CUSTOMLINECAPDATA *Clcd, const char **Data, const char *blimit);
3062 int U_PMF_CUSTOMSTARTCAPDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3064 int U_PMF_FILLPATHOBJ_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3071 int U_PMF_LINEARGRADIENTBRUSHDATA_get(const char *contents, U_PMF_LINEARGRADIENTBRUSHDATA *Lgbd, const char **Data, const char *blimit);
3073 int U_PMF_LINEPATH_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3074 int U_PMF_METAFILE_get(const char *contents, uint32_t *Type, uint32_t *Size, const char **Data, const char *blimit);
3075 int U_PMF_PALETTE_get(const char *contents, uint32_t *Flags, uint32_t *Elements, const char **Data, const char *blimit);
3076 int U_PMF_PATHGRADIENTBRUSHDATA_get(const char *contents, U_PMF_PATHGRADIENTBRUSHDATA *Pgbd, const char **Gradient, const char **Boundary, const char **Data, const char *blimit);
3077 int U_PMF_PATHGRADIENTBRUSHOPTIONALDATA_get(const char *contents, uint32_t Flags, U_PMF_TRANSFORMMATRIX *Matrix, const char **Pattern, const char **Data, const char *blimit);
3080 int U_PMF_PENDATA_get(const char *contents, uint32_t *Flags, uint32_t *Unit, U_FLOAT *Width, const char **Data, const char *blimit);
3089 int U_PMF_REGIONNODE_get(const char *contents, uint32_t *Type, const char **Data, const char *blimit);
3091 int U_PMF_REGIONNODEPATH_get(const char *contents, int32_t *Size, const char **Data, const char *blimit);
3095 int U_PMF_TEXTUREBRUSHDATA_get(const char *contents, uint32_t *Flags, int32_t *WrapMode, const char **Data, const char *blimit);
3118 int U_PMR_COMMENT_get(const char *contents, U_PMF_CMN_HDR *Header, const char **Data);
3143 int U_PMR_OBJECT_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *ObjID, int *otype, int *ntype, uint32_t *TSize, const char **Data);
3144 int U_PMR_SERIALIZABLEOBJECT_get(const char *contents, U_PMF_CMN_HDR *Header, uint8_t *GUID, uint32_t *Size, const char **Data);
3159 int U_PMR_SETTSGRAPHICS_get(const char *contents, U_PMF_CMN_HDR *Header, int *vgatype, int *pptype, uint8_t *AntiAliasMode, uint8_t *TextRenderHint, uint8_t *CompositingMode, uint8_t *CompositingQuality, int16_t *RenderOriginX, int16_t *RenderOriginY, uint16_t *TextContrast, uint8_t *FilterType, uint8_t *PixelOffset, U_PMF_TRANSFORMMATRIX *WorldToDevice, const char **Data);