HomeSort by relevance Sort by last modified time
    Searched refs:GetElmBBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
reflowedpage.h 44 CFX_FloatRect GetElmBBox(IPDF_LayoutElement* pElement);
layoutprocessor_reflow.cpp 318 CFX_FloatRect CPDF_LayoutProcessor_Reflow::GetElmBBox(IPDF_LayoutElement* pElement)
342 rect = GetElmBBox(pChildElement);
344 rect.Union(GetElmBBox(pChildElement));
371 CFX_FloatRect rect = GetElmBBox(pElement);
    [all...]

Completed in 112 milliseconds