Home
last modified time | relevance | path

Searched refs:text_rc_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/pdf/
Dprogress_control.cc69 device_scale_, &ctrl_size, &image_rc_, &text_rc_); in Reconfigure()
195 pp::Point text_origin = pp::Point(text_rc_.x(), in PrepareBackground()
196 (text_rc_.y() + text_rc_.bottom() + metrics.x_height) / 2); in PrepareBackground()
Dprogress_control.h67 pp::Rect text_rc_; variable