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

  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 260 int thumbLen = theme()->thumbLength(this);
262 int maxPos = trackLen - thumbLen;
270 float newPosition = static_cast<float>(thumbPos + delta) * maximum() / (trackLen - thumbLen);
371 int thumbLen = theme()->thumbLength(this);
375 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2;
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 246 unsigned int thumbLen, exifLen;
250 ret = encodeThumbImg(&thumbLen);
256 bufSize = EXIF_FILE_SIZE + thumbLen;

Completed in 49 milliseconds