Searched refs:rtFocus (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_checkbox.cpp | 138 CFX_RectF rtFocus(m_rtCaption.left, m_rtCaption.top, m_rtCaption.width, in Layout() local 142 m_iTTOAlign, rtFocus); in Layout() 145 std::max(m_rtCaption.width, rtFocus.width), in Layout() 146 std::min(m_rtCaption.height, rtFocus.height)); in Layout()
|
D | cfwl_listbox.cpp | 437 CFX_RectF rtFocus(rtItem); in DrawItem() local 438 bg_param.m_pData = &rtFocus; in DrawItem() 443 rtFocus.Deflate(0.5, 0.5, 1 + m_fScorllBarWidth, 1); in DrawItem()
|