HomeSort by relevance Sort by last modified time
    Searched full:physicallength (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h 53 inline void calcThumbStartAndLength(int physicalLength, int max, int current,
56 float proportion = ((float)physicalLength - 8)/ (max + step);
57 float thumbSize = proportion * (float)physicalLength;
61 float thumbPos = ((float)current / (float)max) * ((float)physicalLength - thumbSize);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 146 int physicalLength = horiz ? rect.width : rect.height;
147 physicalLength -= buttonLength*2;
150 calcThumbStartAndLength(physicalLength, max, current, step, &thumbStart, &thumbLength);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 180 int physicalLength = horiz ? rect.width : rect.height;
181 physicalLength -= buttonSize*2;
184 calcThumbStartAndLength(physicalLength, max,

Completed in 455 milliseconds