Searched refs:fLast (Results 1 – 8 of 8) sorted by relevance
178 Node* fLast; variable229 fLast = NULL; in GrRedBlackTree()251 return Iter(fLast, this); in last()338 fLast = NULL; in reset()373 fLast = x; in insert()600 SkASSERT(fLast != x); in deleteAtNode()621 if (x == fLast) { in deleteAtNode()623 fLast = fRoot; in deleteAtNode()629 SkASSERT(fFirst == fLast && x == fFirst); in deleteAtNode()631 fLast = NULL; in deleteAtNode()[all …]
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
96 SkPath fLast; // If not empty, contains geometry for last point variable
117 struct SResource *fLast; member
1344 array->u.fArray.fLast = res; in array_add()1346 array->u.fArray.fLast->fNext = res; in array_add()1347 array->u.fArray.fLast = res; in array_add()
337 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
655 if (!pointData.fLast.isEmpty()) { in drawPoints()657 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()659 this->drawPath(pointData.fLast, newP); in drawPoints()