Home
last modified time | relevance | path

Searched refs:m_fWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.cpp19 CPWL_Caret::CPWL_Caret() : m_bFlash(false), m_fWidth(0.4f), m_nDelay(0) {} in CPWL_Caret()
38 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f; in DrawThisAppearance()
55 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
78 sCaret << m_fWidth << " w\n0 G\n"; in GetCaretApp()
79 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n"; in GetCaretApp()
80 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n"; in GetCaretApp()
103 return CFX_FloatRect(m_ptFoot.x, m_ptFoot.y, m_ptHead.x + m_fWidth, in GetCaretRect()
DPWL_Caret.h48 FX_FLOAT m_fWidth; variable
/external/pdfium/xfa/fxfa/app/
Dcxfa_loadercontext.cpp11 m_fWidth(0), in CXFA_LoaderContext()
Dcxfa_loadercontext.h25 FX_FLOAT m_fWidth; variable
Dcxfa_textlayout.cpp256 if (iCount == 0 && m_pLoader->m_fWidth > 0) { in GetLayoutHeight()
257 CFX_SizeF szMax(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in GetLayoutHeight()
279 if (fWidth < 0 || (m_pLoader->m_fWidth > -1 && in StartLayout()
280 FXSYS_fabs(fWidth - m_pLoader->m_fWidth) > 0)) { in StartLayout()
286 m_pLoader->m_fWidth = fWidth; in StartLayout()
431 if (m_pLoader->m_fWidth < 1) in Layout()
438 CFX_SizeF szText(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in Layout()