Searched refs:firstPage (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.h66 * @param firstPage If true, include first page objects only, otherwise
69 int32_t emitXrefTable(SkWStream* stream, bool firstPage);
82 * @param firstPage Indicate whether this is for the first page only.
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
89 void emitSubstituteResources(SkWStream* stream, bool firstPage);
134 SkTSet<SkPDFObject*>* getSubstituteList(bool firstPage);
H A DSkPDFCatalog.cpp110 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) { argument
115 // if (firstPage) {
196 bool firstPage) {
197 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage);
205 void SkPDFCatalog::emitSubstituteResources(SkWStream *stream, bool firstPage) { argument
206 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage);
212 SkTSet<SkPDFObject*>* SkPDFCatalog::getSubstituteList(bool firstPage) { argument
213 return firstPage ? &fSubstituteResourcesFirstPage :
195 setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage) argument
H A DSkPDFPage.h43 * @param firstPage Indicate if this is the first page of a document.
50 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
H A DSkPDFDocument.cpp19 static void addResourcesToCatalog(bool firstPage, argument
23 catalog->addObject((*resourceSet)[i], firstPage);
117 bool firstPage = true; local
119 * fFirstPageResources or fOtherPageResources depending on firstPage and
132 firstPage = false;
137 fCatalog.get(), firstPage, knownResources, &newResources);
138 addResourcesToCatalog(firstPage, &newResources, fCatalog.get());
139 if (firstPage) {
H A DSkPDFPage.cpp24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, argument
43 catalog->addObject(fContentStream.get(), firstPage);
/external/skia/src/pdf/
H A DSkPDFCatalog.h66 * @param firstPage If true, include first page objects only, otherwise
69 int32_t emitXrefTable(SkWStream* stream, bool firstPage);
82 * @param firstPage Indicate whether this is for the first page only.
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
89 void emitSubstituteResources(SkWStream* stream, bool firstPage);
134 SkTSet<SkPDFObject*>* getSubstituteList(bool firstPage);
H A DSkPDFCatalog.cpp110 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) { argument
115 // if (firstPage) {
196 bool firstPage) {
197 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage);
205 void SkPDFCatalog::emitSubstituteResources(SkWStream *stream, bool firstPage) { argument
206 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage);
212 SkTSet<SkPDFObject*>* SkPDFCatalog::getSubstituteList(bool firstPage) { argument
213 return firstPage ? &fSubstituteResourcesFirstPage :
195 setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage) argument
H A DSkPDFPage.h43 * @param firstPage Indicate if this is the first page of a document.
50 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
H A DSkPDFDocument.cpp19 static void addResourcesToCatalog(bool firstPage, argument
23 catalog->addObject((*resourceSet)[i], firstPage);
117 bool firstPage = true; local
119 * fFirstPageResources or fOtherPageResources depending on firstPage and
132 firstPage = false;
137 fCatalog.get(), firstPage, knownResources, &newResources);
138 addResourcesToCatalog(firstPage, &newResources, fCatalog.get());
139 if (firstPage) {
H A DSkPDFPage.cpp24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, argument
43 catalog->addObject(fContentStream.get(), firstPage);

Completed in 102 milliseconds