Searched defs:DSOFlags (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 2382 uint32_t BrushID, DSOFlags, HasMatrix, Elements; local 2388 &BrushID, &DSOFlags, &HasMatrix, &Elements,&Glyphs, &Points, &Matrix); 2390 printf(" + FontID:%u btype:%d BrushID:%u DSOFlags:%X Elements:%u\n", FontID,btype, BrushID, DSOFlags, Elements);
|
H A D | upmf.c | 4129 \param DSOFlags DriverStringOptions flags 4132 \param Glyphs If U_DSO_CmapLookup is set in DSOFlags this is an array of UTF16LE characters, otherwise, it is an array of indices into the U_PMF_FONT object indexed by Object_ID in flags. 4140 uint32_t DSOFlags, uint32_t HasMatrix, uint32_t GlyphCount, 4166 {&DSOFlags, 4, 1, U_LE}, 7471 \param DSOFlags DriverStringOptions flags 7474 \param Glyphs Caller must free. If U_DSO_CmapLookup is set in DSOFlags this is an array of UTF16LE characters, otherwise, it is an array of indices into the U_PMF_FONT object indexed by Object_ID in flags. 7475 \param Points Caller must free. Coordinates of each member of Glyphs. U_DSO_RealizedAdvance set in DSOFlags Relative then positions are calculated relative to the first glyph which is stored in Positions, otherwise, all glyph positions are stored in Positions. 7482 uint32_t *BrushID, uint32_t *DSOFlags, uint32_t *HasMatrix, uint32_t *Elements, 7485 !DSOFlags || !HasMatrix || !Elements || !Glyphs || !Points || !Matrix){ return(0); } 7497 U_PMF_SERIAL_get(&contents, DSOFlags, 4139 U_PMR_DRAWDRIVERSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t DSOFlags, uint32_t HasMatrix, uint32_t GlyphCount, const uint16_t *Glyphs, const U_PSEUDO_OBJ *Points, const U_PSEUDO_OBJ *Tm) argument 7480 U_PMR_DRAWDRIVERSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *DSOFlags, uint32_t *HasMatrix, uint32_t *Elements, uint16_t **Glyphs, U_PMF_POINTF **Points, U_PMF_TRANSFORMMATRIX **Matrix) argument [all...] |
H A D | upmf.h | 2293 uint32_t DSOFlags; //!< DriverStringOptions flags member in struct:__anon298 2298 uint16_t Glyphs; //!< If U_DSO_CmapLookup is set in DSOFlags this is an array 2301 U_PMF_POINTF Positions; //!< Coordinates of each member of Glyphs. U_DSO_RealizedAdvance set in DSOFlags 2990 uint32_t DSOFlags, uint32_t HasMatrix, uint32_t GlyphCount, 3127 int U_PMR_DRAWDRIVERSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *DSOFlags, uint32_t *HasMatrix, uint32_t *Elements, uint16_t **Glyphs, U_PMF_POINTF **Points, U_PMF_TRANSFORMMATRIX **Matrix);
|
Completed in 70 milliseconds