Home
last modified time | relevance | path

Searched refs:m_rtCaption (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp105 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 …]
Dcxfa_fffield.cpp217 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 …]
Dcxfa_ffpushbutton.cpp99 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()
Dcxfa_ffsignature.cpp110 if (m_rtCaption.Contains(point)) in HitTest()
Dcxfa_fffield.h106 CFX_RectF m_rtCaption; variable
/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp94 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()
Dcfwl_pushbutton.cpp48 m_rtCaption = m_rtClient; in Update()
77 param.m_pRtData = &m_rtCaption; in DrawBkground()
Dcfwl_pushbutton.h49 CFX_RectF m_rtCaption; variable
Dcfwl_checkbox.h65 CFX_RectF m_rtCaption; variable