Searched refs:char_bottom (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp471 FX_FLOAT char_bottom = curpos + char_rect.bottom * fontsize / 1000; local
478 if (min_y > char_bottom) {
479 min_y = char_bottom;
481 if (max_y < char_bottom) {
482 max_y = char_bottom;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp89 FX_FLOAT char_bottom = char_box.bottom * pText->m_TextState.GetFontSize() / 1000; local
93 matrix.TransformRect(char_left, char_right, char_top, char_bottom);
97 char_bottom, spacew, fontsize_v, str, pFont);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY); local
37 rect.bottom = char_bottom;
49 if (rect.bottom < char_bottom) {
50 rect.bottom = char_bottom;

Completed in 303 milliseconds