Searched defs:lineTo (Results 1 – 9 of 9) sorted by relevance
100 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]) in lineTo() function in SkCullPoints153 void SkCullPointsPath::lineTo(int x, int y) in lineTo() function in SkCullPointsPath
74 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in getPathSegAtLength() local123 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in toPathData() local
173 float PathTraversalState::lineTo(const FloatPoint& point) in lineTo() function in WebCore::PathTraversalState
222 void lineTo(const SkPoint& p) { in lineTo() function
103 const LineTo& lineTo() const { return m_data.m_lineToData; } in lineTo() function
228 void SkPathStroker::lineTo(const SkPoint& currPt) { in lineTo() function in SkPathStroker
261 void SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
330 void (*lineTo)(ANPPath*, float x, float y); member
543 void CanvasRenderingContext2D::lineTo(float x, float y) in lineTo() function in WebCore::CanvasRenderingContext2D