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

  /external/skia/src/pdf/
SkPDFFont.h 75 fGlyphUsage.set(glyph);
120 const SkBitSet& glyphUsage() const { return fGlyphUsage; }
127 SkBitSet fGlyphUsage;
SkPDFFont.cpp 263 , fGlyphUsage(info.fLastGlyphID + 1) // TODO(halcanary): Adjust mapping?
755 fGlyphUsage.~SkBitSet();
756 new (&fGlyphUsage) SkBitSet(0);

Completed in 72 milliseconds