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

  /external/skia/src/pdf/
SkPDFDocumentPriv.h 104 SkTHashMap<uint32_t, std::vector<SkString>> fType1GlyphNames;
SkPDFFont.cpp 448 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID);
452 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names));
    [all...]
  /external/skqp/src/pdf/
SkPDFDocumentPriv.h 104 SkTHashMap<uint32_t, std::vector<SkString>> fType1GlyphNames;
SkPDFFont.cpp 452 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID);
456 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names));
    [all...]

Completed in 504 milliseconds