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

1 2

  /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...]
  /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/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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 195 *x += this->offset_x;
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 184 int offset_x = local
192 arrow_offset_ = std::max(offset_x, offset_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 285 int offset_x; member in struct:SDL_VideoDevice
SDL_video.c 217 video->offset_x = 0;
725 video->offset_x = 0;
732 video->offset_x = (mode->w-width)/2;
735 video->offset_x*mode->format->BytesPerPixel;
1088 rects[i].x += video->offset_x;
1093 rects[i].x -= video->offset_x;
    [all...]
SDL_surface.c 426 hw_srcrect.x += current_video->offset_x;
432 hw_dstrect.x += current_video->offset_x;
592 hw_rect.x += current_video->offset_x;
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 593 int offset_x = (screen_bounds_.width() - screen_width) / 2; local
595 int window_x = screen_bounds_.x() + offset_x;
  /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)
625 *offset_x = info_ptr->x_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)
281 info_ptr->x_offset = offset_x;
    [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)
593 *offset_x = info_ptr->x_offset;
pngset.c 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
376 info_ptr->x_offset = offset_x;
    [all...]
  /external/mesa3d/src/glsl/
ir_reader.cpp 1052 s_int *offset_x = SX_AS_INT(offset_list->subexpressions.head); local
1055 if (offset_x == NULL || offset_y == NULL || offset_z == NULL) {
1059 tex->offsets[0] = offset_x->value();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 683 int offset_x; member in struct:__anon23551
    [all...]
XIproto.h 1392 CARD32 offset_x; member in struct:__anon23646
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 683 int offset_x; member in struct:__anon25141
    [all...]
XIproto.h 1392 CARD32 offset_x; member in struct:__anon25236
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 683 int offset_x; member in struct:__anon26653
    [all...]
XIproto.h 1392 CARD32 offset_x; 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
91 offset_x = x_position + (block_x << 2);
93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
97 //offsetC = (offset >> 2) + (offset_x >> 1);
100 /*comp_Sl + offset + offset_x,*/
    [all...]

Completed in 1012 milliseconds

1 2