Searched refs:pColorSpace (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 868 RetainPtr<CPDF_ColorSpace> pColorSpace = pPattern->GetCS(); in Draw() local 869 if (!pColorSpace) in Draw() 875 if (pBackColor && pBackColor->size() >= pColorSpace->CountComponents()) { in Draw() 877 ReadArrayElementsToVector(pBackColor, pColorSpace->CountComponents()); in Draw() 882 pColorSpace->GetRGB(comps.data(), &R, &G, &B); in Draw() 913 DrawFuncShading(pBitmap, FinalMatrix, pDict, funcs, pColorSpace, alpha); in Draw() 916 DrawAxialShading(pBitmap, FinalMatrix, pDict, funcs, pColorSpace, alpha); in Draw() 919 DrawRadialShading(pBitmap, FinalMatrix, pDict, funcs, pColorSpace, alpha); in Draw() 926 pColorSpace, alpha); in Draw() 934 pColorSpace, alpha); in Draw() [all …]
|
D | cpdf_imagerenderer.cpp | 151 RetainPtr<CPDF_ColorSpace> pColorSpace = in StartRenderDIBBase() local 153 if (pColorSpace) { in StartRenderDIBBase() 154 int format = pColorSpace->GetFamily(); in StartRenderDIBBase()
|
D | cpdf_renderstatus.cpp | 642 RetainPtr<CPDF_ColorSpace> pColorSpace = in ProcessTransparency() local 645 if (pColorSpace) { in ProcessTransparency() 646 int format = pColorSpace->GetFamily(); in ProcessTransparency()
|