Searched defs:FormatID (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 2599 uint32_t FontID, BrushID, FormatID, Length; local 2604 &BrushID, &FormatID, &Length, &Rect, &String16); 2606 printf(" + FontID:%u StringFormatID:%u btype:%d Length:%u Rect:", FontID, FormatID, btype, Length);
|
H A D | upmf.c | 141 \param FormatID index of U_PMF_STRINGFORMAT object to use in the EMF+ Object Table. 159 int U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, argument 189 po = U_PMR_OBJECT_PO_set(FormatID, poSF); 227 po = U_PMR_DRAWSTRING_set(FontID, BrushID, FormatID, slen, poRect, Text16); 4429 \param FormatID U_PMF_STRINGFORMAT object in EMF+ Object Table. 4438 uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text){ 4459 {&FormatID, 4, 1, U_LE}, 7750 \param FormatID U_PMF_STRINGFORMAT object in EMF+ Object Table. 7759 uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, 7761 if(!contents || !FontID || !btype || !BrushID || !FormatID || !Element 4437 U_PMR_DRAWSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text) argument 7757 U_PMR_DRAWSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, uint16_t **String) argument [all...] |
H A D | upmf.h | 2439 uint32_t FormatID; //!< U_PMF_STRINGFORMAT object in EMF+ Object Table. member in struct:__anon306 2825 int U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, 3000 uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text); 3135 int U_PMR_DRAWSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, uint16_t **String);
|
Completed in 93 milliseconds