Lines Matching refs:texCoords
72 nw::math::VEC4 texCoords[ TexMapMax * 2 ] ) const in CalcTextureCoords()
108 nw::math::VEC4* pTexCoord = &texCoords[ i ]; in CalcTextureCoords()
125 nw::math::VEC4* pTexCoord = &texCoords[ i + TexMapMax ]; in CalcTextureCoords()
146 nw::math::VEC4* pTexCoord = &texCoords[ i ]; in CalcTextureCoords()
155 nw::math::VEC4* pTexCoord = &texCoords[ i + TexMapMax ]; in CalcTextureCoords()
168 if ( texCoords[ i ].x != texCoords[ i + TexMapMax ].x || // 左辺がそろっているかを判定 in CalcTextureCoords()
169 texCoords[ i ].z != texCoords[ i + TexMapMax ].z || // 右辺がそろっているかを判定 in CalcTextureCoords()
170 texCoords[ i ].y != texCoords[ i + TexMapMax ].w || // 上辺がそろっているかを判定 in CalcTextureCoords()
171 texCoords[ i ].w != texCoords[ i + TexMapMax ].y ) // 下辺がそろっているかを判定 in CalcTextureCoords()
182 Drawer::SetUpTextureCoords( const nw::math::VEC4 texCoords[ TexMapMax * 2 ], in SetUpTextureCoords()
202 texCoords, in SetUpTextureCoords()