HomeSort by relevance Sort by last modified time
    Searched refs:offset_x (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/printing/
printed_document_win.cc 17 int offset_x,
21 xform.eDx = static_cast<float>(offset_x);
  /external/jpeg/
transupp.c 192 int ci, i, j, offset_x, offset_y; local
215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
240 int ci, i, j, offset_x, offset_y; local
265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
304 int ci, i, j, offset_x, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
transupp.c 192 int ci, i, j, offset_x, offset_y; local
215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
240 int ci, i, j, offset_x, offset_y; local
265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
304 int ci, i, j, offset_x, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1820 int offset_x = 0, offset_y = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1821 int offset_x = 0, offset_y = 0; local
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 123 int offset_x = 0; local
139 offset_x = -2 * scale_when_drag_started_;
141 offset_x = 2 * scale_when_drag_started_;
151 point_in_dst_screen.Offset(offset_x, offset_y);
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 276 int offset_x, offset_y; local
278 rect_.x(), rect_.y(), &offset_x, &offset_y);
283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x
320 int offset_x, offset_y; local
322 rect_.x(), rect_.y(), &offset_x, &offset_y);
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
gtk_custom_menu_item.cc 374 int offset_x, offset_y; local
376 0, 0, &offset_x, &offset_y);
377 if (x >= offset_x && x < (offset_x + alloc.width) &&
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 423 int offset_x, offset_y; local
425 rect_.x(), rect_.y(), &offset_x, &offset_y);
432 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x
474 int offset_x, offset_y; local
476 rect_.x(), rect_.y(), &offset_x, &offset_y);
496 toplevel_x + offset_x + (rect_.width() / 2) - allocation.width / 2;
498 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
502 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 50 int32_t offset_x; member in struct:__anon2166
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 387 int offset_x, offset_y; local
389 0, 0, &offset_x, &offset_y);
390 if (x >= offset_x && x < (offset_x + alloc.width) &&
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 898 int offset_x = background_offset_x_; local
912 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x
936 int offset_x = background_offset_x_; local
    [all...]