Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFFont.h116 static bool CanEmbedTypeface(SkTypeface*, SkPDFDocument*);
DSkPDFFont.cpp658 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) { in CanEmbedTypeface() function in SkPDFFont
/third_party/skia/src/pdf/
DSkPDFFont.h114 static bool CanEmbedTypeface(SkTypeface*, SkPDFDocument*);
DSkPDFFont.cpp685 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) { in CanEmbedTypeface() function in SkPDFFont
/third_party/flutter/skia/tests/
DPDFPrimitivesTest.cpp313 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &doc)); in DEF_TEST()
317 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &doc)); in DEF_TEST()
/third_party/skia/tests/
DPDFPrimitivesTest.cpp318 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &doc)); in DEF_TEST()
322 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &doc)); in DEF_TEST()