Searched refs:fLastPt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp1756 fMoveTo.fX = fMoveTo.fY = fLastPt.fX = fLastPt.fY = 0;
1775 fLastPt.fX = fLastPt.fY = 0;
1812 if (fLastPt != fMoveTo) {
1816 if (SkScalarIsNaN(fLastPt.fX) || SkScalarIsNaN(fLastPt.fY) ||
1821 pts[0] = fLastPt;
1823 fLastPt = fMoveTo;
1850 SkPoint lastPt = fLastPt;
2390 SkPoint fLastPt; member in struct:Convexicator
[all...]
/external/skia/include/core/
H A DSkPath.h991 SkPoint fLastPt; member in class:SkPath::Iter

Completed in 116 milliseconds