HomeSort by relevance Sort by last modified time
    Searched refs:fGlyphArray (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkGlyphCache.cpp 71 SkGlyph* sentinel = fGlyphArray.insert(0);
79 fGlyphArray.setReserve(kMinGlyphCount);
91 size_t ptrMem = fGlyphArray.count() * sizeof(SkGlyph*);
99 size_t glyphUsed = fGlyphArray.count() * sizeof(SkGlyph);
101 for (int i = 0; i < fGlyphArray.count(); ++i) {
102 const SkGlyph& g = *fGlyphArray[i];
113 SkGlyph* gptr = fGlyphArray.begin();
114 SkGlyph* stop = fGlyphArray.end();
171 return fGlyphArray[rec.fGlyphIndex].getGlyphID();
234 glyph = &fGlyphArray[rec->fGlyphIndex]
    [all...]
SkGlyphCache.h 197 // Return the index of id in the fGlyphArray. If it does
213 // A quick lookup to avoid the binary search looking for glyphs in fGlyphArray.
219 SkTDArray<SkGlyph> fGlyphArray;

Completed in 52 milliseconds