Lines Matching refs:VEC2
128 Layout::DeleteArray<math::VEC2>(&m_pData[0][0], VERTEX_MAX * coordNum); in Free()
147 math::VEC2 *const pVecAry = Layout::NewArray<math::VEC2>(VERTEX_MAX * coordNum); in Reserve()
161 static const VEC2 texCoords[] = in SetSize()
163 VEC2(0.f, 0.f), in SetSize()
164 VEC2(1.f, 0.f), in SetSize()
165 VEC2(0.f, 1.f), in SetSize()
166 VEC2(1.f, 1.f) in SetSize()
218 … const math::VEC2 (*src)[VERTEX_MAX] = static_cast<const math::VEC2 (*)[VERTEX_MAX]>(pResTexCoord); in Copy()
253 const VEC2& basePt, in DrawQuad()
256 const VEC2 (*texCoords)[VERTEX_MAX], in DrawQuad()
314 const VEC2& basePt, in DrawQuad_Repeat()
336 const math::VEC2& pos, in DrawLine()