Home
last modified time | relevance | path

Searched refs:hmat (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-colorspace.c1145 float hmat[3][3]; /* Hue matrix */ in huerotate() local
1157 ident(hmat); in huerotate()
1165 xrotate(hmat,xrs,xrc); in huerotate()
1169 yrotate(hmat,yrs,yrc); in huerotate()
1175 xform(hmat, 0.3086, 0.6094, 0.0820, &lx, &ly, &lz); in huerotate()
1178 zshear(hmat, zsx, zsy); in huerotate()
1187 zrotate(hmat, zrs, zrc); in huerotate()
1193 zshear(hmat, -zsx, -zsy); in huerotate()
1199 yrotate(hmat, -yrs, yrc); in huerotate()
1200 xrotate(hmat, -xrs, xrc); in huerotate()
[all …]
/third_party/skia/src/sksl/
Dsksl_public.sksl157 $es3 $hmat matrixCompMult($hmat x, $hmat y);
Dsksl_gpu.sksl148 $hmat matrixCompMult($hmat x, $hmat y);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h23122 struct acpi_hmat_structure hmat; member