Searched refs:fLast (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h54 return ++fIndex < fLast;
73 fLast = contour->segments().count();
82 && next.fIndex == fLast - 1;
155 int fLast; member in class:SkIntersectionHelper
/external/skia/src/pathops/
H A DSkIntersectionHelper.h54 return ++fIndex < fLast;
73 fLast = contour->segments().count();
82 && next.fIndex == fLast - 1;
155 int fLast; member in class:SkIntersectionHelper
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRedBlackTree.h178 Node* fLast; member in class:GrRedBlackTree
229 fLast = NULL;
251 return Iter(fLast, this);
338 fLast = NULL;
373 fLast = x;
600 SkASSERT(fLast != x);
621 if (x == fLast) {
623 fLast = fRoot;
629 SkASSERT(fFirst == fLast && x == fFirst);
631 fLast
[all...]
/external/skia/src/gpu/
H A DGrRedBlackTree.h178 Node* fLast; member in class:GrRedBlackTree
229 fLast = NULL;
251 return Iter(fLast, this);
338 fLast = NULL;
373 fLast = x;
600 SkASSERT(fLast != x);
621 if (x == fLast) {
623 fLast = fRoot;
629 SkASSERT(fFirst == fLast && x == fFirst);
631 fLast
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawBitmap.h68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded member in class:SkImageBaseBitmap
H A DSkDrawBitmap.cpp186 if (fLast.equals(src))
188 fLast.set(src);
/external/skia/src/animator/
H A DSkDrawBitmap.h68 SkString fLast; // cache of src so that stream isn't unnecessarily decoded member in class:SkImageBaseBitmap
H A DSkDrawBitmap.cpp186 if (fLast.equals(src))
188 fLast.set(src);
/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h96 SkPath fLast; // If not empty, contains geometry for last point member in class:SkPathEffect::PointData
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h117 struct SResource *fLast; member in struct:SResArray
H A Dreslist.c1344 array->u.fArray.fLast = res;
1346 array->u.fArray.fLast->fNext = res;
1347 array->u.fArray.fLast = res;
/external/skia/include/core/
H A DSkPathEffect.h96 SkPath fLast; // If not empty, contains geometry for last point member in class:SkPathEffect::PointData
/external/stlport/test/eh/
H A Dtest_insert.h501 fLast( last ),
520 // prepare_insert_range( c, fPos, fFirst, fLast );
521 do_insert_range( c, fPos, fFirst, fLast, container_category(c) );
526 VerifyInsertion( original, c, fFirst, fLast, fPos );
529 Iter fFirst, fLast; member in struct:test_insert_range
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h119 struct SResource *fLast; member in struct:SResArray
H A Dreslist.c1312 array->u.fArray.fLast = res;
1314 array->u.fArray.fLast->fNext = res;
1315 array->u.fArray.fLast = res;
/external/skia/src/effects/
H A DSkDashPathEffect.cpp217 results->fLast.addRect(x - halfWidth, y - halfHeight,
/external/chromium_org/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp337 results->fLast.addRect(x - halfWidth, y - halfHeight,
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp659 if (!pointData.fLast.isEmpty()) {
661 fDevice->drawPath(*this, pointData.fLast, newP);
663 this->drawPath(pointData.fLast, newP);
/external/skia/src/core/
H A DSkDraw.cpp658 if (!pointData.fLast.isEmpty()) {
660 fDevice->drawPath(*this, pointData.fLast, newP);
662 this->drawPath(pointData.fLast, newP);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp5267 return ++fIndex < fLast;
5287 fLast = contour->segments().count();
5296 && next.fIndex == fLast - 1;
5377 int fLast;
/external/skia/experimental/Intersection/
H A DSimplify.cpp5267 return ++fIndex < fLast;
5287 fLast = contour->segments().count();
5296 && next.fIndex == fLast - 1;
5377 int fLast;

Completed in 442 milliseconds