Searched refs:_x (Results 1 – 4 of 4) sorted by relevance
37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() argument
37 int argPrefix ## _x, int argPrefix ## _y, float argPrefix ## _f81 _RS_ASSERT(instanceName.x == argPrefix ## _x); \
189 float _x = pt2[0]; in getRaster() local191 float distance = (float) Math.hypot(_x, _y); in getRaster()
219 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; in getColor() local221 pos = (_x - mX0) / mDx; in getColor()