Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:pCS

15                               CPDF_ColorSpace* pCS, int alpha)
51 if (pCS->CountComponents() > total_results) {
52 total_results = pCS->CountComponents();
70 pCS->GetRGB(pResults, R, G, B);
98 CPDF_ColorSpace* pCS, int alpha)
131 if (pCS->CountComponents() > total_results) {
132 total_results = pCS->CountComponents();
150 pCS->GetRGB(pResults, R, G, B);
227 CPDF_ColorSpace* pCS, int alpha)
252 if (pCS->CountComponents() > total_results) {
253 total_results = pCS->CountComponents();
279 pCS->GetRGB(pResults, R, G, B);
378 CPDF_ColorSpace* pCS, int alpha)
385 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) {
411 CPDF_ColorSpace* pCS, int alpha)
422 pCS)) {
693 CPDF_ColorSpace* pCS, int fill_mode, int alpha)
702 if (!stream.Load(pShadingStream, pFuncs, nFuncs, pCS)) {