Searched refs:bForceRestart (Results 1 – 2 of 2) sorted by relevance
29 int32_t StartLayout(bool bForceRestart = false);36 void SetForceReLayout(bool bForceRestart) { m_bNeeLayout = bForceRestart; } in SetForceReLayout() argument
31 int32_t CXFA_LayoutProcessor::StartLayout(bool bForceRestart) { in StartLayout() argument32 if (!bForceRestart && !IsNeedLayout()) in StartLayout()