Searched refs:row_verts (Results 1 – 1 of 1) sorted by relevance
462 int row_verts = pShadingStream->GetDict()->GetIntegerFor("VerticesPerRow"); in DrawLatticeGouraudShading() local463 if (row_verts < 2) in DrawLatticeGouraudShading()472 vertices[0] = stream.ReadVertexRow(mtObject2Bitmap, row_verts); in DrawLatticeGouraudShading()478 vertices[1 - last_index] = stream.ReadVertexRow(mtObject2Bitmap, row_verts); in DrawLatticeGouraudShading()483 for (int i = 1; i < row_verts; ++i) { in DrawLatticeGouraudShading()