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

  /external/skia/src/doc/
SkDocument_PDF.cpp 28 int64_t objCount,
33 trailerDict.insertInt("Size", int(objCount));
220 int32_t objCount = SkToS32(offsets.count() + 1);
223 stream->writeDecAsText(objCount);
230 emit_pdf_footer(stream, objNumMap, substitutes, docCatalog.get(), objCount,
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 321 int objCount = pElement->CountObjects();
323 if(objCount == 0 && count == 0) {
328 for(i = 0; i < objCount; i++) {
790 int ObjCount = pElement->CountObjects();
791 for(int i = 0; i < ObjCount; i++) {
    [all...]

Completed in 53 milliseconds