Home
last modified time | relevance | path

Searched defs:y_val (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp266 int y_val = SkTPin(bounds.y() + SkScalarFloorToInt(y_interp), 0, inputBM.height() - 1); in onFilterImage() local
/third_party/cef/include/internal/
Dcef_types_wrappers.h159 void Set(int x_val, int y_val) { x = x_val, y = y_val; } in Set()
195 void Set(int x_val, int y_val, int width_val, int height_val) { in Set()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp5468 const GLuint y_val = y_vals[y]; in ExceedingBoundariesTest() local
5634 const GLuint y_val = y_vals[y]; in InvalidAlignmentTest() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c1992 char y_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c586 LLVMValueRef y_val = lp_build_const_int32(gallivm, y); in fs_fb_fetch() local
/third_party/node/deps/v8/src/parsing/
Dparser.cc159 double y_val = y->AsLiteral()->AsNumber(); in ShortcutNumericLiteralBinaryExpression() local