HomeSort by relevance Sort by last modified time
    Searched full:page_height (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/gfx/
gdi_util.h 43 GFX_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
gdi_util.cc 99 double CalculatePageScale(HDC dc, int page_width, int page_height) {
104 if (dc_width >= page_width && dc_height >= page_height)
110 static_cast<double>(dc_height) / static_cast<double>(page_height);
  /external/chromium_org/printing/
printing_context_mac.mm 270 double page_height = 0.0;
279 PMPaperGetHeight(default_paper, &page_height) != noErr) {
291 page_height = media.size_microns.height() * kMutiplier;
300 MatchPaper(paper_list, paper_name, page_width, page_height);
314 page_height,
  /external/chromium_org/ui/app_list/views/
contents_view.cc 194 int page_height = bounds.height(); local
198 bounds.set_y(origin_above ? -page_height : page_height);
apps_grid_view.cc 1195 const int page_height = grid_size.height() + kPagePadding; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 51 private static final int PAGE_HEIGHT = 100;
343 mScrollView.scrollTo(SCROLL_RIGHT, PAGE_HEIGHT);
350 mScrollView.scrollTo(0, PAGE_HEIGHT);
546 mScrollView.scrollTo(PAGE_WIDTH, PAGE_HEIGHT);
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 109 base::Value* GetTextBoxAsValue(double page_height, double left, double top,
pdfium_engine.cc 430 // |page_height| specifies the screen destination page height.
436 int page_width, int page_height,
443 *offset_y = page_height - source_clip_box.top;
454 *offset_x = page_height - source_clip_box.right;
3304 int page_height = static_cast<int>( local
3502 double page_height = 0; local
    [all...]
pdfium_page.cc 131 base::Value* PDFiumPage::GetTextBoxAsValue(double page_height,
166 node->SetDouble(kTextBoxTop, page_height - top);

Completed in 477 milliseconds