Searched refs:image_size (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc94 int image_size = Extension::EXTENSION_ICON_BITTY; local
96 image_size, ExtensionIconSet::MATCH_EXACTLY);
99 gfx::Size(image_size, image_size), ImageLoadingTracker::DONT_CACHE);
152 int image_size = Extension::EXTENSION_ICON_BITTY; local
156 image_size + kDropArrowLeftMargin + drop_image->width(), image_size,
159 image_size, image_size, false);
160 canvas->DrawBitmapInt(*drop_image, image_size
[all...]
/external/chromium/webkit/glue/
H A Dimage_resource_fetcher.cc23 int image_size,
29 image_size_(image_size) {
19 ImageResourceFetcher( const GURL& image_url, WebFrame* frame, int id, int image_size, WebURLRequest::TargetType target_type, Callback* callback) argument
H A Dimage_resource_fetcher.h26 int image_size,
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.cc94 int image_size = throbber.height(); local
95 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size,
96 image_size, false);
/external/qemu/hw/
H A Darmv7m.c165 int image_size; local
211 image_size = load_elf(kernel_filename, 0, &entry, &lowaddr, NULL);
212 if (image_size < 0) {
213 image_size = load_image_targphys(kernel_filename, 0, flash_size);
216 if (image_size < 0) {
/external/chromium/chrome/browser/
H A Dfavicon_helper.h87 // Note that |image_size| is a hint for images with multiple sizes. The
88 // downloaded image is not resized to the given image_size. If 0 is passed,
92 int image_size,
110 virtual int DownloadFavicon(const GURL& image_url, int image_size);
186 int image_size,
H A Dfavicon_helper.cc107 int image_size,
111 return ScheduleDownload(GURL(), image_url, image_size, icon_type, callback);
221 int FaviconHelper::DownloadFavicon(const GURL& image_url, int image_size) { argument
223 image_size);
422 int image_size,
425 const int download_id = DownloadFavicon(image_url, image_size);
106 DownloadImage(const GURL& image_url, int image_size, history::IconType icon_type, ImageDownloadCallback* callback) argument
420 ScheduleDownload(const GURL& url, const GURL& image_url, int image_size, history::IconType icon_type, ImageDownloadCallback* callback) argument
H A Dfavicon_helper_unittest.cc45 int image_size,
48 image_size_(image_size),
213 virtual int DownloadFavicon(const GURL& image_url, int image_size) OVERRIDE {
216 image_size, this));
43 DownloadHandler(int download_id, const GURL& image_url, int image_size, TestFaviconHelper* favicon_helper) argument
/external/srec/srec/include/
H A Dsrec_arb.h90 asr_uint16_t image_size; member in struct:__anon11120
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc265 gfx::Size image_size = arrow_image_->GetPreferredSize(); local
271 kDownloadsTitlePadding - image_size.width() -
278 image_size.width(), image_size.height());
279 next_x += image_size.width() + kDownloadsTitlePadding;
331 gfx::Size image_size = arrow_image_->GetPreferredSize();
340 image_size.width() - kDownloadPadding - kLeftPadding;
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc205 int image_size = frames.height(); local
206 int image_offset = loading_animation_frame() * image_size;
207 canvas->DrawBitmapInt(frames, image_offset, 0, image_size, image_size, x, y,
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc967 const int image_size = frames->height(); local
968 const int image_offset = loading_animation_.animation_frame() * image_size;
969 DCHECK(image_size == favicon_bounds_.height());
970 DCHECK(image_size == favicon_bounds_.width());
975 favicon_bounds_.x(), favicon_bounds_.y(), image_size, image_size);
976 canvas->DrawBitmapInt(*frames, image_offset, 0, image_size, image_size,
977 favicon_bounds_.x(), favicon_bounds_.y(), image_size, image_size,
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.h231 void UpdateBurnProgress(int64 total_burnt, int64 image_size,
233 string16 GetBurnProgressText(int64 total_burnt, int64 image_size);
H A Dimageburner_ui.cc432 int64 image_size,
437 GetBurnProgressText(total_burnt, image_size));
445 progress_value.SetInteger("total", image_size);
452 int64 image_size) {
458 if (image_size) {
459 amount_units = GetByteDisplayUnits(image_size);
460 string16 total_text = FormatBytes(image_size, amount_units, true);
431 UpdateBurnProgress(int64 total_burnt, int64 image_size, const std::string& path, chromeos::BurnEventType event) argument
451 GetBurnProgressText(int64 total_burnt, int64 image_size) argument
/external/freetype/src/sfnt/
H A Dttsbit0.c853 FT_ULong image_size; local
859 image_size = FT_NEXT_ULONG( p );
864 image_start = image_size * ( glyph_index - start );
865 image_end = image_start + image_size;
922 FT_ULong image_size, mm, num_glyphs; local
928 image_size = FT_NEXT_ULONG( p );
954 image_start = image_size * mm;
955 image_end = image_start + image_size;
H A Dttsbit.c247 if ( FT_READ_ULONG( range->image_size ) )
746 range->image_size * delta;
763 n * range->image_size;
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp135 CvSize image_size = cvSize(samples[c]->width, samples[c]->height); local
149 CV_CALL(gray_img = cvCreateImage(image_size, IPL_DEPTH_8U, 1));
167 CV_CALL(tmp_img = cvCreateImage(image_size, IPL_DEPTH_8U, 1));
229 image_size,
H A Dcvlee.cpp1342 CvSize image_size; local
1369 case CV_LEE_ERODE: image_size.width = pImage->width;
1370 image_size.height = pImage->height;
1371 pWorkImage = cvCreateImage(image_size,8,1);
1375 case CV_LEE_ZOOM: image_size.width = multiplicator*pImage->width;
1376 image_size.height = multiplicator*pImage->height;
1377 pWorkImage = cvCreateImage(image_size,8,1);
/external/opencv/cv/include/
H A Dcvcompat.h585 CvSize image_size, CvPoint2D32f* _image_points, CvPoint3D32f* _object_points,
603 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
610 CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points,
628 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
638 CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points,
663 CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points,
584 cvCalibrateCamera( int image_count, int* _point_counts, CvSize image_size, CvPoint2D32f* _image_points, CvPoint3D32f* _object_points, float* _distortion_coeffs, float* _camera_matrix, float* _translation_vectors, float* _rotation_matrices, int flags ) argument
609 cvCalibrateCamera_64d( int image_count, int* _point_counts, CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points, double* _distortion_coeffs, double* _camera_matrix, double* _translation_vectors, double* _rotation_matrices, int flags ) argument
H A Dcv.h1256 const CvMat* npoints, CvSize image_size,
1290 CvSize image_size,
1300 CvSize image_size,
1319 CvSize image_size, CvMat* R, CvMat* T,
1331 CvSize image_size, const CvMat* R, const CvMat* T,
/external/srec/srec/clib/
H A Dsrec_arb.c307 /* ASSERT(allotree->image_size == buffer_size); hack for now */
311 pfread(&allotree->image_size, sizeof(asr_uint16_t), 1, fp); /* image_szie */
357 PLogMessage("read arbdata image size %d\n", allotree->image_size);
/external/srec/srec/ca/
H A Dsyn_srec.c96 asr_int32_t image_size; member in struct:__anon11047
/external/freetype/include/freetype/internal/
H A Dtttypes.h573 /* image_size :: For index formats 2 and 5. This is the size in */
598 FT_ULong image_size; member in struct:TT_SBit_RangeRec_
/external/libvpx/vp8/encoder/
H A Dfirstpass.c1346 int image_size = y_width * y_height; local
/external/srec/srec/crec/
H A Dsrec_context.c3590 asr_int32_t image_size; member in struct:__anon11051

Completed in 477 milliseconds