Home
last modified time | relevance | path

Searched refs:rtFocus (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp130 CFX_RectF rtFocus = m_rtCaption; in Layout() local
132 m_iTTOAlign, &rtFocus); in Layout()
135 std::max(m_rtCaption.width, rtFocus.width), in Layout()
136 std::min(m_rtCaption.height, rtFocus.height)); in Layout()
Dcfwl_listbox.cpp427 CFX_RectF rtFocus(rtItem); in DrawItem() local
428 bg_param.m_pRtData = &rtFocus; in DrawItem()
433 rtFocus.Deflate(0.5, 0.5, 1 + m_fScorllBarWidth, 1); in DrawItem()