Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRedBlackTree.h176 Node* fLast; variable
227 fLast = NULL; in GrRedBlackTree()
249 return Iter(fLast, this); in last()
336 fLast = NULL; in reset()
371 fLast = x; in insert()
598 GrAssert(fLast != x); in deleteAtNode()
619 if (x == fLast) { in deleteAtNode()
621 fLast = fRoot; in deleteAtNode()
627 GrAssert(fFirst == fLast && x == fFirst); in deleteAtNode()
629 fLast = NULL; in deleteAtNode()
[all …]
/external/skia/legacy/src/animator/
DSkDrawBitmap.cpp187 if (fLast.equals(src)) in resolve()
189 fLast.set(src); in resolve()
DSkDrawBitmap.h68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
/external/skia/src/animator/
DSkDrawBitmap.cpp187 if (fLast.equals(src)) in resolve()
189 fLast.set(src); in resolve()
DSkDrawBitmap.h68 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/skia/include/core/
DSkPathEffect.h98 SkPath fLast; // If not empty, contains geometry for last point variable
/external/icu4c/tools/genrb/
Dreslist.h119 struct SResource *fLast; member
Dreslist.c1312 array->u.fArray.fLast = res; in array_add()
1314 array->u.fArray.fLast->fNext = res; in array_add()
1315 array->u.fArray.fLast = res; in array_add()
/external/skia/src/effects/
DSkDashPathEffect.cpp519 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
/external/skia/src/core/
DSkDraw.cpp706 if (!pointData.fLast.isEmpty()) { in drawPoints()
708 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()
710 this->drawPath(pointData.fLast, newP); in drawPoints()