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

  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.h 92 fClientWidth == that.fClientWidth && fScrollPos == that.fScrollPos &&
112 float fClientWidth;
146 void SetScrollRange(float fMin, float fMax, float fClientWidth);
cpwl_scroll_bar.cpp 66 fClientWidth = 0;
81 fClientWidth = width;
603 float fClientWidth) {
608 m_sData.SetClientWidth(fClientWidth);
658 fRight = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
673 fBottom = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
872 float fFactWidth = m_sData.ScrollRange.GetWidth() + m_sData.fClientWidth;
895 float fFactWidth = m_sData.ScrollRange.GetWidth() + m_sData.fClientWidth;

Completed in 39 milliseconds