Searched defs:offset_y (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/printing/
H A Dprinted_document_win.cc18 int offset_y,
22 xform.eDy = static_cast<float>(offset_y);
16 SimpleModifyWorldTransform(HDC context, int offset_x, int offset_y, double shrink_factor) argument
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer_unittest.cc346 const int offset_y = 15; 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));
365 offset_y + crop_rect.height() - 1));
/external/chromium_org/pdf/
H A Dprogress_control.cc111 int offset_y = 0; local
117 offset_y += (background.size().height() - ctrl_size->height()) / 2;
122 ScaleInt(kTopPadding, device_scale) + offset_y,
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-keyboard.js140 offset_y : 0,
189 if (Math.abs(this.offset_y) > MIN_SWIPE_DIST_Y) {
190 if (this.offset_y < 0) {
222 this.offset_y = 0;
243 this.offset_y += event.screenY - this.pre_y;
261 this.offset_y = 0;
/external/jpeg/
H A Dtransupp.c71 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/
H A Dtransupp.c71 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/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc322 // Layout the signin promo at coordinates |offset_x| and |offset_y|. Returns
324 int LayoutSigninPromo(int offset_x, int offset_y) { argument
337 offset_x, offset_y, link_size.width(), link_size.height());
348 contents_area.origin().y() + offset_y + 1);
/external/chromium_org/chrome/test/chromedriver/
H A Dwindow_commands.cc129 int* offset_y) {
161 *offset_y = y - view_y;
162 if (*offset_x < 0 || *offset_x >= view_width || *offset_y < 0 ||
163 *offset_y >= view_height)
127 ScrollCoordinateInToView( Session* session, WebView* web_view, int x, int y, int* offset_x, int* offset_y) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtransupp.c98 int ci, offset_y; local
118 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
119 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks,
120 dst_buffer[offset_y],
137 int ci, k, offset_y; local
160 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y
204 int ci, k, offset_y; local
266 int ci, i, j, offset_y; local
345 int ci, i, j, offset_x, offset_y; local
398 int ci, i, j, offset_x, offset_y; local
479 int ci, i, j, offset_x, offset_y; local
550 int ci, i, j, offset_y; local
662 int ci, i, j, offset_x, offset_y; local
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c1617 png_int_32 offset_x, offset_y; local
1649 offset_y = png_get_int_32(buf + 4);
1651 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h286 int offset_y; member in struct:SDL_VideoDevice
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc325 int offset_y = ::GetDeviceCaps(printer_dc_.Get(), PHYSICALOFFSETY); local
328 xform.eDy = static_cast<float>(-offset_y);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h83 unsigned offset_y; member in struct:r600_bytecode_tex
H A Dr600_shader.c460 tex.offset_y = bytes[bytes_read++];
3769 uint8_t offset_x = 0, offset_y = 0, offset_z = 0; local
3779 offset_y = ctx->literals[inst->TexOffsets[0].Index + inst->TexOffsets[0].SwizzleY] << 1;
4124 tex.offset_y = offset_y;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
/external/libpng/
H A Dpngget.c802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
807 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
810 *offset_y = info_ptr->y_offset;
801 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngset.c247 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
255 info_ptr->y_offset = offset_y;
246 png_set_oFFs(png_const_structrp png_ptr, png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c2079 png_int_32 offset_x, offset_y; local
2114 offset_y = png_get_int_32(buf + 4);
2116 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h83 unsigned offset_y; member in struct:r600_bytecode_tex
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp201 CGFloat offset_x, offset_y; local
203 offset_y = ctm.ty;
204 CGContextTranslateCTM(_context, -offset_x, -offset_y);
205 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y));
1052 offset_y = (rt.origin.y) + rt.size.height / 2.f; local
1054 transform = CGAffineTransformConcat(transform, CGAffineTransformMake(1, 0, 0, 1, -offset_x, -offset_y));
1056 transform = CGAffineTransformConcat(transform, CGAffineTransformMake(1, 0, 0, 1, offset_x, offset_y));

Completed in 631 milliseconds

12