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

  /external/pdfium/testing/
embedder_test.cpp 237 int first_page = FPDFAvail_GetFirstPageNum(document_); local
238 (void)FPDFAvail_IsPageAvail(avail_, first_page,
240 return first_page;
  /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/pdfium/samples/
pdfium_test.cc 117 int first_page; member in struct:__anon31342::Options
843 std::stringstream(pages_string) >> options->first_page;
844 options->last_page = options->first_page;
847 options->first_page;
1455 int first_page = options.pages ? options.first_page : 0; local
    [all...]
  /external/v8/src/heap/
spaces.h 2233 Page* first_page() { return anchor_.next_page(); } function in class:v8::internal::SemiSpace
2854 LargePage* first_page() { return first_page_; } function in class:v8::internal::LargeObjectSpace
    [all...]

Completed in 490 milliseconds