Searched refs:fLast (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ |
D | GrRedBlackTree.h | 176 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/ |
D | SkDrawBitmap.cpp | 187 if (fLast.equals(src)) in resolve() 189 fLast.set(src); in resolve()
|
D | SkDrawBitmap.h | 68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
|
/external/skia/src/animator/ |
D | SkDrawBitmap.cpp | 187 if (fLast.equals(src)) in resolve() 189 fLast.set(src); in resolve()
|
D | SkDrawBitmap.h | 68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded variable
|
/external/stlport/test/eh/ |
D | test_insert.h | 501 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/ |
D | SkPathEffect.h | 98 SkPath fLast; // If not empty, contains geometry for last point variable
|
/external/icu4c/tools/genrb/ |
D | reslist.h | 119 struct SResource *fLast; member
|
D | reslist.c | 1312 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/ |
D | SkDashPathEffect.cpp | 519 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 706 if (!pointData.fLast.isEmpty()) { in drawPoints() 708 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints() 710 this->drawPath(pointData.fLast, newP); in drawPoints()
|