Home
last modified time | relevance | path

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

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