Home
last modified time | relevance | path

Searched defs:SkPDFGlyphUse (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFGlyphUse.h11 SkPDFGlyphUse() : fBitSet(0) {} in SkPDFGlyphUse() function
12 SkPDFGlyphUse(SkGlyphID firstNonZero, SkGlyphID lastGlyph) in SkPDFGlyphUse() function
H A DSkPDFSubsetFont.h9 class SkPDFGlyphUse; variable
H A DSkPDFMakeCIDGlyphWidthsArray.h14 class SkPDFGlyphUse; variable
H A DSkPDFMakeToUnicodeCmap.h16 class SkPDFGlyphUse; variable
H A DSkPDFSubsetFont.cpp114 sk_sp<SkData> SkPDFSubsetFont(const SkTypeface&, const SkPDFGlyphUse&) { in SkPDFSubsetFont()