Lines Matching defs: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]);