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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 86 FX_FLOAT fClientWidth;
119 void SetScrollRange(FX_FLOAT fMin, FX_FLOAT fMax, FX_FLOAT fClientWidth);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 55 fClientWidth = 0;
70 fClientWidth = width;
866 FX_FLOAT fClientWidth) {
869 m_sData.SetClientWidth(fClientWidth);
910 fRight = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
924 fBottom = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
    [all...]

Completed in 1010 milliseconds