Lines Matching defs:right

98   float right;
380 &clip_box->right, &clip_box->top)) {
382 &clip_box->right, &clip_box->top)) {
390 clip_box->right = rotated ? paper_height : paper_width;
395 clip_box->right *= scale_factor;
412 const float clip_box_width = source_clip_box.right - source_clip_box.left;
450 *offset_x = page_width - source_clip_box.right;
454 *offset_x = page_height - source_clip_box.right;
511 // Adobe Reader also get rid of trailing spaces right before a CRLF.
1503 // We're selecting but right now we're not over text, so don't change the
1834 if (center.x() < visible_rect.x() || center.x() > visible_rect.right()) {
2497 if (page_rect.right() < document_size_.width()) {
2498 pp::Rect right(page_rect.right() + kPageShadowRight,
2500 document_size_.width() - page_rect.right() -
2504 right = GetScreenRect(right).Intersect(dirty_in_screen);
2506 FPDFBitmap_FillRect(bitmap, right.x() - dirty_in_screen.x(),
2507 right.y() - dirty_in_screen.y(), right.width(),
2508 right.height(), kBackgroundColor);
2533 // different size shadows on the left and right sides even they are defined
2665 int right =
2666 static_cast<int>(ceil(rect.right() * current_zoom_ - position_.x()));
2672 rv.set_width(right - rv.x());
2891 // the comment block right before FPDF_SetMediaBox and FPDF_GetMediaBox calls.
2905 static_cast<float>(source_clip_box.right+offset_x),
2930 std::max(shadow_rect.right() - page_rect.right(),
2977 double right,
2988 engine->GetVisibleRect().point(), engine->current_zoom_, left, top, right,
2997 double right,
3006 engine->GetVisibleRect().point(), engine->current_zoom_, left, top, right,