Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkPathRangeIterTest.cpp94 SkPoint lastPt = {0,0}; in DEF_TEST() local
DPathTest.cpp3241 SkPoint lastPt; in test_range_iter() local
/third_party/skia/src/pathops/
DSkOpBuilder.cpp30 SkPoint lastPt; in ReversePath() local
DSkOpSegment.h272 const SkPoint& lastPt() const { in lastPt() function
/third_party/skia/gm/
Dimagescalealigned.cpp120 SkPoint lastPt; in drawSets() local
/third_party/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.cpp1117 SkPoint lastPt; in arcTo() local
1411 SkPoint lastPt; in addPath() local
3508 const SkPoint* lastPt = nullptr; // last point in the rect (last of lines or first if closed) in IsRectContour() local
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp70 void setLastPt(SkPoint lastPt) { in setLastPt()