Searched refs:stop_x (Results 1 – 1 of 1) sorted by relevance
5004 stop_x; in DrawPolygonPrimitive() local5009 stop_x=CastDoubleToLong(floor(bounds.x2+0.5)); in DrawPolygonPrimitive()5011 q=GetCacheViewAuthenticPixels(image_view,x,y,(size_t) (stop_x-x+1),1, in DrawPolygonPrimitive()5019 for ( ; x <= stop_x; x++) in DrawPolygonPrimitive()5062 stop_x; in DrawPolygonPrimitive() local5067 stop_x=CastDoubleToLong(floor(bounds.x2+0.5)); in DrawPolygonPrimitive()5068 q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+ in DrawPolygonPrimitive()5075 for (x=start_x; x <= stop_x; x++) in DrawPolygonPrimitive()