Home | History | Annotate | Download | only in pdfium

Lines Matching refs:right

118     double left, top, right, bottom;
119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom);
121 GetTextBoxAsValue(height, left, top, right, bottom, rotation));
133 double right, double bottom,
137 FPDFText_GetBoundedText(GetTextPage(), left, top, right, bottom, NULL, 0);
142 left, top, right, bottom,
155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation));
167 node->SetDouble(kTextBoxWidth, right - left);
339 double left, right, bottom, top;
340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, &bottom, &top);
343 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, 0).point());
423 double left, top, right, bottom;
424 FPDFLink_GetRect(links, i, j, &left, &top, &right, &bottom);
426 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, 0));
437 double right,
457 rotation, right, bottom, &new_right, &new_bottom);