Home
last modified time | relevance | path

Searched defs:canEmbed (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.cpp754 bool SkPDFFont::canEmbed() const { in canEmbed() function in SkPDFFont
1426 bool canEmbed = true; in CanEmbedTypeface() local
/external/skia/src/ports/
DSkFontHost_FreeType.cpp415 static bool canEmbed(FT_Face face) { in canEmbed() function