Home | History | Annotate | Download | only in graphics

Lines Matching refs:ctrls

339                 double ctrls[] = ctrlpts[index];
340 for (int i = 0; i < ctrls.length; i += 4) {
341 coords[nc++] = (float) (x + ctrls[i] * width + ctrls[i + 1] / 2d);
342 coords[nc++] = (float) (y + ctrls[i + 2] * height + ctrls[i + 3] / 2d);
356 double ctrls[] = ctrlpts[index];
357 for (int i = 0; i < ctrls.length; i += 4) {
358 coords[nc++] = x + ctrls[i] * width + ctrls[i + 1] / 2d;
359 coords[nc++] = y + ctrls[i + 2] * height + ctrls[i + 3] / 2d;