Lines Matching refs:SkPDFDocument
16 #include "SkPDFDocument.h"
108 SkPDFDocument* canon) {
158 SkPDFDocument* canon) {
188 SkPDFFont* SkPDFFont::GetFontResource(SkPDFDocument* doc,
288 static void emit_subset_type0(const SkPDFFont& font, SkPDFDocument* doc) {
419 static SkPDFIndirectReference make_type1_font_descriptor(SkPDFDocument* doc,
449 static const std::vector<SkString>& type_1_glyphnames(SkPDFDocument* canon,
462 static SkPDFIndirectReference type1_font_descriptor(SkPDFDocument* doc,
474 static void emit_subset_type1(const SkPDFFont& pdfFont, SkPDFDocument* doc) {
605 static SkPDFIndirectReference type3_descriptor(SkPDFDocument* doc,
635 static void emit_subset_type3(const SkPDFFont& pdfFont, SkPDFDocument* doc) {
767 void SkPDFFont::emitSubset(SkPDFDocument* doc) const {
782 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) {