Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp140 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/
Dfpdf_render_pattern.cpp380 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/
Dfpdf_resource.h813 …FX_BOOL Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* …