Searched refs:char_bottom (Results 1 – 2 of 2) sorted by relevance
54 FX_SAFE_INT32 char_bottom = point.value().y; in GetGlyphsBBox() local55 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()
309 float char_bottom = curpos + char_rect.bottom * fontsize / 1000; in CalcPositionData() local310 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()