Searched refs:pShadingStream (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_pattern.cpp | 157 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, in Load() argument 161 m_Stream.LoadAllData(pShadingStream); in Load() 166 CPDF_Dictionary* pDict = pShadingStream->GetDict(); in Load()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 415 CPDF_Stream* pShadingStream, in DrawFreeGouraudShading() argument 423 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) in DrawFreeGouraudShading() 449 CPDF_Stream* pShadingStream, in DrawLatticeGouraudShading() argument 456 int row_verts = pShadingStream->GetDict()->GetInteger("VerticesPerRow"); in DrawLatticeGouraudShading() 461 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) in DrawLatticeGouraudShading() 752 CPDF_Stream* pShadingStream, in DrawCoonPatchMeshes() argument 763 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) in DrawCoonPatchMeshes()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 732 FX_BOOL Load(CPDF_Stream* pShadingStream,
|