Searched defs:U_PSEUDO_OBJ (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf.h | 1335 } U_PSEUDO_OBJ; typedef in typeref:struct:__anon227 1343 U_PSEUDO_OBJ *poPoints; /**< Points in path */ 1344 U_PSEUDO_OBJ *poTypes; /**< Types of points in path */ 2823 int U_PMR_write(U_PSEUDO_OBJ *po, U_PSEUDO_OBJ *sum, EMFTRACK *et); 2824 int U_PMR_drawline(uint32_t PenID, uint32_t PathID, U_PMF_POINTF Start, U_PMF_POINTF End, int Dashed, U_PSEUDO_OBJ *sum, EMFTRACK *et); 2825 int U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, 2827 U_FLOAT x, U_FLOAT y, U_PSEUDO_OBJ *sum, EMFTRACK *et); 2852 U_PSEUDO_OBJ *U_PO_create(char *Data, size_t Size, size_t Use, uint32_t Type); 2853 U_PSEUDO_OBJ *U_PO_appen [all...] |
Completed in 30 milliseconds