Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp240 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/
DGraphicsContext.h177 , shouldAntialias(true) in GraphicsContextState()
218 bool shouldAntialias : 1; member
267 bool shouldAntialias() const;
320 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
DGraphicsContext.cpp233 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/
DGraphicsContextOpenVG.cpp129 …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/
DPlatformGraphicsContextSkia.cpp263 bool shouldAntialias) in drawConvexPolygon() argument
282 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon()
289 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon()
DGraphicsContextAndroid.cpp214 bool shouldAntialias) in drawConvexPolygon() argument
220 platformContext()->drawConvexPolygon(numPoints, points, shouldAntialias); in drawConvexPolygon()
DPlatformGraphicsContextSkia.h80 bool shouldAntialias);
DPlatformGraphicsContextRecording.h121 bool shouldAntialias);
DPlatformGraphicsContext.h112 bool shouldAntialias) = 0;
DPlatformGraphicsContextRecording.cpp793 bool shouldAntialias) in drawConvexPolygon() argument
803 appendDrawingOperation(NEW_OP(DrawConvexPolygonQuad)(points, shouldAntialias), bounds); in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp137 …hicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp485 … 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/
DGraphicsContextWx.cpp237 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp441 … 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/
DRenderObject.cpp729 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/
DRenderThemeAndroid.cpp111 bool wasAntialiased = graphicsContext->shouldAntialias(); in drawLineForBoxSide()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp454 bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp857 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643968 (WebCore::GraphicsContext::shouldAntialias):
46143 (WebCore::GraphicsContext::shouldAntialias):
46295 (WebCore::GraphicsContext::shouldAntialias):
DChangeLog-2009-06-1653535 (WebCore::GraphicsContext::shouldAntialias):