HomeSort by relevance Sort by last modified time
    Searched refs:thumbLen (Results 1 - 3 of 3) 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;
  /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 119 milliseconds