/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.h | 67 virtual bool clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias);
|
D | PlatformGraphicsContextRecording.h | 108 virtual bool clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias);
|
D | PlatformGraphicsContext.h | 99 virtual bool clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias) = 0;
|
D | GraphicsContextAndroid.cpp | 635 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint*, in clipConvexPolygon() function in WebCore::GraphicsContext
|
D | PlatformGraphicsContextSkia.cpp | 188 bool PlatformGraphicsContextSkia::clipConvexPolygon(size_t numPoints, in clipConvexPolygon() function in WebCore::PlatformGraphicsContextSkia
|
D | PlatformGraphicsContextRecording.cpp | 730 bool PlatformGraphicsContextRecording::clipConvexPolygon(size_t numPoints, in clipConvexPolygon() function in WebCore::PlatformGraphicsContextRecording
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 152 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 368 void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias = true);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 253 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 2026 graphicsContext->clipConvexPolygon(4, quad, !firstEdgeMatches); in clipBorderSidePolygon() 2037 graphicsContext->clipConvexPolygon(4, firstQuad, !firstEdgeMatches); in clipBorderSidePolygon() 2046 graphicsContext->clipConvexPolygon(4, secondQuad, !secondEdgeMatches); in clipBorderSidePolygon()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 488 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 515 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 433 void GraphicsContext::clipConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antia… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 464 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 921 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiase… in clipConvexPolygon() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 3589 (WebCore::GraphicsContext::clipConvexPolygon): 21859 [Qt] Respect the "antialiased" argument in clipConvexPolygon() 21868 (WebCore::GraphicsContext::clipConvexPolygon): 58630 (WebCore::GraphicsContext::clipConvexPolygon): 59800 [Cairo] Actually use the antialias parameter of GraphicsContext::clipConvexPolygon 59803 r63864 added an additional boolean parameter to GraphicsContext::clipConvexPolygon, 59811 (WebCore::GraphicsContext::clipConvexPolygon): Actually use the boolean antialias parameter. 82561 [Qt] Need to implement GraphicsContextQt::clipConvexPolygon() 82567 (WebCore::GraphicsContext::clipConvexPolygon): 91470 Cairo: Need to implement GraphicsContext::clipConvexPolygon() [all …]
|
D | ChangeLog | 7290 (WebCore::GraphicsContext::clipConvexPolygon): 7380 Skia: Need to implement GraphicsContext::clipConvexPolygon() 7392 (WebCore::GraphicsContext::clipConvexPolygon):
|