HomeSort by relevance Sort by last modified time
    Searched refs:fType3FontDescriptors (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pdf/
SkPDFDocumentPriv.h 107 SkTHashMap<uint32_t, SkPDFIndirectReference> fType3FontDescriptors;
SkPDFFont.cpp 604 if (SkPDFIndirectReference* ptr = doc->fType3FontDescriptors.find(typeface->uniqueID())) {
626 doc->fType3FontDescriptors.set(typeface->uniqueID(), ref);
    [all...]
  /external/skqp/src/pdf/
SkPDFDocumentPriv.h 107 SkTHashMap<uint32_t, SkPDFIndirectReference> fType3FontDescriptors;
SkPDFFont.cpp 608 if (SkPDFIndirectReference* ptr = doc->fType3FontDescriptors.find(typeface->uniqueID())) {
630 doc->fType3FontDescriptors.set(typeface->uniqueID(), ref);
    [all...]

Completed in 48 milliseconds