Searched refs:slice_y (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/pdf/ |
D | progress_control.cc | 225 int slice_y = background_.size().height() / 3; in AdjustBackground() local 228 pp::Rect src_rc(0, 0, slice_x, slice_y); in AdjustBackground() 229 pp::Rect dest_rc(0, 0, slice_x, slice_y); in AdjustBackground() 238 src_rc.set_y(background_.size().height() - slice_y); in AdjustBackground() 239 dest_rc.set_y(ctrl_background_.size().height() - slice_y); in AdjustBackground() 249 slice_x, 0, background_.size().width() - 2 * slice_x, slice_y); in AdjustBackground() 251 slice_x, 0, ctrl_background_.size().width() - 2 * slice_x, slice_y); in AdjustBackground() 255 src_rc.set_y(background_.size().height() - slice_y); in AdjustBackground() 256 dest_rc.set_y(ctrl_background_.size().height() - slice_y); in AdjustBackground() 261 0, slice_y, slice_x, background_.size().height() - 2 * slice_y); in AdjustBackground() [all …]
|