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

/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/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/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/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.h178 *y += this->offset_y;
H A DSDL_fbevents.c931 screen_arealen = ((screen->h + (2*this->offset_y)) * screen->pitch);
/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.12/src/video/
H A DSDL_sysvideo.h286 int offset_y; member in struct:SDL_VideoDevice
H A DSDL_video.c212 video->offset_y = 0;
709 video->offset_y = 0;
716 video->offset_y = (mode->h-height)/2;
717 mode->offset = video->offset_y*mode->pitch +
1067 rects[i].y += video->offset_y;
1072 rects[i].y -= video->offset_y;
H A DSDL_surface.c427 hw_srcrect.y += current_video->offset_y;
433 hw_dstrect.y += current_video->offset_y;
593 hw_rect.y += current_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/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
H A Dpngtest.c1015 png_int_32 offset_x, offset_y; local
1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c1633 png_int_32 offset_x, offset_y; local
1665 offset_y = png_get_int_32(buf + 4);
1667 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpng.h2482 png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2488 png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_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
H A Dpngset.c370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
377 info_ptr->y_offset = offset_y;
369 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpng.h2257 png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2263 png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y,
H A Dpngrutil.c1531 png_int_32 offset_x, offset_y; local
1563 offset_y = png_get_int_32(buf + 4);
1565 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/mesa3d/src/glsl/
H A Dir_reader.cpp1053 s_int *offset_y = SX_AS_INT(offset_list->subexpressions.head->next); local
1055 if (offset_x == NULL || offset_y == NULL || offset_z == NULL) {
1060 tex->offsets[1] = offset_y->value();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 104 milliseconds