Searched refs:childColors (Results 1 – 2 of 2) sorted by relevance
254 SkSTArray<3, SkPMColor4f, true> childColors; in constantOutputForConstantInput() local255 childColors.push_back(inputColor); in constantOutputForConstantInput()257 childColors.push_back(ConstantOutputForConstantInput(this->childProcessor(i), inputColor)); in constantOutputForConstantInput()261 program->eval(1, childColors.begin(), fUniforms->data(), result.vec()); in constantOutputForConstantInput()
435 std::vector<skvm::Color> childColors; in initFilterColorInfo() local437 childColors.push_back( in initFilterColorInfo()448 return childColors[ix]; in initFilterColorInfo()