HomeSort by relevance Sort by last modified time
    Searched defs:offset_y (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
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)) {
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() +
  /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/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/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 286 int offset_y; member in struct:SDL_VideoDevice
  /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/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/libpng/
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...]
pngrutil.c 1633 png_int_32 offset_x, offset_y; local
    [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...]
  /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...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 1531 png_int_32 offset_x, offset_y; local
    [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:__anon22514
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon22609
    [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:__anon24104
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon24199
    [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:__anon25616
    [all...]
XIproto.h 1393 CARD32 offset_y; member in struct:__anon25711
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 577 milliseconds