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 215 FX_FLOAT fontsize_h = pObj->m_TextState.GetFontSizeH(); local
216 spacing = -fontsize_h * (item.m_OriginX - Ignorekerning) / 1000;
225 FX_FLOAT fontsize_h = pObj->m_TextState.GetFontSizeH(); local
229 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000 ;
231 if(threshold > fontsize_h / 3) {
237 threshold = fontsize_h;
249 threshold = fontsize_h * threshold / 1000;
fpdf_text.cpp 65 FX_FLOAT fontsize_h = pText->m_TextState.GetFontSizeH(); local
70 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
73 spacew = fontsize_h / 4;
104 FX_FLOAT ratio_h = fontsize_h / pText->m_TextState.GetFontSize();
fpdf_text_int.cpp 1686 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
1713 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
1726 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
    [all...]

Completed in 843 milliseconds