Home
last modified time | relevance | path

Searched refs:pattern_bounds (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.c121 pattern_bounds; member
439 wand->pattern_bounds.x=0; in ClearDrawingWand()
440 wand->pattern_bounds.y=0; in ClearDrawingWand()
441 wand->pattern_bounds.width=0; in ClearDrawingWand()
442 wand->pattern_bounds.height=0; in ClearDrawingWand()
513 clone_wand->pattern_bounds=wand->pattern_bounds; in CloneDrawingWand()
4063 (double) wand->pattern_bounds.width,(double) wand->pattern_bounds.height, in DrawPopPattern()
4064 (double) wand->pattern_bounds.x,(double) wand->pattern_bounds.y); in DrawPopPattern()
4068 wand->pattern_bounds.x=0; in DrawPopPattern()
4069 wand->pattern_bounds.y=0; in DrawPopPattern()
[all …]
/external/ImageMagick/MagickCore/
Ddraw.c2420 pattern_bounds; in DrawImage() local
2425 pattern_bounds.x=(ssize_t) ceil(StringToDouble(token, in DrawImage()
2432 pattern_bounds.y=(ssize_t) ceil(StringToDouble(token, in DrawImage()
2439 pattern_bounds.width=(size_t) floor(StringToDouble(token, in DrawImage()
2446 pattern_bounds.height=(size_t) floor(StringToDouble(token, in DrawImage()
2466 "%.20gx%.20g%+.20g%+.20g",(double)pattern_bounds.width, in DrawImage()
2467 (double)pattern_bounds.height,(double)pattern_bounds.x, in DrawImage()
2468 (double)pattern_bounds.y); in DrawImage()