Searched refs:evalChild (Results 1 – 3 of 3) sorted by relevance
115 std::function<SkPMColor4f(int, SkPMColor4f)> evalChild) const;
691 std::function<SkPMColor4f(int, SkPMColor4f)> evalChild) const { in eval()708 childColors.push_back(evalChild(s.fChild, passedColor)); in eval()905 auto evalChild = [&](int index, SkPMColor4f inColor) { in onFilterColor4f() local917 return program->eval(color, inputs->data(), evalChild); in onFilterColor4f()
394 auto evalChild = [&](int index, SkPMColor4f color) { in constantOutputForConstantInput() local402 return program->eval(color, this->uniformData(), evalChild); in constantOutputForConstantInput()