Home
last modified time | relevance | path

Searched defs:Cy (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp523 double Cy = fPts[3].fY + 3 * (fPts[1].fY - fPts[2].fY) - fPts[0].fY; in findInflections() local
/third_party/ffmpeg/libswscale/
Dutils.c768 int64_t W, V, Z, Cy, Cu, Cv; in fill_rgb2yuv_table() local
/third_party/skia/src/core/
DSkGeometry.cpp733 SkScalar Cy = src[3].fY + 3 * (src[1].fY - src[2].fY) - src[0].fY; in SkFindCubicInflections() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2194 LLVMValueRef Cy = lp_build_swizzle_aos(coord_bld, C, swizzle15); in lp_build_sample_aniso() local