Lines Matching refs:CastDoubleToLong

1236   start=CastDoubleToLong(ceil(edge.y1-0.5));  in DrawAffineImage()
1237 stop=CastDoubleToLong(floor(edge.y2+0.5)); in DrawAffineImage()
1270 q=GetCacheViewAuthenticPixels(image_view,CastDoubleToLong( in DrawAffineImage()
1271 ceil(inverse_edge.x1-0.5)),y,(size_t) CastDoubleToLong(floor( in DrawAffineImage()
1278 for (x=CastDoubleToLong(ceil(inverse_edge.x1-0.5)); in DrawAffineImage()
1279 x <= CastDoubleToLong(floor(inverse_edge.x2+0.5)); x++) in DrawAffineImage()
2093 if ((x != CastDoubleToLong(ceil(gradient_vector->x1-0.5))) || in DrawGradientImage()
2094 (y != CastDoubleToLong(ceil(gradient_vector->y1-0.5)))) in DrawGradientImage()
2121 if ((x != CastDoubleToLong(ceil(gradient_vector->x1-0.5))) || in DrawGradientImage()
2122 (y != CastDoubleToLong(ceil(gradient_vector->y1-0.5)))) in DrawGradientImage()
2163 if ((x != CastDoubleToLong(ceil(gradient_vector->x1-0.5))) || in DrawGradientImage()
2164 (y != CastDoubleToLong(ceil(gradient_vector->y1-0.5)))) in DrawGradientImage()
2279 if (extent == (double) CastDoubleToLong(extent)) in CheckPrimitiveExtent()
3461 bounds.x=CastDoubleToLong(ceil(GetDrawValue(token, in RenderMVGContent()
3468 bounds.y=CastDoubleToLong(ceil(GetDrawValue(token, in RenderMVGContent()
3475 bounds.width=(size_t) CastDoubleToLong(floor(GetDrawValue( in RenderMVGContent()
3886 graphic_context[n]->viewbox.x=CastDoubleToLong(ceil( in RenderMVGContent()
3893 graphic_context[n]->viewbox.y=CastDoubleToLong(ceil( in RenderMVGContent()
3900 graphic_context[n]->viewbox.width=(size_t) CastDoubleToLong( in RenderMVGContent()
3907 graphic_context[n]->viewbox.height=(size_t) CastDoubleToLong( in RenderMVGContent()
4982 start_y=CastDoubleToLong(ceil(bounds.y1-0.5)); in DrawPolygonPrimitive()
4983 stop_y=CastDoubleToLong(floor(bounds.y2+0.5)); in DrawPolygonPrimitive()
5008 start_x=CastDoubleToLong(ceil(bounds.x1-0.5)); in DrawPolygonPrimitive()
5009 stop_x=CastDoubleToLong(floor(bounds.x2+0.5)); in DrawPolygonPrimitive()
5021 if ((x == CastDoubleToLong(ceil(primitive_info->point.x-0.5))) && in DrawPolygonPrimitive()
5022 (y == CastDoubleToLong(ceil(primitive_info->point.y-0.5)))) in DrawPolygonPrimitive()
5043 start_y=CastDoubleToLong(ceil(bounds.y1-0.5)); in DrawPolygonPrimitive()
5044 stop_y=CastDoubleToLong(floor(bounds.y2+0.5)); in DrawPolygonPrimitive()
5066 start_x=CastDoubleToLong(ceil(bounds.x1-0.5)); in DrawPolygonPrimitive()
5067 stop_x=CastDoubleToLong(floor(bounds.x2+0.5)); in DrawPolygonPrimitive()
5168 x=CastDoubleToLong(ceil(primitive_info->point.x-0.5)); in LogPrimitiveInfo()
5169 y=CastDoubleToLong(ceil(primitive_info->point.y-0.5)); in LogPrimitiveInfo()
5282 x=CastDoubleToLong(ceil(primitive_info->point.x-0.5)); in DrawPrimitive()
5283 y=CastDoubleToLong(ceil(primitive_info->point.y-0.5)); in DrawPrimitive()
5561 x1=CastDoubleToLong(ceil(primitive_info[1].point.x-0.5)); in DrawPrimitive()
5562 y1=CastDoubleToLong(ceil(primitive_info[1].point.y-0.5)); in DrawPrimitive()
6171 arc_segments=(size_t) CastDoubleToLong(ceil(fabs((double) (theta/(0.5* in TraceArcPath()
7521 arc_segments=(size_t) CastDoubleToLong(ceil((double) ((theta. in TraceStrokePolygon()
7594 arc_segments=(size_t) CastDoubleToLong(ceil((double) ((theta.p- in TraceStrokePolygon()