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

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

Completed in 71 milliseconds