Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dfx_ge_text.cpp73 FX_SAFE_INT32 char_top = glyph.m_Origin.y; in FXGE_GetGlyphsBBox() local
74 char_top -= pGlyph->m_Top; in FXGE_GetGlyphsBBox()
75 if (!char_top.IsValid()) in FXGE_GetGlyphsBBox()
83 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox()
93 pdfium::base::CheckMin(rect.top, char_top)); in FXGE_GetGlyphsBBox()
101 rect.top = char_top.ValueOrDie(); in FXGE_GetGlyphsBBox()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp239 FX_FLOAT char_top = curpos + char_rect.top * fontsize / 1000; in CalcPositionData() local
241 min_y = std::min(min_y, std::min(char_top, char_bottom)); in CalcPositionData()
242 max_y = std::max(max_y, std::max(char_top, char_bottom)); in CalcPositionData()