HomeSort by relevance Sort by last modified time
    Searched refs:char_top (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 470 FX_FLOAT char_top = curpos + char_rect.top * fontsize / 1000; local
472 if (min_y > char_top) {
473 min_y = char_top;
475 if (max_y < char_top) {
476 max_y = char_top;
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 88 FX_FLOAT char_top = char_box.top * pText->m_TextState.GetFontSize() / 1000; local
93 matrix.TransformRect(char_left, char_right, char_top, char_bottom);
96 InsertTextBox(NULL, char_origy, char_left, char_right, char_top,
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 31 int char_top = glyph.m_OriginY - pGlyph->m_Top; local
32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
36 rect.top = char_top;
46 if (rect.top > char_top) {
47 rect.top = char_top;
    [all...]

Completed in 479 milliseconds