Searched defs:HasImage (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1814 \param HasImage True if the record contains an image. 1819 int U_PMF_TEXTUREBRUSHOPTIONALDATA_print(const char *contents, int HasMatrix, int HasImage, const char *blimit){ argument 1825 int status = U_PMF_TEXTUREBRUSHOPTIONALDATA_get(contents, HasImage, pMatrix, &Image, blimit); 1827 printf(" + TBOptdata: Image:%c", (HasImage ? 'Y' : 'N'));
|
H A D | upmf.c | 6814 \param HasImage True if this object has an Image 6823 int U_PMF_TEXTUREBRUSHOPTIONALDATA_get(const char *contents, int HasImage, U_PMF_TRANSFORMMATRIX *Matrix, argument 6830 if(HasImage){ 6832 U_PMF_PTRSAV_COND(Image, contents, HasImage);
|
Completed in 699 milliseconds