Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.c4842 stop_x; in DrawPolygonPrimitive() local
4847 stop_x=(ssize_t) floor(bounds.x2+0.5); in DrawPolygonPrimitive()
4849 q=GetCacheViewAuthenticPixels(image_view,x,y,(size_t) (stop_x-x+1),1, in DrawPolygonPrimitive()
4857 for ( ; x <= stop_x; x++) in DrawPolygonPrimitive()
4900 stop_x; in DrawPolygonPrimitive() local
4905 stop_x=(ssize_t) floor(bounds.x2+0.5); in DrawPolygonPrimitive()
4906 q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+ in DrawPolygonPrimitive()
4913 for (x=start_x; x <= stop_x; x++) in DrawPolygonPrimitive()