Searched refs:fLast (Results 1 – 7 of 7) sorted by relevance
186 if (fLast.equals(src)) in resolve()188 fLast.set(src); in resolve()
68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
93 SkPath fLast; // If not empty, contains geometry for last point variable
268 fLast(NULL) {} in ArrayResource()277 SResource *fLast; variable
245 fLast->fNext = res; in add()247 fLast = res; in add()
338 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
662 if (!pointData.fLast.isEmpty()) { in drawPoints()664 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()666 this->drawPath(pointData.fLast, newP); in drawPoints()