Searched refs:pShadingStream (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_pattern.cpp | 140 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF… in Load() argument 142 m_Stream.LoadAllData(pShadingStream); in Load() 147 CPDF_Dictionary* pDict = pShadingStream->GetDict(); in Load()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 380 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, in _DrawFreeGouraudShading() argument 384 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawFreeGouraudShading() 388 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) { in _DrawFreeGouraudShading() 411 … CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, in _DrawLatticeGouraudShading() argument 415 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawLatticeGouraudShading() 418 int row_verts = pShadingStream->GetDict()->GetInteger("VerticesPerRow"); in _DrawLatticeGouraudShading() 423 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) { in _DrawLatticeGouraudShading() 667 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, in _DrawCoonPatchMeshes() argument 671 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawCoonPatchMeshes() 677 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) { in _DrawCoonPatchMeshes()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 813 …FX_BOOL Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* …
|