Home
last modified time | relevance | path

Searched defs:shouldAntialias (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h218 bool shouldAntialias : 1; member
DGraphicsContext.cpp237 bool GraphicsContext::shouldAntialias() const in shouldAntialias() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp129 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp137 …hicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp237 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp454 bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp485 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp723 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp441 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp857 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()