Home
last modified time | relevance | path

Searched refs:q1 (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…
4772 float q1perp = q1[1] * ray[0] - q1[0] * ray[1];
4813 float q1d = q1[0] * rayn_x + q1[1] * rayn_y;
4875 float q0[2], q1[2], q2[2]; local
4879 q1[0] = (float)x1;
4880 q1[1] = (float)y1;
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
4156 recon[i + 1] = s1 + paethPredictor(r1, p1, q1); in unfilterScanline()
4166 unsigned char q0 = precon[j + 0], q1 = precon[j + 1], q2 = precon[j + 2]; in unfilterScanline() local
4168 recon[i + 1] = s1 + paethPredictor(r1, p1, q1); in unfilterScanline()
4177 unsigned char q0 = precon[j + 0], q1 = precon[j + 1]; in unfilterScanline() local
4179 recon[i + 1] = s1 + paethPredictor(r1, p1, q1); in unfilterScanline()