Home
last modified time | relevance | path

Searched defs:this_width (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp105 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() local
238 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject() local
Dfpdf_text_int.cpp1382 …FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize()… local
1739 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local
1962 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1186 … FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000; in ProcessInsertObject() local
1226 …FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000; in LogicPreObj() local