Home | History | Annotate | Download | only in pdf

Lines Matching defs:fonts

990             SkRefPtr<SkPDFDict> fonts = new SkPDFDict();
991 fonts->unref(); // SkRefPtr and new both took a reference.
995 fonts->insert(nameString.c_str(),
998 fResourceDict->insert("Font", fonts.get());