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

  /external/pdfium/testing/
embedder_test.cpp 236 int first_page = FPDFAvail_GetFirstPageNum(document_); local
237 (void)FPDFAvail_IsPageAvail(avail_, first_page, &hints_);
238 return first_page;
  /external/pdfium/samples/
pdfium_test.cc 84 int first_page; member in struct:Options
516 std::stringstream(pages_string) >> options->first_page;
517 options->last_page = options->first_page;
520 options->first_page;
846 int first_page = options.pages ? options.first_page : 0; local
848 for (int i = first_page; i < last_page; ++i) {
  /external/libcups/filter/
pstops.c 1240 int first_page; /* First page on N-up output? */ local
1249 first_page = is_first_page(number);
1267 if (first_page)
    [all...]
  /external/v8/src/heap/
spaces.h 2220 Page* first_page() { return anchor_.next_page(); } function in class:v8::internal::SemiSpace
2848 LargePage* first_page() { return first_page_; } function in class:v8::internal::LargeObjectSpace
    [all...]
spaces.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 86 compute_offset (unsigned long first_page,
92 unsigned long page_number = first_page + (sym_index / entries_per_page);
    [all...]

Completed in 246 milliseconds