Searched refs:m_rtCaption (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fffield.cpp | 198 m_rtCaption.Reset(); in CapPlacement() 200 m_rtCaption.Reset(); in CapPlacement() 205 m_rtCaption = rtWidget; in CapPlacement() 208 m_rtCaption = pItem->GetRect(false); in CapPlacement() 211 m_rtCaption.height += pItem->GetRect(false).Height(); in CapPlacement() 214 XFA_RectWithoutMargin(m_rtCaption, margin); in CapPlacement() 237 m_rtCaption.width = fCapReserve; in CapPlacement() 244 m_rtCaption.height = fCapReserve; in CapPlacement() 251 m_rtCaption.left = m_rtCaption.right() - fCapReserve; in CapPlacement() 252 m_rtCaption.width = fCapReserve; in CapPlacement() [all …]
|
D | cxfa_ffcheckbutton.cpp | 103 m_rtCaption = rtWidget; in PerformLayout() 128 m_rtCaption.width = fCapReserve; in PerformLayout() 135 m_rtCaption.height = fCapReserve; in PerformLayout() 136 XFA_RectWithoutMargin(m_rtCaption, captionMargin); in PerformLayout() 142 m_rtCaption.left = m_rtCaption.right() - fCapReserve; in PerformLayout() 143 m_rtCaption.width = fCapReserve; in PerformLayout() 149 m_rtCaption.top = m_rtCaption.bottom() - fCapReserve; in PerformLayout() 150 m_rtCaption.height = fCapReserve; in PerformLayout() 151 XFA_RectWithoutMargin(m_rtCaption, captionMargin); in PerformLayout() 194 XFA_RectWithoutMargin(m_rtCaption, captionMargin); in CapLeftRightPlacement() [all …]
|
D | cxfa_ffpushbutton.cpp | 107 m_rtCaption = rtWidget; in PerformLayout() 112 XFA_RectWithoutMargin(m_rtCaption, captionMargin); in PerformLayout() 164 CFX_SizeF sz(m_rtCaption.width, m_rtCaption.height); in LayoutHighlightCaption() 181 CFX_RectF rtClip = m_rtCaption; in RenderHighlightCaption() 183 CFX_Matrix mt(1, 0, 0, 1, m_rtCaption.left, m_rtCaption.top); in RenderHighlightCaption()
|
D | cxfa_ffsignature.cpp | 105 if (m_rtCaption.Contains(point)) in OnHitTest()
|
D | cxfa_fffield.h | 96 CFX_RectF m_rtCaption; variable
|
/external/pdfium/xfa/fwl/ |
D | cfwl_checkbox.cpp | 40 m_rtCaption.Reset(); in CFWL_CheckBox() 100 textParam.m_rtPart = m_rtCaption; in DrawWidget() 132 m_rtCaption = CFX_RectF(fTextLeft, m_rtClient.top, in Layout() 134 m_rtCaption.Inflate(-kCaptionMargin, -kCaptionMargin); in Layout() 136 CFX_RectF rtFocus(m_rtCaption.left, m_rtCaption.top, m_rtCaption.width, in Layout() 137 m_rtCaption.height); in Layout() 142 m_rtFocus = CFX_RectF(m_rtCaption.TopLeft(), in Layout() 143 std::max(m_rtCaption.width, rtFocus.width), in Layout() 144 std::min(m_rtCaption.height, rtFocus.height)); in Layout()
|
D | cfwl_pushbutton.cpp | 48 m_rtCaption = m_rtClient; in Update() 77 param.m_pData = &m_rtCaption; in DrawBkground()
|
D | cfwl_pushbutton.h | 50 CFX_RectF m_rtCaption; variable
|
D | cfwl_checkbox.h | 67 CFX_RectF m_rtCaption; variable
|