Home
last modified time | relevance | path

Searched defs:By (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-color.h218 gdouble Bx, By; member
Dvideo-converter.c1074 double Gy, double Bx, double By, double Wx, double Wy) in color_matrix_RGB_to_XYZ()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12VideoViewsTests.cpp119 constexpr uint8_t By = kBlueYUVColor[kYUVLumaPlaneIndex].r; in GetTestTextureData() local
/third_party/flutter/skia/src/core/
DSkGeometry.cpp262 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY; in SkFindQuadMaxCurvature() local
532 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY; in SkFindCubicInflections() local
/third_party/skia/src/core/
DSkGeometry.cpp329 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY; in SkFindQuadMaxCurvature() local
731 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY; in SkFindCubicInflections() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp519 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; in findInflections() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp521 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; in findInflections() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2181 LLVMValueRef By = lp_build_swizzle_aos(coord_bld, B, swizzle15); in lp_build_sample_aniso() local