Searched refs:y_val (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkMagnifierImageFilter.cpp | 205 int y_val = SkTPin(bounds.y() + SkScalarFloorToInt(y_interp), 0, inputBM.height() - 1); in onFilterImage() local 207 *dptr = *inputBM.getAddr32(x_val, y_val); in onFilterImage()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMagnifierImageFilter.cpp | 266 int y_val = SkTPin(bounds.y() + SkScalarFloorToInt(y_interp), 0, inputBM.height() - 1); in onFilterImage() local 268 *dptr = *inputBM.getAddr32(x_val, y_val); in onFilterImage()
|
/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 159 void Set(int x_val, int y_val) { x = x_val, y = y_val; } in Set() argument 195 void Set(int x_val, int y_val, int width_val, int height_val) { in Set() argument 196 x = x_val, y = y_val, width = width_val, height = height_val; in Set()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 5468 const GLuint y_val = y_vals[y]; in ExceedingBoundariesTest() local 5470 …const GLenum res = ((0 == x_val) && (0 == y_val) && (0 == z_val)) ? GL_NO_ERROR : GL_INVALID_VALUE; in ExceedingBoundariesTest() 5490 testCase src_test_case = { tex_target, depth, height, x_val, y_val, z_val, 0, 0, 0, res }; in ExceedingBoundariesTest() 5492 testCase dst_test_case = { tex_target, depth, height, 0, 0, 0, x_val, y_val, z_val, res }; in ExceedingBoundariesTest() 5634 const GLuint y_val = y_vals[y]; in InvalidAlignmentTest() local 5635 … const GLenum res = ((valid_h == h_val) && (valid_w == w_val) && (0 == x_val) && (0 == y_val)) ? in InvalidAlignmentTest() 5639 testCase dst_test_case = { h_val, w_val, 0, 0, x_val, y_val, res }; in InvalidAlignmentTest() 5641 testCase src_test_case = { h_val, w_val, x_val, y_val, 0, 0, res }; in InvalidAlignmentTest()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 586 LLVMValueRef y_val = lp_build_const_int32(gallivm, y); in fs_fb_fetch() local 588 y_val = LLVMBuildAdd(builder, y_val, y_offset, ""); in fs_fb_fetch() 589 y_val = LLVMBuildMul(builder, y_val, stride, ""); in fs_fb_fetch() 591 offsets[i] = LLVMBuildAdd(builder, x_val, y_val, ""); in fs_fb_fetch()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.c | 1992 char y_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() local 1995 g_strdup_printf (templ_YUY2_UYVY_to_RGB_BODY, y_val, 'g', 'g', 'r', in _YUV_to_RGB()
|