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

  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDocument.h 108 * @param objCount The number of objects in the PDF.
110 void emitFooter(SkWStream* stream, int64_t objCount);
  /external/skia/include/pdf/
SkPDFDocument.h 108 * @param objCount The number of objects in the PDF.
110 void emitFooter(SkWStream* stream, int64_t objCount);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp 224 int64_t objCount = fCatalog->emitXrefTable(stream, fPages.count() > 1);
225 emitFooter(stream, objCount);
336 void SkPDFDocument::emitFooter(SkWStream* stream, int64_t objCount) {
342 fTrailerDict->insertInt("Size", int(objCount));
  /external/skia/src/pdf/
SkPDFDocument.cpp 224 int64_t objCount = fCatalog->emitXrefTable(stream, fPages.count() > 1);
225 emitFooter(stream, objCount);
336 void SkPDFDocument::emitFooter(SkWStream* stream, int64_t objCount) {
342 fTrailerDict->insertInt("Size", int(objCount));
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 324 int objCount = pElement->CountObjects();
326 if(objCount == 0 && count == 0) {
331 for(i = 0; i < objCount; i++) {
799 int ObjCount = pElement->CountObjects();
800 for(int i = 0; i < ObjCount; i++) {
    [all...]

Completed in 269 milliseconds