Home
last modified time | relevance | path

Searched defs:lineTo (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/utils/
DSkCullPoints.cpp100 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]) in lineTo() function in SkCullPoints
153 void SkCullPointsPath::lineTo(int x, int y) in lineTo() function in SkCullPointsPath
/external/webkit/WebCore/svg/
DSVGPathSegList.cpp74 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in getPathSegAtLength() local
123 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in toPathData() local
/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp173 float PathTraversalState::lineTo(const FloatPoint& point) in lineTo() function in WebCore::PathTraversalState
/external/skia/include/core/
DSkPath.h222 void lineTo(const SkPoint& p) { in lineTo() function
/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h103 const LineTo& lineTo() const { return m_data.m_lineToData; } in lineTo() function
/external/skia/src/core/
DSkStroke.cpp228 void SkPathStroker::lineTo(const SkPoint& currPt) { in lineTo() function in SkPathStroker
DSkPath.cpp261 void SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
/external/webkit/WebKit/android/plugins/
Dandroid_npapi.h330 void (*lineTo)(ANPPath*, float x, float y); member
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp543 void CanvasRenderingContext2D::lineTo(float x, float y) in lineTo() function in WebCore::CanvasRenderingContext2D