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

  /external/chromium_org/pdf/
progress_control.cc 67 pp::Size ctrl_size; local
69 device_scale_, &ctrl_size, &image_rc_, &text_rc_);
70 pp::Rect rc(pp::Point(), ctrl_size); local
81 pp::Size* ctrl_size,
104 *ctrl_size = pp::Size(
112 if (ctrl_size->width() < background.size().width()) {
113 offset_x += (background.size().width() - ctrl_size->width()) / 2;
114 ctrl_size->set_width(background.size().width());
116 if (ctrl_size->height() < background.size().height()) {
117 offset_y += (background.size().height() - ctrl_size->height()) / 2
    [all...]
progress_control.h 44 pp::Size* ctrl_size,

Completed in 195 milliseconds