Searched defs:Pattern (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dgenerate_voronoi.py76 class Pattern(inkex.Effect): class in inherits:inkex.Effect
201 e = Pattern()
/inkscape/src/libuemf/
H A Duwmf_print.c63 printf("Pattern:(not shown)");
266 printf("Pattern:(not implemented)");
1270 const char *Pattern; local
1272 int size = U_WMRCREATEPATTERNBRUSH_get(contents, &Bm16, &pasize, &Pattern);
1276 printf(" Pattern: ");
1278 printf("%2.2X ",Pattern[i]);
H A Dupmf.c2490 if(!(0x00000001 & BitPat))return(NULL); /* Pattern must start with a drawn segment, this bit must be set */
2491 if( 0x80000000 & BitPat )return(NULL); /* Pattern must end with an undrawn segment, this bit must be clear */
2840 \param Pd U_PSEUDO_OBJ containing a U_PMF_BLENDCOLORS or U_PMF_BLENDFACTORS object. (Pattern Data)
6290 \param Pattern Blend Pattern
6297 const char **Pattern, const char **Data, const char *blimit){
6299 if(!contents || !Flags || !Matrix || !Pattern || !Data || !blimit){ return(0); }
6312 U_PMF_PTRSAV_SHIFT(Pattern, &contents, varsize);
6314 else { *Pattern=NULL; }
6296 U_PMF_PATHGRADIENTBRUSHOPTIONALDATA_get(const char *contents, uint32_t Flags, U_PMF_TRANSFORMMATRIX *Matrix, const char **Pattern, const char **Data, const char *blimit) argument

Completed in 193 milliseconds