Home
last modified time | relevance | path

Searched refs:canEmbed (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.cpp754 bool SkPDFFont::canEmbed() const { in canEmbed() function in SkPDFFont
1055 SkASSERT(this->canEmbed()); in addFontDescriptor()
1223 SkASSERT(this->canEmbed()); in addFontDescriptor()
1426 bool canEmbed = true; in CanEmbedTypeface() local
1431 canEmbed = !SkToBool( in CanEmbedTypeface()
1435 return *canon->fCanEmbedTypeface.set(id, canEmbed); in CanEmbedTypeface()
DSkPDFFont.h101 bool canEmbed() const;
/external/skia/src/doc/
DSkDocument_PDF.cpp301 if (!fontResources[font]->canEmbed()) {
/external/skia/src/ports/
DSkFontHost_FreeType.cpp415 static bool canEmbed(FT_Face face) { in canEmbed() function
478 if (!canEmbed(face)) { in onGetAdvancedTypefaceMetrics()