Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkContourMeasure.cpp52 SkPoint lastPt; in SkContourMeasure_segTo() local
161 const SkPoint& lastPt, SkScalar tolerance) { in conic_too_curvy()
H A DSkPath.cpp1196 SkPoint lastPt; in arcTo() local
1503 SkPoint lastPt; in addPath() local
3593 const SkPoint* lastPt = nullptr; // last point in the rect (last of lines or first if closed) in IsRectContour() local
H A DSkScan_Hairline.cpp583 SkPoint pts[4], firstPt, lastPt; in hair_path() local
/aosp_15_r20/external/skia/tests/
H A DSkPathRangeIterTest.cpp97 SkPoint lastPt = {0,0}; in DEF_TEST() local
H A DPathTest.cpp3418 SkPoint lastPt; in test_range_iter() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpBuilder.cpp45 SkPoint lastPt; in ReversePath() local
H A DSkOpSegment.h283 const SkPoint& lastPt() const { in lastPt() function
/aosp_15_r20/external/skia/tools/viewer/
H A DSimpleStrokerSlide.cpp73 void setLastPt(SkPoint lastPt) { in setLastPt()