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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp140 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS) argument
142 m_Stream.LoadAllData(pShadingStream);
147 CPDF_Dictionary* pDict = pShadingStream->GetDict();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp380 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
384 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
388 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) {
411 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
415 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
418 int row_verts = pShadingStream->GetDict()->GetInteger("VerticesPerRow");
423 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) {
667 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
671 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
677 if (!stream.Load(pShadingStream, pFunc
379 _DrawFreeGouraudShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS, int alpha) argument
410 _DrawLatticeGouraudShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS, int alpha) argument
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h813 FX_BOOL Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS);

Completed in 119 milliseconds