Searched defs:skColors (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp358 bool AddColors(const CPDF_ExpIntFunc* pFunc, SkTDArray<SkColor>* skColors) { argument
365 skColors->push(
369 skColors->push(
382 SkTDArray<SkColor>* skColors,
420 skColors->push(color);
427 SkTDArray<SkColor>* skColors,
437 if (!AddColors(pSubFunc, skColors))
2005 SkTDArray<SkColor> skColors;
2016 if (!AddSamples(pSampledFunc, &skColors, &skPos))
2019 if (!AddColors(pExpIntFuc, &skColors))
381 AddSamples(const CPDF_SampledFunc* pFunc, SkTDArray<SkColor>* skColors, SkTDArray<SkScalar>* skPos) argument
426 AddStitching(const CPDF_StitchFunc* pFunc, SkTDArray<SkColor>* skColors, SkTDArray<SkScalar>* skPos) argument
[all...]

Completed in 48 milliseconds