OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitSubstituteResources
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.h
89
void
emitSubstituteResources
(SkWStream* stream, bool firstPage);
SkPDFDocument.cpp
204
fCatalog->
emitSubstituteResources
(stream, true);
223
fCatalog->
emitSubstituteResources
(stream, false);
SkPDFCatalog.cpp
205
void SkPDFCatalog::
emitSubstituteResources
(SkWStream *stream, bool firstPage) {
/external/skia/src/pdf/
SkPDFCatalog.h
89
void
emitSubstituteResources
(SkWStream* stream, bool firstPage);
SkPDFDocument.cpp
204
fCatalog->
emitSubstituteResources
(stream, true);
223
fCatalog->
emitSubstituteResources
(stream, false);
SkPDFCatalog.cpp
205
void SkPDFCatalog::
emitSubstituteResources
(SkWStream *stream, bool firstPage) {
/external/skia/tests/
PDFPrimitivesTest.cpp
231
catalog.
emitSubstituteResources
(&buffer, false);
Completed in 37 milliseconds