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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 295 int thumbLen = theme()->thumbLength(this);
298 delta = std::min(trackLen - thumbLen - thumbPos, delta);
305 float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos;
459 int thumbLen = theme()->thumbLength(this);
463 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 310 unsigned int thumbLen, exifLen;
314 if (encodeThumbnail(&thumbLen)) {
318 if (thumbLen > EXIF_LIMIT_SIZE) {
323 bufSize = EXIF_FILE_SIZE + thumbLen;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 287 unsigned int thumbLen, exifLen;
291 if (encodeThumbnail(&thumbLen)) {
295 if (thumbLen > EXIF_LIMIT_SIZE) {
300 bufSize = EXIF_FILE_SIZE + thumbLen;
    [all...]

Completed in 80 milliseconds