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

  /external/webkit/Source/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;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FilmStripView.java 57 // contentSize | | thumbSize
69 int thumbSize, int barSize, int gripSize, int gripWidth) {
79 spec.slotWidth = thumbSize;
80 spec.slotHeight = thumbSize;
81 mAlbumView = new AlbumView(activity, spec, 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;
  /frameworks/base/media/mtp/
MtpServer.cpp 752 size_t thumbSize;
753 void* thumb = mDatabase->getThumbnail(handle, thumbSize);
758 mData.writeData(mFD, thumb, thumbSize);
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 1227 unsigned int thumbSize;
1229 jpgEnc.encode(&thumbSize, NULL);
    [all...]

Completed in 198 milliseconds