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

/inkscape/src/libuemf/
H A Dupmf_print.c2231 int IsDual, IsVideo; local
2233 int status = U_PMR_HEADER_get(contents, NULL, &Version, &IsDual, &IsVideo, &LogicalDpiX, &LogicalDpiY);
2238 printf(" IsDual:%c IsVideo:%d LogicalDpiX,y:{%u,%u}\n",(IsDual ? 'Y' : 'N'),IsVideo,LogicalDpiX, LogicalDpiY);
H A Dupmf.c3911 \param IsVideo set = video device, clear= printer. Ignore all other bits.
3919 U_PSEUDO_OBJ *U_PMR_HEADER_set(int IsDual, int IsVideo, const U_PSEUDO_OBJ *Version, argument
3924 uint32_t Flags = (IsVideo ? U_PPF_VIDEO : 0);
7270 \param IsVideo set = video device, clear= printer. Ignore all other bits.
7277 U_PMF_GRAPHICSVERSION *Version, int *IsDual, int *IsVideo, uint32_t *LogicalDpiX, uint32_t *LogicalDpiY){
7278 if(!contents || !Version || !IsDual || !IsVideo || !LogicalDpiX || !LogicalDpiY){ return(0); }
7291 *IsVideo = (tmp & U_PPF_VIDEO ? 1 : 0 );
7276 U_PMR_HEADER_get(const char *contents, U_PMF_CMN_HDR *Header, U_PMF_GRAPHICSVERSION *Version, int *IsDual, int *IsVideo, uint32_t *LogicalDpiX, uint32_t *LogicalDpiY) argument

Completed in 1214 milliseconds