Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 22 of 22) sorted by relevance

/external/jpeg/
Dtransupp.c192 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/
Dinfo_bubble_gtk.cc276 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()
Dgtk_custom_menu_item.cc374 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/
Dtab_renderer_gtk.cc898 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/
DSDL_fbvideo.h177 *x += this->offset_x; in FB_dst_to_xy()
/external/libpng/
Dpngget.c618 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()
Dpngtest.c1015 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()
Dpngset.c274 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()
Dpngrutil.c1627 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()
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,
Dlibpng-1.2.44.txt718 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
Dlibpng-1.2.46.txt718 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/
Dpngget.c587 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()
Dpngset.c370 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()
Dpngrutil.c1531 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()
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,
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c211 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()
DSDL_surface.c426 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()
DSDL_sysvideo.h285 int offset_x; member
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc184 int offset_x = in InitClass() local
192 arrow_offset_ = std::max(offset_x, offset_y); in InitClass()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc593 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/
Dir_reader.cpp1052 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()