Home | History | Annotate | Download | only in tests

Lines Matching refs:fptr

32     const float* fptr = (const float*)raw;
33 path->moveTo(fptr[0], fptr[1]);
37 const float* fptr = (const float*)raw;
38 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[5]);