Home
last modified time | relevance | path

Searched refs:GetContentsBoundingBox (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine.h97 CFX_RectF GetContentsBoundingBox();
Dcfde_texteditengine.cpp582 CFX_RectF CFDE_TextEditEngine::GetContentsBoundingBox() { in GetContentsBoundingBox() function in CFDE_TextEditEngine
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp662 CFX_RectF contents_bounds = m_EdtEngine.GetContentsBoundingBox(); in UpdateOffset()
717 CFX_RectF contents_bounds = m_EdtEngine.GetContentsBoundingBox(); in UpdateVAlignment()
763 CFX_RectF contents_bounds = m_EdtEngine.GetContentsBoundingBox(); in UpdateScroll()
835 return m_EdtEngine.GetContentsBoundingBox().height > m_rtEngine.height + 1.0f; in IsContentHeightOverflow()