HomeSort by relevance Sort by last modified time
    Searched refs:m_fWidth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 22 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";
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,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 48 FX_FLOAT m_fWidth;

Completed in 294 milliseconds