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

1 2

  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 113 float offset_x = -total_width / 2.f; local
122 ndk_helper::Mat4::Translation( iX * gap_x + offset_x, iY * gap_y + offset_y,
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 345 const int offset_x = 10; local
347 canvas.translate(offset_x, offset_y);
357 EXPECT_EQ(SK_ColorBLACK, GetColorAt(&canvas, offset_x, offset_y));
359 GetColorAt(&canvas, offset_x + crop_rect.width() - 1, offset_y));
361 GetColorAt(&canvas, offset_x, offset_y + crop_rect.height() - 1));
364 offset_x + crop_rect.width() - 1,
  /external/chromium_org/pdf/
progress_control.cc 110 int offset_x = 0; local
113 offset_x += (background.size().width() - ctrl_size->width()) / 2;
121 *image_rc = pp::Rect(ScaleInt(kLeftPadding, device_scale) + offset_x,
128 ScaleInt(kRightPadding, device_scale) - offset_x,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 139 offset_x : 0,
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/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...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1820 int offset_x = 0, offset_y = 0; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1813 int offset_x = 0, offset_y = 0; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 50 int32_t offset_x; member in struct:__anon3625
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 50 int32_t offset_x; member in struct:__anon4115
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2106 int offset_x = 0, offset_y = 0; local
    [all...]
  /external/chromium_org/ash/wm/
window_positioner.cc 421 int offset_x = kDesktopBorderSize; local
424 offset_x = (work_area.width() - kMaximumWindowWidth) / 2;
427 return gfx::Rect(work_area.x() + offset_x,
  /external/chromium_org/third_party/libjpeg_turbo/
transupp.c 345 int ci, i, j, offset_x, offset_y; local
371 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
398 int ci, i, j, offset_x, offset_y; local
437 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
479 int ci, i, j, offset_x, offset_y; local
662 int ci, i, j, offset_x, offset_y; local
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 324 int offset_x = ::GetDeviceCaps(printer_dc_.Get(), PHYSICALOFFSETX); local
327 xform.eDx = static_cast<float>(-offset_x);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 201 CGFloat offset_x, offset_y; local
202 offset_x = ctm.tx;
204 CGContextTranslateCTM(_context, -offset_x, -offset_y);
205 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y));
1051 CGFloat offset_x = (rt.origin.x) + rt.size.width \/ 2.f, local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 285 int offset_x; member in struct:SDL_VideoDevice
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.h 82 unsigned offset_x; member in struct:r600_bytecode_tex
r600_shader.c 459 tex.offset_x = bytes[bytes_read++];
3769 uint8_t offset_x = 0, offset_y = 0, offset_z = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 551 float offset_x = box_x1 - dstX; local
557 offset_x += pPixmap->screen_x;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 82 unsigned offset_x; member in struct:r600_bytecode_tex
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 551 float offset_x = box_x1 - dstX; local
557 offset_x += pPixmap->screen_x;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
  /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...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 1617 png_int_32 offset_x, offset_y; local
    [all...]
  /external/libpng/
pngrutil.c 2079 png_int_32 offset_x, offset_y; local
    [all...]
pngtest.c 1175 png_int_32 offset_x, offset_y; local
    [all...]

Completed in 640 milliseconds

1 2