Searched defs:pptype (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf_print.c3199 int vgatype, pptype; local
3206 &vgatype, &pptype,
3212 printf(" + vgatype:%d pptype:%u",vgatype,pptype);
3219 if(pptype && !U_PMF_PALETTE_print(Data, blimit))return(0);
H A Dupmf.c8394 \param pptype Set: Palette is present; Clear: Palette is absent.
8412 int *vgatype, int *pptype,
8417 if(!contents || !vgatype || !pptype ||
8428 *pptype = (lclHeader.Flags & U_PPF_PP ? 1 : 0 );
8438 U_PMF_PTRSAV_COND(Data, contents, *pptype);
8411 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) argument

Completed in 369 milliseconds