Searched refs:firstPt (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DPathOpsExtendedTest.cpp152 SkPoint firstPt, lastPt; local
158 firstPt = pts[0];
181 if (firstPtSet && lastPtSet && firstPt != lastPt) {
183 firstPt.fX, firstPt.fY);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp242 SkPoint firstPt; local
257 firstPt = prevPt = pts[0];
289 return check_edge_against_rect(prevPt, firstPt, rect, direction);
/external/skia/src/core/
H A DSkPath.cpp242 SkPoint firstPt; local
257 firstPt = prevPt = pts[0];
289 return check_edge_against_rect(prevPt, firstPt, rect, direction);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp420 const SkPoint& firstPt = fPts[0]; local
439 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) {
/external/skia/src/pathops/
H A DSkOpSegment.cpp420 const SkPoint& firstPt = fPts[0]; local
439 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) {

Completed in 187 milliseconds