Searched defs:newCoord (Results 1 – 3 of 3) sorted by relevance
407 void wrapCubemapEdge(const IVec2 &coord, const IVec2 &size, const int faceNdx, IVec2 &newCoord, int… in wrapCubemapEdge()
144 IVec2 newCoord(0); in fetchTexel() local
981 const float newCoord = t * line[1][1 - component] + (1 - t) * line[0][1 - component]; in applyClippingBox() local