Searched refs:U_PMF_SETTSGRAPHICS (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.h2741 } U_PMF_SETTSGRAPHICS; typedef in typeref:struct:__anon330
3024 U_PSEUDO_OBJ *U_PMR_SETTSGRAPHICS_set(int vgatype, U_PMF_SETTSGRAPHICS *Tsg, U_PSEUDO_OBJ *Palette);
H A Dupmf.c5184 \param Tsg A U_PMF_SETTSGRAPHICS object
5190 U_PSEUDO_OBJ *U_PMR_SETTSGRAPHICS_set(int vgatype, U_PMF_SETTSGRAPHICS *Tsg, U_PSEUDO_OBJ *Palette){
5192 int Size = sizeof(U_PMF_SETTSGRAPHICS) + (Palette ? Palette->Used : 0);
8424 if(lclHeader.Size < sizeof(U_PMF_SETTSGRAPHICS))return(0);

Completed in 141 milliseconds