Lines Matching defs:fptr
66 const float* fptr = (const float*)raw;67 path->moveTo(fptr[0], fptr[1]);71 const float* fptr = (const float*)raw;72 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[5]);