Searched defs:firstPt (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkContourMeasure.cpp | 144 static bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() 363 SkPoint firstPt = fPts[0]; in buildSegments() local
|
D | SkScan_Hairline.cpp | 562 SkPoint pts[4], firstPt, lastPt; in hair_path() local
|
D | SkPath.cpp | 305 SkPoint firstPt; in conservativelyContainsRect() local 479 const SkPoint* firstPt = nullptr; // first point in the rect (last of first moves) in isRectContour() local 2648 SkPoint firstPt = currPt; in BySign() local
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 154 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy()
|
D | SkScan_Hairline.cpp | 562 SkPoint pts[4], firstPt, lastPt; in hair_path() local
|
D | SkPath.cpp | 305 SkPoint firstPt; in conservativelyContainsRect() local 479 const SkPoint* firstPt = nullptr; // first point in the rect (last of first moves) in isRectContour() local 2648 SkPoint firstPt = currPt; in BySign() local
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 205 SkPoint firstPt = { 0, 0 }; // init to avoid warning in add_path_segment() local 1080 SkPoint firstPt = { 0, 0 }; // init to avoid warning; in draw_bisects() local
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 205 SkPoint firstPt = { 0, 0 }; // init to avoid warning in add_path_segment() local 1080 SkPoint firstPt = { 0, 0 }; // init to avoid warning; in draw_bisects() local
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 95 SkPoint firstPt = {0, 0}, lastPt = {0, 0}; in showPathData() local
|
D | PathTest.cpp | 2274 SkPoint firstPt = {0.f, 0.f}; in test_is_simple_closed_rect() local
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 95 SkPoint firstPt = {0, 0}, lastPt = {0, 0}; in showPathData() local
|
D | PathTest.cpp | 2274 SkPoint firstPt = {0.f, 0.f}; in test_is_simple_closed_rect() local
|