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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 211 FX_FLOAT fontsize_h = pObj->m_TextState.GetFontSizeH(); local
212 spacing = -fontsize_h * (item.m_OriginX - Ignorekerning) / 1000;
221 FX_FLOAT fontsize_h = pObj->m_TextState.GetFontSizeH(); local
225 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000 ;
227 if(threshold > fontsize_h / 3) {
233 threshold = fontsize_h;
245 threshold = fontsize_h * threshold / 1000;
fpdf_text.cpp 63 FX_FLOAT fontsize_h = pText->m_TextState.GetFontSizeH(); local
68 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
71 spacew = fontsize_h / 4;
102 FX_FLOAT ratio_h = fontsize_h / pText->m_TextState.GetFontSize();
fpdf_text_int.cpp 63 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
64 FX_FLOAT kerning = -fontsize_h * item.m_OriginX / 1000;
1716 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
    [all...]

Completed in 393 milliseconds