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

  /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/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/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/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...]

Completed in 200 milliseconds