Searched refs:hmat (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | image-colorspace.c | 1145 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/ |
D | sksl_public.sksl | 157 $es3 $hmat matrixCompMult($hmat x, $hmat y);
|
D | sksl_gpu.sksl | 148 $hmat matrixCompMult($hmat x, $hmat y);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 23122 struct acpi_hmat_structure hmat; member
|