Searched refs:m_rtCaption (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcheckbutton.cpp | 105 m_rtCaption = rtWidget; in PerformLayout() 130 m_rtCaption.width = fCapReserve; in PerformLayout() 137 m_rtCaption.height = fCapReserve; in PerformLayout() 138 XFA_RectWithoutMargin(&m_rtCaption, captionMargin); in PerformLayout() 144 m_rtCaption.left = m_rtCaption.right() - fCapReserve; in PerformLayout() 145 m_rtCaption.width = fCapReserve; in PerformLayout() 151 m_rtCaption.top = m_rtCaption.bottom() - fCapReserve; in PerformLayout() 152 m_rtCaption.height = fCapReserve; in PerformLayout() 153 XFA_RectWithoutMargin(&m_rtCaption, captionMargin); in PerformLayout() 195 XFA_RectWithoutMargin(&m_rtCaption, captionMargin); in CapLeftRightPlacement() [all …]
|
D | cxfa_fffield.cpp | 217 m_rtCaption = CFX_RectF(); in CapPlacement() 228 m_rtCaption = rtWidget; in CapPlacement() 231 m_rtCaption = pItem->GetRect(false); in CapPlacement() 234 m_rtCaption.height += pItem->GetRect(false).Height(); in CapPlacement() 237 XFA_RectWithoutMargin(&m_rtCaption, margin); in CapPlacement() 259 m_rtCaption.width = fCapReserve; in CapPlacement() 266 m_rtCaption.height = fCapReserve; in CapPlacement() 273 m_rtCaption.left = m_rtCaption.right() - fCapReserve; in CapPlacement() 274 m_rtCaption.width = fCapReserve; in CapPlacement() 280 m_rtCaption.top = m_rtCaption.bottom() - fCapReserve; in CapPlacement() [all …]
|
D | cxfa_ffpushbutton.cpp | 99 m_rtCaption = rtWidget; in PerformLayout() 103 XFA_RectWithoutMargin(&m_rtCaption, captionMargin); in PerformLayout() 155 CFX_SizeF sz(m_rtCaption.width, m_rtCaption.height); in LayoutHighlightCaption() 171 CFX_RectF rtClip = m_rtCaption; in RenderHighlightCaption() 173 CFX_Matrix mt(1, 0, 0, 1, m_rtCaption.left, m_rtCaption.top); in RenderHighlightCaption()
|
D | cxfa_ffsignature.cpp | 110 if (m_rtCaption.Contains(point)) in HitTest()
|
D | cxfa_fffield.h | 106 CFX_RectF m_rtCaption; variable
|
/external/pdfium/xfa/fwl/ |
D | cfwl_checkbox.cpp | 94 textParam.m_rtPart = m_rtCaption; in DrawWidget() 126 m_rtCaption = CFX_RectF(fTextLeft, m_rtClient.top, in Layout() 128 m_rtCaption.Inflate(-kCaptionMargin, -kCaptionMargin); in Layout() 130 CFX_RectF rtFocus = m_rtCaption; in Layout() 134 m_rtFocus = CFX_RectF(m_rtCaption.TopLeft(), in Layout() 135 std::max(m_rtCaption.width, rtFocus.width), in Layout() 136 std::min(m_rtCaption.height, rtFocus.height)); in Layout()
|
D | cfwl_pushbutton.cpp | 48 m_rtCaption = m_rtClient; in Update() 77 param.m_pRtData = &m_rtCaption; in DrawBkground()
|
D | cfwl_pushbutton.h | 49 CFX_RectF m_rtCaption; variable
|
D | cfwl_checkbox.h | 65 CFX_RectF m_rtCaption; variable
|