Searched refs:pShadingStream (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 100 const CPDF_Stream* pShadingStream, in CPDF_MeshStream() argument 104 m_pShadingStream(pShadingStream), in CPDF_MeshStream() 116 m_pStream(pdfium::MakeRetain<CPDF_StreamAcc>(pShadingStream)) { in CPDF_MeshStream()
|
D | cpdf_meshstream.h | 42 const CPDF_Stream* pShadingStream,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 415 const CPDF_Stream* pShadingStream, in DrawFreeGouraudShading() argument 422 pShadingStream, pCS); in DrawFreeGouraudShading() 456 const CPDF_Stream* pShadingStream, in DrawLatticeGouraudShading() argument 462 int row_verts = pShadingStream->GetDict()->GetIntegerFor("VerticesPerRow"); in DrawLatticeGouraudShading() 467 pShadingStream, pCS); in DrawLatticeGouraudShading() 773 const CPDF_Stream* pShadingStream, in DrawCoonPatchMeshes() argument 784 CPDF_MeshStream stream(type, funcs, pShadingStream, pCS); in DrawCoonPatchMeshes()
|