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

  /external/webkit/WebCore/platform/wx/wxcode/
scrollbar_render.h 57 float thumbSize = proportion * (float)physicalLength;
58 if (thumbSize < 20)
59 thumbSize = 20;
61 float thumbPos = ((float)current / (float)max) * ((float)physicalLength - thumbSize);
66 *thumbLength = thumbSize;
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 536 int thumbSize;
540 thumbSize = mArgs.enc_param->file_size;
543 thumbSize = mArgs.thumb_enc_param->file_size;
546 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize > 0)) {
575 1, thumbSize);
582 thumbBuf, thumbSize);
583 LongerTagOffest += thumbSize;
  /device/samsung/crespo/libcamera/
SecCamera.cpp     [all...]

Completed in 40 milliseconds