pdfium_page.cc | 118 double left, top, right, bottom; local 119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom); local 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, local 155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation)); 167 node->SetDouble(kTextBoxWidth, right - left); 339 double left, right, bottom, top; local 340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, &bottom, &top) local 423 double left, top, right, bottom; local [all...] |