Searched refs:packedPoints (Results 1 – 1 of 1) sorted by relevance
413 static inline void hFuncRefC (float* packedPoints, float* H);1822 static void hFuncRefC(float* packedPoints,/* Source (four x,y float coordinates) points followed by in hFuncRefC() argument1825 float x0=*packedPoints++; in hFuncRefC()1826 float y0=*packedPoints++; in hFuncRefC()1827 float x1=*packedPoints++; in hFuncRefC()1828 float y1=*packedPoints++; in hFuncRefC()1829 float x2=*packedPoints++; in hFuncRefC()1830 float y2=*packedPoints++; in hFuncRefC()1831 float x3=*packedPoints++; in hFuncRefC()1832 float y3=*packedPoints++; in hFuncRefC()[all …]