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

  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 47 int copy_height = std::min(size_.height(), new_size.height()); local
48 for (int y = 0; y < copy_height; ++y) {
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 256 int copy_height = src_rect->bottom - src_rect->top; local
269 copy_height,
275 SkASSERT(copy_width != 0 && copy_height != 0);
281 copy_height,
286 copy_height,
  /external/chromium_org/ui/base/x/
x11_util.h 278 // - |src_x|, |src_y|, |copy_width| and |copy_height| define source region
279 // - |dst_x|, |dst_y|, |copy_width| and |copy_height| define destination region
287 int copy_width, int copy_height);
x11_util.cc     [all...]

Completed in 78 milliseconds