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.cpp522 int row_verts = pShadingStream->GetDict()->GetIntegerFor("VerticesPerRow"); in DrawLatticeGouraudShading() local
523 if (row_verts < 2) in DrawLatticeGouraudShading()
532 FX_Alloc2D(CPDF_MeshVertex, row_verts, 2)); in DrawLatticeGouraudShading()
533 if (!stream.ReadVertexRow(*pObject2Bitmap, row_verts, vertex.get())) in DrawLatticeGouraudShading()
538 CPDF_MeshVertex* last_row = vertex.get() + last_index * row_verts; in DrawLatticeGouraudShading()
539 CPDF_MeshVertex* this_row = vertex.get() + (1 - last_index) * row_verts; in DrawLatticeGouraudShading()
540 if (!stream.ReadVertexRow(*pObject2Bitmap, row_verts, this_row)) in DrawLatticeGouraudShading()
544 for (int i = 1; i < row_verts; i++) { in DrawLatticeGouraudShading()