Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.h156 static bool CanEmbedTypeface(SkTypeface*, SkPDFCanon*);
DSkPDFDevice.cpp1241 if (!SkPDFFont::CanEmbedTypeface(transparent.getTypeface(), in draw_transparent_text()
1276 if (!SkPDFFont::CanEmbedTypeface(srcPaint.getTypeface(), fCanon)) { in drawText()
1337 if (!SkPDFFont::CanEmbedTypeface(srcPaint.getTypeface(), fCanon)) { in drawPosText()
DSkPDFFont.cpp1420 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFCanon* canon) { in CanEmbedTypeface() function in SkPDFFont
/external/skia/tests/
DPDFPrimitivesTest.cpp428 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface, &canon)); in DEF_TEST()
433 SkPDFFont::CanEmbedTypeface(portableTypeface, &canon)); in DEF_TEST()