Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGraphicsContextPrivate.h46 , shouldAntialias(true) in GraphicsContextState()
71 bool shouldAntialias; member
DGraphicsContext.cpp208 m_common->state.shouldAntialias = b; in setShouldAntialias()
212 bool GraphicsContext::shouldAntialias() const in shouldAntialias() function in WebCore::GraphicsContext
214 return m_common->state.shouldAntialias; in shouldAntialias()
DGraphicsContext.h193 bool shouldAntialias() const;
237 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp272 if (shouldAntialias()) in drawLine()
330 if (shouldAntialias()) in drawLine()
453 if (antialiased != shouldAntialias()) in drawConvexPolygon()
464 if (antialiased != shouldAntialias()) in drawConvexPolygon()
465 CGContextSetShouldAntialias(context, shouldAntialias()); in drawConvexPolygon()
1064 if (shouldAntialias()) { in drawLineForText()
/external/webkit/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp131 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
138 UNUSED_PARAM(shouldAntialias); // FIXME in drawConvexPolygon()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp611 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
627 if (GC2Canvas(this)->quickReject(path, shouldAntialias ? in drawConvexPolygon()
634 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon()
641 paint.setAntiAlias(shouldAntialias); in drawConvexPolygon()
/external/webkit/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp140 …hicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp466 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
477 cairo_set_antialias(cr, shouldAntialias ? CAIRO_ANTIALIAS_DEFAULT : CAIRO_ANTIALIAS_NONE); in drawConvexPolygon()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp239 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp472 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
487 p->setRenderHint(QPainter::Antialiasing, shouldAntialias); in drawConvexPolygon()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp451 bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp877 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon() argument
/external/webkit/WebCore/
DChangeLog-2009-06-1653535 (WebCore::GraphicsContext::shouldAntialias):