Searched defs:m_fWidth (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Caret.h48 FX_FLOAT m_fWidth; member in class:CPWL_Caret
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp22 m_fWidth(0.4f),
52 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f;
78 gsd.m_LineWidth = m_fWidth;
102 sCaret << m_fWidth << " w\n0 G\n"; local
103 sCaret << rcRect.left + m_fWidth/2 << " " << rcRect.bottom << " m\n";
104 sCaret << rcRect.left + m_fWidth/2 << " " << rcRect.top << " l S\nQ\n";
134 m_ptHead.x + this->m_fWidth,

Completed in 100 milliseconds