/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 240 if (shouldAntialias()) in drawLine() 298 if (shouldAntialias()) in drawLine() 422 if (antialiased != shouldAntialias()) in drawConvexPolygon() 429 if (antialiased != shouldAntialias()) in drawConvexPolygon() 430 CGContextSetShouldAntialias(context, shouldAntialias()); in drawConvexPolygon() 443 if (antialias != shouldAntialias()) in clipConvexPolygon() 450 if (antialias != shouldAntialias()) in clipConvexPolygon() 451 CGContextSetShouldAntialias(context, shouldAntialias()); in clipConvexPolygon() 1255 if (shouldAntialias()) { in drawLineForText()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 177 , shouldAntialias(true) in GraphicsContextState() 218 bool shouldAntialias : 1; member 267 bool shouldAntialias() const; 320 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
|
D | GraphicsContext.cpp | 233 m_state.shouldAntialias = b; in setShouldAntialias() 237 bool GraphicsContext::shouldAntialias() const in shouldAntialias() function in WebCore::GraphicsContext 239 return m_state.shouldAntialias; in shouldAntialias()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 129 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument 136 UNUSED_PARAM(shouldAntialias); // FIXME in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.cpp | 263 bool shouldAntialias) in drawConvexPolygon() argument 282 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon() 289 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon()
|
D | GraphicsContextAndroid.cpp | 214 bool shouldAntialias) in drawConvexPolygon() argument 220 platformContext()->drawConvexPolygon(numPoints, points, shouldAntialias); in drawConvexPolygon()
|
D | PlatformGraphicsContextSkia.h | 80 bool shouldAntialias);
|
D | PlatformGraphicsContextRecording.h | 121 bool shouldAntialias);
|
D | PlatformGraphicsContext.h | 112 bool shouldAntialias) = 0;
|
D | PlatformGraphicsContextRecording.cpp | 793 bool shouldAntialias) in drawConvexPolygon() argument 803 appendDrawingOperation(NEW_OP(DrawConvexPolygonQuad)(points, shouldAntialias), bounds); in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 137 …hicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 485 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument 496 cairo_set_antialias(cr, shouldAntialias ? CAIRO_ANTIALIAS_DEFAULT : CAIRO_ANTIALIAS_NONE); in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 237 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 441 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument 457 p->setRenderHint(QPainter::Antialiasing, shouldAntialias); in drawConvexPolygon()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 729 bool wasAntialiased = graphicsContext->shouldAntialias(); in drawLineForBoxSide() 752 bool wasAntialiased = graphicsContext->shouldAntialias(); in drawLineForBoxSide() 876 bool wasAntialiased = graphicsContext->shouldAntialias(); in drawLineForBoxSide()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 111 bool wasAntialiased = graphicsContext->shouldAntialias(); in drawLineForBoxSide()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 454 bool shouldAntialias) in drawConvexPolygon() argument
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 857 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 43968 (WebCore::GraphicsContext::shouldAntialias): 46143 (WebCore::GraphicsContext::shouldAntialias): 46295 (WebCore::GraphicsContext::shouldAntialias):
|
D | ChangeLog-2009-06-16 | 53535 (WebCore::GraphicsContext::shouldAntialias):
|