/external/chromium/chrome/browser/ui/views/ |
tab_icon_view.cc | 127 int dest_h = static_cast<int>(float_src_h * scale); local 131 (width() - dest_w) / 2, (height() - dest_h) / 2, dest_w, 132 dest_h, filter);
|
/external/chromium_org/skia/ext/ |
image_operations_unittest.cc | 263 int dest_w, int dest_h, SkColor average_color, 270 { 0, dest_h - 1, 2.3f, "Bottom left corner" }, 272 { dest_w - 1, dest_h - 1, 2.3f, "Bottom right corner" }, 275 { dest_w / 2, dest_h - 1, 1.0f, "Bottom middle" }, 276 { 0, dest_h / 2, 1.0f, "Left middle" }, 277 { dest_w - 1, dest_h / 2, 1.0f, "Right middle" }, 279 { dest_w / 2, dest_h / 2, 1.0f, "Center" } 285 SkBitmap dest = skia::ImageOperations::Resize(src, method, dest_w, dest_h); 287 ASSERT_EQ(dest_h, dest.height()); 496 const int dest_h = src_h / (2 * checker_rect_h) local 570 const int dest_h = src_h \/ 4; local [all...] |
/external/chromium_org/ui/gfx/ |
gdi_util.cc | 122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h, 133 dest_x, dest_h + dest_y - 1, dest_w, -dest_h, 138 dest_x, dest_y, dest_w, dest_h,
|
gdi_util.h | 47 int dest_x, int dest_y, int dest_w, int dest_h,
|
canvas.cc | 320 int dest_x, int dest_y, int dest_w, int dest_h, 324 dest_w, dest_h, filter, p); 329 int dest_x, int dest_y, int dest_w, int dest_h, 339 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h)) 343 float user_scale_y = static_cast<float>(dest_h) / src_h; 353 SkIntToScalar(dest_y + dest_h) }; 355 if (src_w == dest_w && src_h == dest_h &&
|
canvas.h | 287 int dest_x, int dest_y, int dest_w, int dest_h, 291 int dest_x, int dest_y, int dest_w, int dest_h,
|
/external/chromium_org/chrome/browser/ui/views/ |
tab_icon_view.cc | 131 int dest_h = static_cast<int>(float_src_h * scale); local 135 (width() - dest_w) / 2, (height() - dest_h) / 2, dest_w, 136 dest_h, filter);
|
/external/chromium_org/ui/native_theme/ |
native_theme_base.h | 134 int dest_x, int dest_y, int dest_w, int dest_h) const;
|
native_theme_base.cc | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvlib.h | 391 unsigned int dest_h 409 unsigned int dest_h,
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/ |
Xv.c | 1014 unsigned int dest_h 1039 req->drw_h = dest_h; 1071 unsigned int dest_h, 1098 req->drw_h = dest_h;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 208 // and |dest_h|) because, if the destination rect is larger than the scaled 220 const int dest_h = ::ceil(eh * emblem_scale); local 222 const int y = ih - dest_h; // Used for offset_y and dest_y. 226 dest_w, dest_h, [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 384 int dest_w, dest_h; local 387 dest_h = WIDTH(layer.displayFrame); 390 dest_h = HEIGHT(layer.displayFrame); 394 align_crop_and_center(dest_w, dest_h, NULL, 408 src_h < dest_h * max_downscale && 409 dest_h <= src_h * max_upscale && [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 125 int dest_h) { 127 float float_dest_h = static_cast<float>(dest_h); [all...] |