Searched refs:vtBase (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkConcaveToTriangles.cpp | 612 static void PrintVertexPtrs(size_t numPts, VertexPtr *vp, Vertex *vtBase) { in PrintVertexPtrs() argument 620 i, vt - vtBase, vt->point().fX, vt->point().fY, in PrintVertexPtrs() 621 vt->prev() - vtBase, vt->next() - vtBase, in PrintVertexPtrs() 622 GetVertexTypeString(type), e0 - vtBase, e1 - vtBase); in PrintVertexPtrs() 628 trap[j]->left() - vtBase, in PrintVertexPtrs() 629 trap[j]->right() - vtBase, in PrintVertexPtrs() 630 trap[j]->bottom() - vtBase); in PrintVertexPtrs() 638 inline void PrintVertexPtrs(size_t numPts, VertexPtr *vp, Vertex *vtBase) {} in PrintVertexPtrs() argument
|