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

  /external/skia/src/pdf/
SkPDFFont.h 120 const SkBitSet& glyphUsage() const { return fGlyphUsage; }
SkPDFFont.cpp 332 const SkBitSet& glyphUsage,
338 if (!glyphUsage.has(0)) {
341 glyphUsage.exportTo(&subset);
409 std::move(fontAsset), this->glyphUsage(),
464 glyphCache.get(), &this->glyphUsage(), SkToS16(emSize), &defaultWidth);
484 &this->glyphUsage(),
742 add_type3_font_info(canon, this, this->typeface(), this->glyphUsage(),

Completed in 565 milliseconds