Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp18 CPWL_Caret::CPWL_Caret() : m_bFlash(false), m_fWidth(0.4f), m_nDelay(0) {} in CPWL_Caret()
35 float fCaretX = rcRect.left + m_fWidth * 0.5f; in DrawThisAppearance()
51 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
69 return CFX_FloatRect(m_ptFoot.x, m_ptFoot.y, m_ptHead.x + m_fWidth, in GetCaretRect()
Dcpwl_caret.h36 float m_fWidth; variable
/external/pdfium/xfa/fxfa/
Dcxfa_loadercontext.cpp11 m_fWidth(0), in CXFA_LoaderContext()
Dcxfa_loadercontext.h24 float m_fWidth; variable
Dcxfa_textlayout.cpp256 if (m_pLoader->m_lineHeights.empty() && m_pLoader->m_fWidth > 0) { in GetLayoutHeight()
257 CFX_SizeF szMax(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in GetLayoutHeight()
279 (m_pLoader->m_fWidth > -1 && fabs(fWidth - m_pLoader->m_fWidth) > 0)) { in StartLayout()
285 m_pLoader->m_fWidth = fWidth; in StartLayout()
422 if (m_pLoader->m_fWidth < 1) in Layout()
429 CFX_SizeF szText(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in Layout()