Searched defs:dest_h (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.cc132 int dest_h = static_cast<int>(float_src_h * scale); local
136 (width() - dest_w) / 2, (height() - dest_h) / 2, dest_w,
137 dest_h, filter);
/external/chromium_org/ui/gfx/
H A Dgdi_util.cc122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h, argument
133 dest_x, dest_h + dest_y - 1, dest_w, -dest_h,
138 dest_x, dest_y, dest_w, dest_h,
H A Dcanvas.cc367 int dest_h,
371 dest_w, dest_h, filter, p);
382 int dest_h,
386 dest_h, filter, paint, image_scale_, false);
397 int dest_h,
436 dest_h,
579 int dest_h,
591 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
595 float user_scale_y = static_cast<float>(dest_h) / src_h;
604 SkIntToScalar(dest_y + dest_h) };
359 DrawImageInt(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter) argument
374 DrawImageInt(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint) argument
389 DrawImageIntInPixel(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint) argument
571 DrawImageIntHelper(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint, float image_scale, bool pixel) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c1014 unsigned int dest_h
1039 req->drw_h = dest_h;
1071 unsigned int dest_h,
1098 req->drw_h = dest_h;
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc260 int dest_w, int dest_h, SkColor average_color,
267 { 0, dest_h - 1, 2.3f, "Bottom left corner" },
269 { dest_w - 1, dest_h - 1, 2.3f, "Bottom right corner" },
272 { dest_w / 2, dest_h - 1, 1.0f, "Bottom middle" },
273 { 0, dest_h / 2, 1.0f, "Left middle" },
274 { dest_w - 1, dest_h / 2, 1.0f, "Right middle" },
276 { dest_w / 2, dest_h / 2, 1.0f, "Center" }
282 SkBitmap dest = skia::ImageOperations::Resize(src, method, dest_w, dest_h);
284 ASSERT_EQ(dest_h, dest.height());
492 const int dest_h local
257 CheckResizeMethodShouldAverageGrid( const SkBitmap& src, const TestedResizeMethod& tested_method, int dest_w, int dest_h, SkColor average_color, bool* method_passed) argument
566 const int dest_h = src_h / 4; local
[all...]

Completed in 158 milliseconds