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

1 2

  /external/jpeg/
transupp.c 71 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/
transupp.c 71 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/
info_bubble_gtk.cc 276 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() +
gtk_custom_menu_item.cc 374 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/
tab_renderer_gtk.cc 388 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
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 196 *y += this->offset_y;
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 188 int offset_y = local
192 arrow_offset_ = std::max(offset_x, offset_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 286 int offset_y; member in struct:SDL_VideoDevice
SDL_video.c 218 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;
    [all...]
SDL_surface.c 427 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/
wizard_controller.cc 594 int offset_y = (screen_bounds_.height() - screen_height) / 2; local
596 int window_y = screen_bounds_.y() + offset_y;
  /external/libpng/
pngget.c 618 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;
pngtest.c 1015 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);
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
    [all...]
pngrutil.c 1633 png_int_32 offset_x, offset_y; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 587 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;
pngset.c 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
377 info_ptr->y_offset = offset_y;
    [all...]
  /external/mesa3d/src/glsl/
ir_reader.cpp 1053 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();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 684 int offset_y; member in struct:__anon23551
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon23646
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 684 int offset_y; member in struct:__anon25141
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon25236
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 684 int offset_y; member in struct:__anon26653
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon26748
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset; local
92 offset_y = y_position + (block_y << 2);
94 y_pos = (offset_y << 2) + *mv; /*quarter pel */
96 //offset = offset_y * currPic->width;
    [all...]

Completed in 688 milliseconds

1 2