Searched refs:locX (Results 1 – 3 of 3) sorted by relevance
227 float locX = loc.x + (x * xStepAmount); in adjustHeight() local230 if (isInRadius(locX - loc.x, locZ - loc.z, radius)) { in adjustHeight()232 float h = calculateHeight(radius, height, locX - loc.x, locZ - loc.z); in adjustHeight()233 locs.add(new Vector2f(locX, locZ)); in adjustHeight()
662 x = this->locX(); in onInflate()804 show_if_nonzero(" x", view->locX()); in dumpview()
92 SkScalar locX() const { return fLoc.fX; } in locX() function