/external/jpeg/ |
D | transupp.c | 192 int ci, i, j, offset_x, offset_y; in do_transpose() local 215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transpose() 216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y]; in do_transpose() 217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose() 240 int ci, i, j, offset_x, offset_y; in do_rot_90() local 265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_rot_90() 266 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y]; in do_rot_90() 270 [comp_width - dst_blk_x - offset_x - 1]; in do_rot_90() 280 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_90() 304 int ci, i, j, offset_x, offset_y; in do_rot_270() local [all …]
|
/external/chromium/chrome/browser/ui/gtk/ |
D | info_bubble_gtk.cc | 276 int offset_x, offset_y; in UpdateArrowLocation() local 278 rect_.x(), rect_.y(), &offset_x, &offset_y); in UpdateArrowLocation() 283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x in UpdateArrowLocation() 320 int offset_x, offset_y; in MoveWindow() local 322 rect_.x(), rect_.y(), &offset_x, &offset_y); in MoveWindow() 326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX; in MoveWindow() 328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - in MoveWindow()
|
D | gtk_custom_menu_item.cc | 374 int offset_x, offset_y; in gtk_custom_menu_item_receive_motion_event() local 376 0, 0, &offset_x, &offset_y); in gtk_custom_menu_item_receive_motion_event() 377 if (x >= offset_x && x < (offset_x + alloc.width) && in gtk_custom_menu_item_receive_motion_event()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 898 int offset_x = background_offset_x_; in PaintInactiveTabBackground() local 912 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, in PaintInactiveTabBackground() 918 offset_x + width() - tab_active_.r_width, offset_y); in PaintInactiveTabBackground() 924 offset_x + tab_active_.l_width, kDropShadowOffset + offset_y, in PaintInactiveTabBackground() 936 int offset_x = background_offset_x_; in PaintActiveTabBackground() local 941 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, 0); in PaintActiveTabBackground() 946 offset_x + width() - tab_active_.r_width, 0); in PaintActiveTabBackground() 951 offset_x + tab_active_.l_width, kDropShadowHeight, in PaintActiveTabBackground()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbvideo.h | 177 *x += this->offset_x; in FB_dst_to_xy()
|
/external/libpng/ |
D | pngget.c | 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 625 *offset_x = info_ptr->x_offset; in png_get_oFFs()
|
D | pngtest.c | 1015 png_int_32 offset_x, offset_y; in test_one_file() local 1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 281 info_ptr->x_offset = offset_x; in png_set_oFFs()
|
D | pngrutil.c | 1627 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 1658 offset_x = png_get_int_32(buf); in png_handle_oFFs() 1661 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
D | png.h | 2482 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,
|
D | libpng-1.2.44.txt | 718 png_get_oFFs(png_ptr, info_ptr, &offset_x, &offset_y, 720 offset_x - positive offset from the left edge 1988 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, 1990 offset_x - positive offset from the left
|
D | libpng-1.2.46.txt | 718 png_get_oFFs(png_ptr, info_ptr, &offset_x, &offset_y, 720 offset_x - positive offset from the left edge 1988 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, 1990 offset_x - positive offset from the left
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngget.c | 587 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 590 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 593 *offset_x = info_ptr->x_offset; in png_get_oFFs()
|
D | pngset.c | 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 376 info_ptr->x_offset = offset_x; in png_set_oFFs()
|
D | pngrutil.c | 1531 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 1562 offset_x = png_get_int_32(buf); in png_handle_oFFs() 1565 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
D | png.h | 2257 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,
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_video.c | 211 video->offset_x = 0; in SDL_VideoInit() 708 video->offset_x = 0; in SDL_SetVideoMode() 715 video->offset_x = (mode->w-width)/2; in SDL_SetVideoMode() 718 video->offset_x*mode->format->BytesPerPixel; in SDL_SetVideoMode() 1066 rects[i].x += video->offset_x; in SDL_UpdateRects() 1071 rects[i].x -= video->offset_x; in SDL_UpdateRects()
|
D | SDL_surface.c | 426 hw_srcrect.x += current_video->offset_x; in SDL_LowerBlit() 432 hw_dstrect.x += current_video->offset_x; in SDL_LowerBlit() 592 hw_rect.x += current_video->offset_x; in SDL_FillRect()
|
D | SDL_sysvideo.h | 285 int offset_x; member
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 184 int offset_x = in InitClass() local 192 arrow_offset_ = std::max(offset_x, offset_y); in InitClass()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | wizard_controller.cc | 593 int offset_x = (screen_bounds_.width() - screen_width) / 2; in GetWizardScreenBounds() local 595 int window_x = screen_bounds_.x() + offset_x; in GetWizardScreenBounds()
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 1052 s_int *offset_x = SX_AS_INT(offset_list->subexpressions.head); in read_texture() local 1055 if (offset_x == NULL || offset_y == NULL || offset_z == NULL) { in read_texture() 1059 tex->offsets[0] = offset_x->value(); in read_texture()
|