Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h66 void SetCurrentComponentSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
Dxfa_layout_itemlayout.cpp1203 SetCurrentComponentSize(fContainerWidth, fContainerHeight); in DoLayoutPositionedContainer()
1596 SetCurrentComponentSize(fContainerWidth, fContainerHeight); in DoLayoutTableContainer()
2736 SetCurrentComponentSize(fContainerWidth, fContainerHeight); in DoLayoutFlowedContainer()
2935 SetCurrentComponentSize(fWidth, fHeight); in DoLayoutField()
3000 void CXFA_ItemLayoutProcessor::SetCurrentComponentSize(FX_FLOAT fWidth, in SetCurrentComponentSize() function in CXFA_ItemLayoutProcessor