Home
last modified time | relevance | path

Searched refs:lineTo (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/src/core/
DSkStrokerPriv.cpp26 path->lineTo(stop.fX, stop.fY); in ButtCapper()
58 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
62 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
63 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
64 path->lineTo(stop.fX, stop.fY); in SquareCapper()
102 inner->lineTo(pivot.fX, pivot.fY); in HandleInnerJoin()
105 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin()
121 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner()
243 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY); in MiterJoiner()
248 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in MiterJoiner()
DSkStroke.cpp83 void lineTo(const SkPoint&);
224 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY); in line_to()
225 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY); in line_to()
228 void SkPathStroker::lineTo(const SkPoint& currPt) { in lineTo() function in SkPathStroker
365 this->lineTo(pt2); in quadTo()
387 fOuter.lineTo(tmp[2].fX + normalAB.fX, tmp[2].fY + normalAB.fY); in quadTo()
388 fOuter.lineTo(tmp[2].fX + normalBC.fX, tmp[2].fY + normalBC.fY); in quadTo()
389 fOuter.lineTo(tmp[4].fX + normalBC.fX, tmp[4].fY + normalBC.fY); in quadTo()
391 fInner.lineTo(tmp[2].fX - normalAB.fX, tmp[2].fY - normalAB.fY); in quadTo()
392 fInner.lineTo(tmp[2].fX - normalBC.fX, tmp[2].fY - normalBC.fY); in quadTo()
[all …]
DSkPath.cpp261 void SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
277 this->lineTo(pt.fX + x, pt.fY + y); in rLineTo()
359 this->lineTo(left, bottom); in addRect()
360 this->lineTo(right, bottom); in addRect()
361 this->lineTo(right, top); in addRect()
363 this->lineTo(right, top); in addRect()
364 this->lineTo(right, bottom); in addRect()
365 this->lineTo(left, bottom); in addRect()
405 this->lineTo(rect.fLeft + rx, rect.fTop); // top in addRoundRect()
411 this->lineTo(rect.fLeft, rect.fBottom - ry); // left in addRoundRect()
[all …]
DSkRegion_path.cpp413 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V in extract_path()
414 path->lineTo(SkIntToScalar(edge->fX), SkIntToScalar(edge->fY0)); // H in extract_path()
421 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V in extract_path()
DSkPathMeasure.cpp305 dst->lineTo(*endp); in seg_to()
307 dst->lineTo(SkScalarInterp(pts[0].fX, endp->fX, stopT), in seg_to()
/external/webkit/WebCore/inspector/front-end/
DSourceFrame.js543 ctx.lineTo(19, 2);
544 ctx.lineTo(19, 0);
545 ctx.lineTo(21, 0);
546 ctx.lineTo(26, 5.5);
547 ctx.lineTo(21, 11);
548 ctx.lineTo(19, 11);
549 ctx.lineTo(19, 9);
550 ctx.lineTo(17, 9);
589 ctx.lineTo(2, 0);
590 ctx.lineTo(21, 0);
[all …]
DSummaryBar.js195 ctx.lineTo(x + w - 4, y + h - 3 - 0.5);
232 ctx.lineTo(x, y + h - r);
234 ctx.lineTo(x + w - r, y + h);
236 ctx.lineTo(x + w, y + r);
238 ctx.lineTo(x + r, y);
260 ctx.lineTo(x + (i * Math.round(w / 20)) + 0.5, y + h);
268 ctx.lineTo(x + (i * Math.round(w / 20)) + 1.5, y + h);
/external/skia/tests/
DPathMeasureTest.cpp8 path.lineTo(SK_Scalar1, 0); in TestPathMeasure()
9 path.lineTo(SK_Scalar1, SK_Scalar1); in TestPathMeasure()
10 path.lineTo(0, SK_Scalar1); in TestPathMeasure()
18 path.lineTo(SK_Scalar1*3, SK_Scalar1*4); in TestPathMeasure()
/external/webkit/WebCore/svg/
DSVGPathSegList.cpp74 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in getPathSegAtLength() local
75 segmentLength = traversalState.lineTo(FloatPoint(lineTo->x(), lineTo->y())); in getPathSegAtLength()
123 SVGPathSegLinetoAbs* lineTo = static_cast<SVGPathSegLinetoAbs*>(segment); in toPathData() local
124 pathData.addLineTo(FloatPoint(lineTo->x(), lineTo->y())); in toPathData()
/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
157 switch (fCP.lineTo(x, y, pts)) { in lineTo()
162 fPath->lineTo(SkIntToScalar(pts[1].fX), SkIntToScalar(pts[1].fY)); in lineTo()
/external/skia/src/animator/
DSkParseSVGPath.cpp159 fPath.lineTo(points[0]); in parseSVG()
165 fPath.lineTo(x, c.fY); in parseSVG()
172 fPath.lineTo(c.fX, y); in parseSVG()
220 fPath.lineTo(f); in parseSVG()
231 fPath.lineTo(args[1].fX, args[1].fY); in parseSVG()
DSkDrawPath.cpp211 fPath.lineTo(points[index], points[index+1]); in onEndElement()
DSkPathParts.cpp97 fPath->fPath.lineTo(x, y); in add()
/external/skia/include/utils/
DSkCullPoints.h40 LineToResult lineTo(int x, int y, SkIPoint pts[2]);
68 void lineTo(int x, int y);
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp145 m_path.lineTo(p); in addLineTo()
163 m_path.lineTo(p1); in addArcTo()
175 m_path.lineTo(p1); in addArcTo()
183 m_path.lineTo(ep); in addArcTo()
223 m_path.lineTo(t_p1p0); in addArcTo()
/external/webkit/WebKit/android/plugins/
DANPPathInterface.cpp63 path->lineTo(SkFloatToScalar(x), SkFloatToScalar(y)); in anp_lineTo()
106 ASSIGN(i, lineTo); in ANPPathInterfaceV0_Init()
/external/skia/include/core/
DSkPath.h214 void lineTo(SkScalar x, SkScalar y);
222 void lineTo(const SkPoint& p) { in lineTo() function
223 this->lineTo(p.fX, p.fY); in lineTo()
/external/skia/src/effects/
DSkCornerPathEffect.cpp71 dst->lineTo(lastCorner); in filterPath()
95 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY); in filterPath()
DSkDiscretePathEffect.cpp74 dst->lineTo(p); in filterPath()
/external/webkit/WebKit/android/nav/
DSelectText.cpp1204 startFillPath.lineTo(-CONTROL_WIDTH + STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1205 startFillPath.lineTo(-STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1206 startFillPath.lineTo(-STROKE_OUTSET, CONTROL_OFFSET + STROKE_NOTCH_R); in SelectText()
1210 startStrokePath.lineTo(-CONTROL_WIDTH, CONTROL_HEIGHT); in SelectText()
1211 startStrokePath.lineTo(0, CONTROL_HEIGHT); in SelectText()
1212 startStrokePath.lineTo(0, CONTROL_OFFSET); in SelectText()
1243 endFillPath.lineTo(STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1244 endFillPath.lineTo(CONTROL_WIDTH - STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1245 endFillPath.lineTo(CONTROL_WIDTH - STROKE_OUTSET, CONTROL_NOTCH); in SelectText()
1249 endStrokePath.lineTo(0, CONTROL_HEIGHT); in SelectText()
[all …]
/external/webkit/WebCore/platform/graphics/
DPathTraversalState.h49 float lineTo(const FloatPoint&);
DPathTraversalState.cpp173 float PathTraversalState::lineTo(const FloatPoint& point) in lineTo() function in WebCore::PathTraversalState
/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h103 const LineTo& lineTo() const { return m_data.m_lineToData; } in lineTo() function
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp100 m_path->lineTo(point); in addLineTo()
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.h129 void lineTo(float x, float y);

12