Home | History | Annotate | Download | only in pdf

Lines Matching defs:fLast

530         : fFirst(first), fLast(last) {
532 SkASSERT(fLast >= first);
546 int fCurrent; // must be int to make fLast+1 to fit
549 Iter end() const { return Iter(fFirst, (int)fLast + 1); }
552 const SkGlyphID fLast;