Home
last modified time | relevance | path

Searched refs:fLast (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrRedBlackTree.h178 Node* fLast; variable
229 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 …]
/external/skia/src/animator/
DSkDrawBitmap.cpp186 if (fLast.equals(src)) in resolve()
188 fLast.set(src); in resolve()
DSkDrawBitmap.h68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
/external/skia/include/core/
DSkPathEffect.h96 SkPath fLast; // If not empty, contains geometry for last point variable
/external/icu/icu4c/source/tools/genrb/
Dreslist.h117 struct SResource *fLast; member
Dreslist.c1344 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()
/external/skia/src/effects/
DSkDashPathEffect.cpp337 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
/external/skia/src/core/
DSkDraw.cpp655 if (!pointData.fLast.isEmpty()) { in drawPoints()
657 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()
659 this->drawPath(pointData.fLast, newP); in drawPoints()