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

/external/skia/src/core/
H A DSkPath.cpp1526 fMoveTo.fX = fMoveTo.fY = fLastPt.fX = fLastPt.fY = 0;
1545 fLastPt.fX = fLastPt.fY = 0;
1582 if (fLastPt != fMoveTo) {
1586 if (SkScalarIsNaN(fLastPt.fX) || SkScalarIsNaN(fLastPt.fY) ||
1591 pts[0] = fLastPt;
1593 fLastPt = fMoveTo;
1620 SkPoint lastPt = fLastPt;
2206 SkPoint fLastPt; member in struct:Convexicator
[all...]
/external/skia/include/core/
H A DSkPath.h883 SkPoint fLastPt; member in class:SkPath::Iter

Completed in 38 milliseconds