Home
last modified time | relevance | path

Searched defs:delta_y (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dpoint.h58 void Offset(int delta_x, int delta_y) { in Offset()
Dpoint_f.h37 void Offset(float delta_x, float delta_y) { in Offset()
/external/ImageMagick/coders/
Dpes.c437 delta_y, in ReadPESImage() local
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py3606 def _test_mouse_move(self, device, delta_x=0, delta_y=0): argument
3647 def test_mouse_move_in_y(self, device, delta_y): argument
3661 def test_mouse_move_in_xy(self, device, delta_x, delta_y): argument
3704 def test_mouse_scroll_down(self, device, delta_y): argument
3723 def test_mouse_scroll_up(self, device, delta_y): argument
3742 def test_mouse_click_and_drag(self, device, delta_x, delta_y): argument
/external/webp/src/dec/
Dframe_dec.c462 const int delta_y = io->crop_top - y_start; in FinishRow() local
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp281 float delta_y = coordinate.y - 0.5f; in getEdgesForQuadsTessellation() local
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc56 const int delta_y = point_scaling[i + 1] - point_scaling[i]; in InitializeScalingLookupTable_C() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_generator.cpp937 struct brw_reg delta_y = offset(src[0], inst->exec_size / 8); in generate_linterp() local
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c544 int delta_y = scaling_points[point + 1][1] - scaling_points[point][1]; in init_scaling_function() local
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc573 const int delta_y = point_scaling[i + 1] - point_scaling[i]; in InitializeScalingLookupTable_NEON() local