/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/qemu/distrib/jpeg-6b/ |
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_org/third_party/libjpeg_turbo/ |
D | transupp.c | 345 int ci, i, j, offset_x, offset_y; in do_transpose() local 371 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transpose() 372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose() 373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks]; in do_transpose() 398 int ci, i, j, offset_x, offset_y; in do_rot_90() local 437 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_rot_90() 438 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_90() 441 src_ptr = src_buffer[compptr->h_samp_factor - offset_x - 1] in do_rot_90() 452 src_ptr = src_buffer[offset_x] in do_rot_90() 479 int ci, i, j, offset_x, offset_y; in do_rot_270() local [all …]
|
/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer_unittest.cc | 345 const int offset_x = 10; in TEST_F() local 347 canvas.translate(offset_x, offset_y); in TEST_F() 357 EXPECT_EQ(SK_ColorBLACK, GetColorAt(&canvas, offset_x, offset_y)); in TEST_F() 359 GetColorAt(&canvas, offset_x + crop_rect.width() - 1, offset_y)); in TEST_F() 361 GetColorAt(&canvas, offset_x, offset_y + crop_rect.height() - 1)); in TEST_F() 364 offset_x + crop_rect.width() - 1, in TEST_F()
|
/external/chromium_org/ui/keyboard/resources/elements/ |
D | kb-keyboard.js | 139 offset_x : 0, property 181 if (Math.abs(this.offset_x) > MIN_SWIPE_DIST_X) { 182 if (this.offset_x > 0) { 221 this.offset_x = 0; 242 this.offset_x += event.screenX - this.pre_x; 260 this.offset_x = 0;
|
/external/chromium_org/printing/ |
D | printed_document_win.cc | 17 int offset_x, in SimpleModifyWorldTransform() argument 21 xform.eDx = static_cast<float>(offset_x); in SimpleModifyWorldTransform()
|
/external/llvm/lib/Target/R600/ |
D | R600Intrinsics.td | 18 llvm_i32_ty, // offset_x 31 llvm_i32_ty, // offset_x
|
/external/chromium_org/pdf/ |
D | progress_control.cc | 110 int offset_x = 0; in CalculateLayout() local 113 offset_x += (background.size().width() - ctrl_size->width()) / 2; in CalculateLayout() 121 *image_rc = pp::Rect(ScaleInt(kLeftPadding, device_scale) + offset_x, in CalculateLayout() 128 ScaleInt(kRightPadding, device_scale) - offset_x, in CalculateLayout()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 201 CGFloat offset_x, offset_y; in CFX_QuartzDeviceDriver() local 202 offset_x = ctm.tx; in CFX_QuartzDeviceDriver() 204 CGContextTranslateCTM(_context, -offset_x, -offset_y); in CFX_QuartzDeviceDriver() 205 … CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y)); in CFX_QuartzDeviceDriver() 1051 CGFloat offset_x = (rt.origin.x) + rt.size.width / 2.f, in CG_SetImageTransform() local 1054 …transform = CGAffineTransformConcat(transform, CGAffineTransformMake(1, 0, 0, 1, -offset_x, -offse… in CG_SetImageTransform() 1056 …transform = CGAffineTransformConcat(transform, CGAffineTransformMake(1, 0, 0, 1, offset_x, offset_… in CG_SetImageTransform()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_installed_bubble_view.cc | 324 int LayoutSigninPromo(int offset_x, int offset_y) { in LayoutSigninPromo() argument 337 offset_x, offset_y, link_size.width(), link_size.height()); in LayoutSigninPromo() 347 contents_area.origin().x() + offset_x, in LayoutSigninPromo()
|
/external/chromium_org/ash/wm/ |
D | window_positioner.cc | 421 int offset_x = kDesktopBorderSize; in GetDefaultWindowBounds() local 424 offset_x = (work_area.width() - kMaximumWindowWidth) / 2; in GetDefaultWindowBounds() 427 return gfx::Rect(work_area.x() + offset_x, in GetDefaultWindowBounds()
|
/external/chromium_org/content/common/gpu/media/ |
D | rendering_helper.cc | 584 std::vector<int> offset_x(cols); in LayoutRenderingAreas() local 593 ScaleAndCalculateOffsets(&widths, &offset_x, screen_size_.width()); in LayoutRenderingAreas() 608 size_t x = offset_x[i % cols] + (widths[i % cols] - w) / 2; in LayoutRenderingAreas()
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.cc | 411 double* offset_x, double* offset_y) { in CalculateScaledClipBoxOffset() argument 416 *offset_x = (content_rect.width() - clip_box_width) / 2 + content_rect.x() - in CalculateScaledClipBoxOffset() 438 double* offset_x, double* offset_y) { in CalculateNonScaledClipBoxOffset() argument 442 *offset_x = -1 * source_clip_box.left; in CalculateNonScaledClipBoxOffset() 446 *offset_x = 0; in CalculateNonScaledClipBoxOffset() 450 *offset_x = page_width - source_clip_box.right; in CalculateNonScaledClipBoxOffset() 454 *offset_x = page_height - source_clip_box.right; in CalculateNonScaledClipBoxOffset() 2869 double offset_x = 0; in TransformPDFPageForPrinting() local 2872 CalculateScaledClipBoxOffset(content_rect, source_clip_box, &offset_x, in TransformPDFPageForPrinting() 2877 source_clip_box, &offset_x, &offset_y); in TransformPDFPageForPrinting() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_asm.h | 82 unsigned offset_x; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 82 unsigned offset_x; member
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.h | 195 *x += this->offset_x; in FB_dst_to_xy()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 551 float offset_x = box_x1 - dstX; in display_video() local 557 offset_x += pPixmap->screen_x; in display_video() 570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 551 float offset_x = box_x1 - dstX; in display_video() local 557 offset_x += pPixmap->screen_x; in display_video() 570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()
|
/external/qemu/distrib/libpng-1.2.46/ |
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()
|
/external/chromium_org/third_party/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()
|
/external/chromium_org/cc/resources/ |
D | picture_pile_impl_unittest.cc | 670 for (int offset_x = 0; offset_x < content_bounds.width(); in TEST_P() local 671 offset_x += step_x) { in TEST_P() 674 gfx::Rect content_rect(offset_x, offset_y, step_x, step_y); in TEST_P()
|
/external/chromium_org/chrome/test/chromedriver/ |
D | window_commands.cc | 128 Session* session, WebView* web_view, int x, int y, int* offset_x, in ScrollCoordinateInToView() argument 160 *offset_x = x - view_x; in ScrollCoordinateInToView() 162 if (*offset_x < 0 || *offset_x >= view_width || *offset_y < 0 || in ScrollCoordinateInToView()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 217 video->offset_x = 0; in SDL_VideoInit() 725 video->offset_x = 0; in SDL_SetVideoMode() 732 video->offset_x = (mode->w-width)/2; in SDL_SetVideoMode() 735 video->offset_x*mode->format->BytesPerPixel; in SDL_SetVideoMode() 1088 rects[i].x += video->offset_x; in SDL_UpdateRects() 1093 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
|