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

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

Completed in 3724 milliseconds