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

  /external/skia/src/pdf/
SkPDFPage.h 85 const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFPage.cpp 143 const SkTDArray<SkPDFFont*>& SkPDFPage::getFontResources() const {
144 return fDevice->getFontResources();
SkPDFDocument.cpp 236 fPages[pageNumber]->getFontResources();
SkPDFDevice.cpp     [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 140 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;

Completed in 51 milliseconds