Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_text.cpp82 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox() local
83 if (!char_bottom.IsValid()) in FXGE_GetGlyphsBBox()
94 pdfium::base::CheckMax(rect.bottom, char_bottom)); in FXGE_GetGlyphsBBox()
101 rect.bottom = char_bottom.ValueOrDie(); in FXGE_GetGlyphsBBox()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp249 float char_bottom = curpos + char_rect.bottom * fontsize / 1000; in CalcPositionData() local
250 min_y = std::min(min_y, std::min(char_top, char_bottom)); in CalcPositionData()
251 max_y = std::max(max_y, std::max(char_top, char_bottom)); in CalcPositionData()