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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 17 m_fWidth(0.4f),
40 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f;
60 gsd.m_LineWidth = m_fWidth;
84 sCaret << m_fWidth << " w\n0 G\n";
85 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n";
86 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n";
109 return CPDF_Rect(m_ptFoot.x, m_ptFoot.y, m_ptHead.x + m_fWidth, m_ptHead.y);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 48 FX_FLOAT m_fWidth;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 134 m_fWidth(0),
145 FX_FLOAT m_fWidth;
xfa_textlayout.cpp     [all...]

Completed in 2468 milliseconds