Home
last modified time | relevance | path

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

/external/skia/gpu/src/
DGrRedBlackTree.h183 Node* fLast; variable
234 fLast = NULL; in GrRedBlackTree()
256 return Iter(fLast, this); in last()
343 fLast = NULL; in reset()
378 fLast = x; in insert()
605 GrAssert(fLast != x); in deleteAtNode()
626 if (x == fLast) { in deleteAtNode()
628 fLast = fRoot; in deleteAtNode()
634 GrAssert(fFirst == fLast && x == fFirst); in deleteAtNode()
636 fLast = NULL; in deleteAtNode()
[all …]
/external/skia/src/animator/
DSkDrawBitmap.cpp195 if (fLast.equals(src)) in resolve()
197 fLast.set(src); in resolve()
DSkDrawBitmap.h76 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
/external/stlport/test/eh/
Dtest_insert.h501 fLast( last ), in fFirst()
521 do_insert_range( c, fPos, fFirst, fLast, container_category(c) ); in operator()
526 VerifyInsertion( original, c, fFirst, fLast, fPos ); in operator()
529 Iter fFirst, fLast;
/external/icu4c/tools/genrb/
Dreslist.h119 struct SResource *fLast; member
Dreslist.c1306 array->u.fArray.fLast = res; in array_add()
1308 array->u.fArray.fLast->fNext = res; in array_add()
1309 array->u.fArray.fLast = res; in array_add()