OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanEmbedTypeface
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/pdf/
SkPDFFont.h
107
static bool
CanEmbedTypeface
(SkTypeface*, SkPDFCanon*);
SkPDFFont.cpp
722
bool SkPDFFont::
CanEmbedTypeface
(SkTypeface* typeface, SkPDFCanon* canon) {
/external/skia/tests/
PDFPrimitivesTest.cpp
423
!SkPDFFont::
CanEmbedTypeface
(noEmbedTypeface.get(), &canon));
428
SkPDFFont::
CanEmbedTypeface
(portableTypeface.get(), &canon));
Completed in 48 milliseconds