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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOMPath.h 32 #include "core/html/canvas/CanvasPathMethods.h"
39 class DOMPath : public RefCounted<DOMPath>, public CanvasPathMethods, public ScriptWrappable {
52 DOMPath() : CanvasPathMethods()
58 : CanvasPathMethods()
65 : CanvasPathMethods()
72 : CanvasPathMethods()
CanvasPathMethods.h 39 class CanvasPathMethods {
41 virtual ~CanvasPathMethods() { }
56 CanvasPathMethods() { }
CanvasPathMethods.cpp 36 #include "core/html/canvas/CanvasPathMethods.h"
46 void CanvasPathMethods::closePath()
56 void CanvasPathMethods::moveTo(float x, float y)
65 void CanvasPathMethods::lineTo(float x, float y)
79 void CanvasPathMethods::quadraticCurveTo(float cpx, float cpy, float x, float y)
94 void CanvasPathMethods::bezierCurveTo(float cp1x, float cp1y, float cp2x, float cp2y, float x, float y)
110 void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionState& exceptionState)
170 inline void lineToFloatPoint(CanvasPathMethods* path, const FloatPoint& p)
227 void degenerateEllipse(CanvasPathMethods* path, float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise)
257 void CanvasPathMethods::arc(float x, float y, float radius, float startAngle, float endAngle, bool anticlockwise, Excepti (…)
    [all...]
CanvasRenderingContext2D.h 30 #include "core/html/canvas/CanvasPathMethods.h"
65 class CanvasRenderingContext2D : public CanvasRenderingContext, public CanvasPathMethods {
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
webcore_html.target.darwin-mips.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
webcore_html.target.darwin-x86.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
webcore_html.target.linux-arm.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
webcore_html.target.linux-mips.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
webcore_html.target.linux-x86.mk 142 third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \

Completed in 78 milliseconds