Searched refs:borderUI (Results 1 – 3 of 3) sorted by relevance
26 CXFA_Border* borderUI = pWidget->GetNode()->GetWidgetAcc()->GetUIBorder(); in DrawBackground() local29 if (borderUI) { in DrawBackground()30 CXFA_Edge* edge = borderUI->GetEdgeIfExists(0); in DrawBackground()
176 CXFA_Border* borderUI = m_pNode->GetWidgetAcc()->GetUIBorder(); in PerformLayout() local177 if (borderUI) { in PerformLayout()178 CXFA_Margin* borderMargin = borderUI->GetMarginIfExists(); in PerformLayout()
270 CXFA_Border* borderUI = m_pNode->GetWidgetAcc()->GetUIBorder(); in CapPlacement() local271 if (borderUI) { in CapPlacement()272 CXFA_Margin* borderMargin = borderUI->GetMarginIfExists(); in CapPlacement()