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

  /external/skia/include/pdf/
SkPDFCatalog.h 89 void emitSubstituteResources(SkWStream* stream, bool firstPage);
  /external/skia/src/pdf/
SkPDFDocument.cpp 166 fCatalog->emitSubstituteResources(stream, true);
187 fCatalog->emitSubstituteResources(stream, false);
SkPDFCatalog.cpp 198 void SkPDFCatalog::emitSubstituteResources(SkWStream *stream, bool firstPage) {
  /external/skia/tests/
PDFPrimitivesTest.cpp 221 catalog.emitSubstituteResources(&buffer, false);

Completed in 2200 milliseconds