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

/inkscape/src/libuemf/
H A Dupmf_print.c373 case U_OT_Image: printf("Image"); break;
583 printf(" + Image:");
588 printf(" + Unknown Image Type\n");
616 printf(" + Image Attributes: ");
1822 const char *Image; local
1825 int status = U_PMF_TEXTUREBRUSHOPTIONALDATA_get(contents, HasImage, pMatrix, &Image, blimit);
1827 printf(" + TBOptdata: Image:%c", (HasImage ? 'Y' : 'N'));
1829 (void) U_PMF_IMAGE_print(Image, blimit);
H A Dupmf.c2228 \param cbImage Bytes in Image
2229 \param Image Stored image in one of the supported formats (GIF, PNG, etc.).
2233 U_PSEUDO_OBJ *U_PMF_COMPRESSEDIMAGE_set(int32_t cbImage, const char *Image){ argument
2234 if(!cbImage || !Image)return(NULL);
2236 {Image, cbImage, 1, U_XE},
3398 \param Image (optional) U_PSEUDO_OBJ containing an U_PMF_IMAGE object
3403 U_PSEUDO_OBJ *U_PMF_TEXTUREBRUSHOPTIONALDATA_set(const U_PSEUDO_OBJ *Tm, const U_PSEUDO_OBJ *Image){ argument
3405 if(Image && (Image->Type != (U_PMF_IMAGE_OID))){ return(NULL); }
3409 {(Image
6823 U_PMF_TEXTUREBRUSHOPTIONALDATA_get(const char *contents, int HasImage, U_PMF_TRANSFORMMATRIX *Matrix, const char **Image, const char *blimit) argument
[all...]

Completed in 47 milliseconds