Searched refs:delta_y (Results 1 - 5 of 5) sorted by relevance
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/ |
H A D | scrolling.js | 27 const delta_y = 100; 30 .scroll(pos_x, pos_y, delta_x, delta_y).send();
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | frame_dec.c | 462 const int delta_y = io->crop_top - y_start; in FinishRow() local 464 assert(!(delta_y & 1)); in FinishRow() 465 io->y += dec->cache_y_stride_ * delta_y; in FinishRow() 466 io->u += dec->cache_uv_stride_ * (delta_y >> 1); in FinishRow() 467 io->v += dec->cache_uv_stride_ * (delta_y >> 1); in FinishRow() 469 io->a += io->width * delta_y; in FinishRow()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 281 float delta_y = coordinate.y - 0.5f; in getEdgesForQuadsTessellation() local 282 float delta = deFloatSqrt(delta_x * delta_x + delta_y * delta_y); in getEdgesForQuadsTessellation() 285 if (delta_x <= 0.0f && delta_y >= 0.0f) in getEdgesForQuadsTessellation() 295 if (delta_x >= 0.0f && delta_y >= 0.0f) in getEdgesForQuadsTessellation() 305 if (delta_x <= 0.0f && delta_y <= 0.0f) in getEdgesForQuadsTessellation() 315 if (delta_x >= 0.0f && delta_y <= 0.0f) in getEdgesForQuadsTessellation()
|
/third_party/ffmpeg/libavcodec/ |
H A D | interplayvideo.c | 80 static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y) in copy_from() argument 87 int dy = delta_y + y + (delta_x + x >= width) - (delta_x + x < 0); in copy_from()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_generator.cpp | 864 struct brw_reg delta_y = offset(src[0], inst->exec_size / 8); in generate_linterp() local 931 i[1] = brw_MAC(p, dst, suboffset(interp, 1), delta_y); in generate_linterp()
|
Completed in 15 milliseconds