Home
last modified time | relevance | path

Searched refs:row_verts (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp462 int row_verts = pShadingStream->GetDict()->GetIntegerFor("VerticesPerRow"); in DrawLatticeGouraudShading() local
463 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()