Home
last modified time | relevance | path

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

/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.h93 SkPath fLast; // If not empty, contains geometry for last point variable
/external/icu/icu4c/source/tools/genrb/
Dreslist.h268 fLast(NULL) {} in ArrayResource()
277 SResource *fLast; variable
Dreslist.cpp245 fLast->fNext = res; in add()
247 fLast = res; in add()
/external/skia/src/effects/
DSkDashPathEffect.cpp338 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
/external/skia/src/core/
DSkDraw.cpp662 if (!pointData.fLast.isEmpty()) { in drawPoints()
664 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()
666 this->drawPath(pointData.fLast, newP); in drawPoints()