HomeSort by relevance Sort by last modified time
    Searched refs:clipConvexPolygon (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 83 virtual void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias);
PlatformGraphicsContextSkia.h 67 virtual void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias);
PlatformGraphicsContext.h 97 virtual void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias) = 0;
GraphicsContextAndroid.cpp 636 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint*,
PlatformGraphicsContextRecording.cpp 223 void PlatformGraphicsContextRecording::clipConvexPolygon(size_t numPoints,
PlatformGraphicsContextSkia.cpp 187 void PlatformGraphicsContextSkia::clipConvexPolygon(size_t numPoints,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 152 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 368 void clipConvexPolygon(size_t numPoints, const FloatPoint*, bool antialias = true);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 253 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 515 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 488 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 433 void GraphicsContext::clipConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antialias)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 464 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 921 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
    [all...]

Completed in 693 milliseconds