HomeSort by relevance Sort by last modified time
    Searched full:vertexptr (Results 1 - 2 of 2) sorted by null

  /development/tools/a3dconvert/
SimpleMesh.h 107 float *vertexPtr = dataPtr + vertexPos;
115 *(vertexPtr++) = mChannels[c].mData[i * mChannels[c].mStride + cStride];
  /external/skia/src/core/
SkConcaveToTriangles.cpp 424 class VertexPtr {
430 bool operator<(VertexPtr &v0, VertexPtr &v1) {
439 bool operator>(VertexPtr &v0, VertexPtr &v1) {
612 static void PrintVertexPtrs(size_t numPts, VertexPtr *vp, Vertex *vtBase) {
638 inline void PrintVertexPtrs(size_t numPts, VertexPtr *vp, Vertex *vtBase) {}
699 SkTDArray<VertexPtr> vtptr;
714 for (VertexPtr *vtpp = vtptr.begin(); vtpp < vtptr.end(); ++vtpp) {
    [all...]

Completed in 1483 milliseconds