Searched refs:offset_y (Results 1 - 25 of 47) sorted by relevance

12

/external/jpeg/
H A Dtransupp.c71 int ci, k, offset_y; local
92 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
121 int ci, i, j, offset_y; local
156 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y
192 int ci, i, j, offset_x, offset_y; local
240 int ci, i, j, offset_x, offset_y; local
304 int ci, i, j, offset_x, offset_y; local
368 int ci, i, j, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.c71 int ci, k, offset_y; local
92 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
121 int ci, i, j, offset_y; local
156 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y
192 int ci, i, j, offset_x, offset_y; local
240 int ci, i, j, offset_x, offset_y; local
304 int ci, i, j, offset_x, offset_y; local
368 int ci, i, j, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
[all...]
/external/chromium_org/printing/
H A Dprinted_document_win.cc18 int offset_y,
22 xform.eDy = static_cast<float>(offset_y);
16 SimpleModifyWorldTransform(HDC context, int offset_x, int offset_y, double shrink_factor) argument
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc105 int offset_y = 0; local
124 offset_y = -2 * scale_at_target;
126 offset_y = 2 * scale_at_target;
132 point_in_dst_screen.Offset(offset_x, offset_y);
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.cc276 int offset_x, offset_y; local
278 rect_.x(), rect_.y(), &offset_x, &offset_y);
320 int offset_x, offset_y; local
322 rect_.x(), rect_.y(), &offset_x, &offset_y);
334 gint screen_y = toplevel_y + offset_y + rect_.height() +
H A Dgtk_custom_menu_item.cc374 int offset_x, offset_y; local
376 0, 0, &offset_x, &offset_y);
378 y >= offset_y && y < (offset_y + alloc.height)) {
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.cc423 int offset_x, offset_y; local
425 rect_.x(), rect_.y(), &offset_x, &offset_y);
433 toplevel_y + offset_y,
474 int offset_x, offset_y; local
476 rect_.x(), rect_.y(), &offset_x, &offset_y);
508 gint screen_y = toplevel_y + offset_y + rect_.height();
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_custom_menu_item.cc387 int offset_x, offset_y; local
389 0, 0, &offset_x, &offset_y);
391 y >= offset_y && y < (offset_y + alloc.height)) {
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc388 int offset_y = 0; local
398 offset_y = background_offset_y_;
402 x() + favicon_bounds_.x(), offset_y + favicon_bounds_.y(),
908 int offset_y = theme_service_->HasCustomImage(tab_id) ? local
913 offset_y);
918 offset_x + width() - tab_active_.r_width, offset_y);
924 offset_x + tab_active_.l_width, kDropShadowOffset + offset_y,
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_gtk.cc365 int offset_y = 0; local
368 offset_y = -draw_rect.y();
384 pixmap_draw_rect.Offset(offset_x, offset_y);
466 gdk_cairo_set_source_pixmap(context, pixmap_, -offset_x, -offset_y);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h83 unsigned offset_y; member in struct:r600_bytecode_tex
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h83 unsigned offset_y; member in struct:r600_bytecode_tex
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.h196 *y += this->offset_y;
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc507 int offset_y = 0; local
515 offset_y = background_offset_y_;
520 tab_bg.ToCairo()->SetSource(cr, widget, -x(), -offset_y);
1034 int offset_y) {
1035 tab_bg.ToCairo()->SetSource(cr, widget, -offset_x, -offset_y);
1095 int offset_y = theme_service_->HasCustomImage(theme_id) ? local
1098 DrawTabBackground(cr, widget, tab_bg, background_offset_x_, offset_y);
1029 DrawTabBackground( cairo_t* cr, GtkWidget* widget, const gfx::Image& tab_bg, int offset_x, int offset_y) argument
H A Dtab_renderer_gtk.h322 int offset_y);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc337 // Layout the signin promo at coordinates |offset_x| and |offset_y|. Returns
339 int LayoutSigninPromo(int offset_x, int offset_y) { argument
352 offset_x, offset_y, link_size.width(), link_size.height());
363 contents_area.origin().y() + offset_y + 1);
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc188 int offset_y = local
192 arrow_offset_ = std::max(offset_x, offset_y);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h286 int offset_y; member in struct:SDL_VideoDevice
H A DSDL_video.c218 video->offset_y = 0;
726 video->offset_y = 0;
733 video->offset_y = (mode->h-height)/2;
734 mode->offset = video->offset_y*mode->pitch +
1089 rects[i].y += video->offset_y;
1094 rects[i].y -= video->offset_y;
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.cc594 int offset_y = (screen_bounds_.height() - screen_height) / 2; local
596 int window_y = screen_bounds_.y() + offset_y;
/external/chromium_org/third_party/libpng/
H A Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
/external/libpng/
H A Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c587 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
590 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
594 *offset_y = info_ptr->y_offset;
586 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument

Completed in 2427 milliseconds

12