Searched refs:evalChild (Results 1 – 3 of 3) sorted by relevance
115 std::function<SkPMColor4f(int, SkPMColor4f)> evalChild) const;
703 std::function<SkPMColor4f(int, SkPMColor4f)> evalChild) const { in eval()720 childColors.push_back(evalChild(s.fChild, passedColor)); in eval()917 auto evalChild = [&](int index, SkPMColor4f inColor) { in onFilterColor4f() local929 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()