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/core/platform/
Scrollbar.cpp 293 int thumbLen = theme()->thumbLength(this);
296 delta = min(trackLen - thumbLen - thumbPos, delta);
303 float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos;
455 int thumbLen = theme()->thumbLength(this);
459 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 269 unsigned int thumbLen, exifLen;
273 if (encodeThumbnail(&thumbLen)) {
277 if (thumbLen > EXIF_LIMIT_SIZE) {
282 bufSize = EXIF_FILE_SIZE + thumbLen;

Completed in 695 milliseconds