Home
last modified time | relevance | path

Searched defs:lastPt (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrMiddleOutPolygonTriangulator.h163 void popTopTriangle(const SkPoint& lastPt) { in popTopTriangle()
/external/skia/tests/
DSkPathRangeIterTest.cpp94 SkPoint lastPt = {0,0}; in DEF_TEST() local
DPathTest.cpp3242 SkPoint lastPt; in test_range_iter() local
/external/skqp/src/pathops/
DSkOpBuilder.cpp30 SkPoint lastPt; in ReversePath() local
DSkOpSegment.h272 const SkPoint& lastPt() const { in lastPt() function
/external/skia/src/pathops/
DSkOpBuilder.cpp30 SkPoint lastPt; in ReversePath() local
DSkOpSegment.h272 const SkPoint& lastPt() const { in lastPt() function
/external/skia/gm/
Dimagescalealigned.cpp121 SkPoint lastPt; in drawSets() local
/external/skqp/gm/
Dimagescalealigned.cpp111 SkPoint lastPt; in drawSets() local
/external/skqp/src/utils/win/
DSkDWriteGeometrySink.cpp114 SkPoint lastPt; in AddBeziers() local
/external/skia/src/core/
DSkContourMeasure.cpp41 SkPoint lastPt; in SkContourMeasure_segTo() local
150 const SkPoint& lastPt, SkScalar tolerance) { in conic_too_curvy()
DSkScan_Hairline.cpp572 SkPoint pts[4], firstPt, lastPt; in hair_path() local
DSkPath.cpp1108 SkPoint lastPt; in arcTo() local
1403 SkPoint lastPt; in addPath() local
3442 const SkPoint* lastPt = nullptr; // last point in the rect (last of lines or first if closed) in IsRectContour() local
/external/skqp/src/core/
DSkPathMeasure.cpp46 SkPoint lastPt; in SkPathMeasure_segTo() local
155 const SkPoint& lastPt) { in conic_too_curvy()
DSkPath.cpp480 const SkPoint* lastPt = nullptr; // last point in the rect (last of lines or first if closed) in isRectContour() local
1357 SkPoint lastPt; in arcTo() local
1622 SkPoint lastPt; in addPath() local
2002 SkPoint lastPt = fLastPt; in consumeDegenerateSegments() local
DSkScan_Hairline.cpp562 SkPoint pts[4], firstPt, lastPt; in hair_path() local
/external/skia/samplecode/
DSampleSimpleStroker.cpp70 void setLastPt(SkPoint lastPt) { in setLastPt()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp296 SkPoint lastPt = *(fCurVert - 1); in needSpace() local
/external/skqp/tests/
DPathOpsExtendedTest.cpp95 SkPoint firstPt = {0, 0}, lastPt = {0, 0}; in showPathData() local
DPathTest.cpp3242 SkPoint lastPt; in test_raw_iter() local
/external/skqp/samplecode/
DSampleAAGeometry.cpp206 SkPoint lastPt = { 0, 0 }; // init to avoid warning in add_path_segment() local