Searched refs:addQuadCurveTo (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPathWinCE.cpp81 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p) function in class:WebCore::Path
83 m_path->addQuadCurveTo(cp, p);
H A DPlatformPathWinCE.h160 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& point);
H A DPlatformPathWinCE.cpp633 void PlatformPath::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p) function in class:WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp102 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.h131 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp156 void Path::addQuadCurveTo(const FloatPoint& control, const FloatPoint& end) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp199 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp110 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& ep) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp132 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& ep) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp124 void Path::addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& point) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp205 void Path::addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp185 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p) function in class:WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp796 m_path.addQuadCurveTo(FloatPoint(cpx, cpy), p1);

Completed in 128 milliseconds