Searched refs:row_verts (Results 1 – 1 of 1) sorted by relevance
523 int row_verts = pShadingStream->GetDict()->GetIntegerFor("VerticesPerRow"); in DrawLatticeGouraudShading() local524 if (row_verts < 2) in DrawLatticeGouraudShading()533 vertices[0] = stream.ReadVertexRow(*pObject2Bitmap, row_verts); in DrawLatticeGouraudShading()539 vertices[1 - last_index] = stream.ReadVertexRow(*pObject2Bitmap, row_verts); in DrawLatticeGouraudShading()544 for (int i = 1; i < row_verts; ++i) { in DrawLatticeGouraudShading()