Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp33 float fCaretX = rcRect.left + m_fWidth * 0.5f; in DrawThisAppearance()
49 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
62 return CFX_FloatRect(m_ptFoot.x, m_ptFoot.y, m_ptHead.x + m_fWidth, in GetCaretRect()
Dcpwl_caret.h41 float m_fWidth = 0.4f; variable