Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_font.cpp54 FX_SAFE_INT32 char_bottom = point.value().y; in GetGlyphsBBox() local
55 char_bottom += glyph.m_pGlyph->GetBitmap()->GetHeight(); in GetGlyphsBBox()
56 if (!char_bottom.IsValid()) in GetGlyphsBBox()
65 pdfium::base::CheckMax(rect.bottom, char_bottom)); in GetGlyphsBBox()
72 rect.bottom = char_bottom.ValueOrDie(); in GetGlyphsBBox()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp309 float char_bottom = curpos + char_rect.bottom * fontsize / 1000; in CalcPositionData() local
310 min_y = std::min(min_y, std::min(char_top, char_bottom)); in CalcPositionData()
311 max_y = std::max(max_y, std::max(char_top, char_bottom)); in CalcPositionData()