Searched defs:shouldAntialias (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 218 bool shouldAntialias : 1; member
|
D | GraphicsContext.cpp | 237 bool GraphicsContext::shouldAntialias() const in shouldAntialias() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 129 …raphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) 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()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 237 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 214 bool shouldAntialias) in drawConvexPolygon()
|
D | PlatformGraphicsContextSkia.cpp | 263 bool shouldAntialias) in drawConvexPolygon()
|
D | PlatformGraphicsContextRecording.cpp | 793 bool shouldAntialias) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 454 bool shouldAntialias) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 485 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 441 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 857 … GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) in drawConvexPolygon()
|