Home
last modified time | relevance | path

Searched refs:MakeVectorCache (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.h51 static SkAutoGlyphCache MakeVectorCache(SkTypeface*, int* sizeOut);
DSkPDFFont.cpp29 SkAutoGlyphCache SkPDFFont::MakeVectorCache(SkTypeface* face, int* size) { in MakeVectorCache() function in SkPDFFont
462 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(face, &emSize); in getFontSubset()
538 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in populate_type_1_font()
633 SkAutoGlyphCache cache = SkPDFFont::MakeVectorCache(typeface, &unitsPerEm); in add_type3_font_info()
DSkPDFDevice.cpp1467 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in internalDrawText()