HomeSort by relevance Sort by last modified time
    Searched refs:page_width (Results 1 - 5 of 5) 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)
108 static_cast<double>(dc_width) / static_cast<double>(page_width);
  /external/chromium_org/ui/app_list/views/
contents_view.cc 190 int page_width = rect.width(); local
191 int transition_offset = progress * page_width * dir;
194 incoming_target.set_x(dir < 0 ? transition_offset + page_width
195 : transition_offset - page_width);
apps_grid_view.cc 1128 const int page_width = grid_rect.width() + kPagePadding; local
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 430 // |page_width| specifies the screen destination page width.
437 int page_width, int page_height,
451 *offset_x = page_width - source_clip_box.right;
456 *offset_y = page_width - source_clip_box.top;
3197 int page_width = static_cast<int>( local
3397 double page_width = 0; local
    [all...]

Completed in 267 milliseconds