Home
last modified time | relevance | path

Searched refs:GetElmWidth (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
Dreflowedpage.h43 FX_FLOAT GetElmWidth(IPDF_LayoutElement* pElement);
Dlayoutprocessor_reflow.cpp349 FX_FLOAT CPDF_LayoutProcessor_Reflow::GetElmWidth(IPDF_LayoutElement* pElement) in GetElmWidth() function in CPDF_LayoutProcessor_Reflow
560 pTable->m_TableWidth = GetElmWidth(pElement); in ProcessElement()