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

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp57 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
58 FX_FLOAT kerning = -fontsize_h * item.m_Origin.x / 1000;
1065 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH();
1066 spacing = -fontsize_h * item.m_Origin.x / 1000;
1077 FX_FLOAT fontsize_h = pTextObj->m_TextState.GetFontSizeH(); local
1081 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
1082 if (threshold > fontsize_h / 3)
1087 threshold = fontsize_h;
1092 threshold = fontsize_h * threshold / 1000;

Completed in 151 milliseconds