Searched defs:fLast (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dintltest.h272 uint32_t fLast; member in class:IntlTest::icu_rand
/external/skia/include/core/
H A DSkPathEffect.h108 SkPath fLast; // If not empty, contains geometry for last point member in class:SkPathEffect::PointData
/external/skqp/include/core/
H A DSkPathEffect.h108 SkPath fLast; // If not empty, contains geometry for last point member in class:SkPathEffect::PointData
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java128 private int fLast; field in class:TestFmwk.ICU_Rand
135 fLast = (int)((fLast * 48271L) % 2147483647L);
136 return fLast;
144 fLast = seed > 0 ? seed : 1;
148 return fLast;
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h270 fLast(NULL) {}
279 SResource *fLast; member in class:ArrayResource
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java127 private int fLast; field in class:TestFmwk.ICU_Rand
134 fLast = (int)((fLast * 48271L) % 2147483647L);
135 return fLast;
143 fLast = seed > 0 ? seed : 1;
147 return fLast;
/external/skia/src/pdf/
H A DSkPDFFont.cpp593 : fFirst(first), fLast(last) {
595 SkASSERT(fLast >= first);
609 int fCurrent; // must be int to make fLast+1 to fit
612 Iter end() const { return Iter(fFirst, (int)fLast + 1); }
615 const SkGlyphID fLast; member in struct:__anon20859::SingleByteGlyphIdIterator
/external/skqp/src/pdf/
H A DSkPDFFont.cpp593 : fFirst(first), fLast(last) {
595 SkASSERT(fLast >= first);
609 int fCurrent; // must be int to make fLast+1 to fit
612 Iter end() const { return Iter(fFirst, (int)fLast + 1); }
615 const SkGlyphID fLast; member in struct:__anon21527::SingleByteGlyphIdIterator

Completed in 277 milliseconds