Lines Matching refs:VEC2
126 Layout::DeleteArray<math::VEC2>(&m_pData[0][0], VERTEX_MAX * coordNum); in Free()
145 math::VEC2 *const pVecAry = Layout::NewArray<math::VEC2>(VERTEX_MAX * coordNum); in Reserve()
159 static const VEC2 texCoords[] = in SetSize()
161 VEC2(0.f, 0.f), in SetSize()
162 VEC2(1.f, 0.f), in SetSize()
163 VEC2(0.f, 1.f), in SetSize()
164 VEC2(1.f, 1.f) in SetSize()
216 … const math::VEC2 (*src)[VERTEX_MAX] = static_cast<const math::VEC2 (*)[VERTEX_MAX]>(pResTexCoord); in Copy()
251 const VEC2& basePt, in DrawQuad()
254 const VEC2 (*texCoords)[VERTEX_MAX], in DrawQuad()
312 const VEC2& basePt, in DrawQuad_Repeat()
334 const math::VEC2& pos, in DrawLine()