Home
last modified time | relevance | path

Searched refs:q0 (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h4768 static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], float q0[2], float q1[2], float…
4771 float q0perp = q0[1] * ray[0] - q0[0] * ray[1];
4812 float q0d = q0[0] * rayn_x + q0[1] * rayn_y;
4875 float q0[2], q1[2], q2[2]; local
4877 q0[0] = (float)x0;
4878 q0[1] = (float)y0;
4883 if(equal(q0, q1) || equal(q1, q2)) {
4895 int num_hits = stbtt__ray_intersect_bezier(orig, ray, q0, q1, q2, hits);
/lvgl-latest/src/extra/libs/png/
Dlodepng.c4154 … unsigned char q0 = precon[j + 0], q1 = precon[j + 1], q2 = precon[j + 2], q3 = precon[j + 3]; in unfilterScanline() local
4155 recon[i + 0] = s0 + paethPredictor(r0, p0, q0); in unfilterScanline()
4166 unsigned char q0 = precon[j + 0], q1 = precon[j + 1], q2 = precon[j + 2]; in unfilterScanline() local
4167 recon[i + 0] = s0 + paethPredictor(r0, p0, q0); in unfilterScanline()
4177 unsigned char q0 = precon[j + 0], q1 = precon[j + 1]; in unfilterScanline() local
4178 recon[i + 0] = s0 + paethPredictor(r0, p0, q0); in unfilterScanline()