Searched refs:fLast (Results 1 – 8 of 8) sorted by relevance
108 SkPath fLast; // If not empty, contains geometry for last point variable
593 : fFirst(first), fLast(last) { in SingleByteGlyphIdIterator()595 SkASSERT(fLast >= first); in SingleByteGlyphIdIterator()612 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()615 const SkGlyphID fLast; member
1812 fLast = seed; in icu_rand()1821 fLast = seed; in seed()1825 fLast = ((uint64_t)fLast * 48271UL) % 2147483647UL; in operator ()()1826 return fLast; in operator ()()1830 return (uint32_t) fLast; in getSeed()
277 uint32_t fLast;
270 fLast(NULL) {} in ArrayResource()279 SResource *fLast; variable
247 fLast->fNext = res; in add()249 fLast = res; in add()
341 results->fLast.addRect(x - halfWidth, y - halfHeight, in asPoints()
590 if (!pointData.fLast.isEmpty()) { in drawPoints()592 device->drawPath(pointData.fLast, newP); in drawPoints()594 this->drawPath(pointData.fLast, newP); in drawPoints()