Lines Matching defs:parent
81 * RGBA color. The child's input color will be the parent's fInputColor. (Pass a null FP to use
88 * Returns a parent fragment processor that adopts the passed fragment processor as a child.
89 * The parent will ignore its input color and instead feed the passed in color as input to the
96 * Returns a parent fragment processor that adopts the passed fragment processor as a child.
97 * The parent will simply return the child's color, but disable the coverage-as-alpha
193 const GrFragmentProcessor* parent() const { return fParent; }
245 // The SampleUsage describing how this FP is invoked by its parent. This only reflects the
246 // immediate sampling from parent to this FP.
398 * The SampleUsage parameter describes all of the ways that the child is sampled by the parent.
593 /** Invokes a child proc in its own scope. Pass in the parent's EmitArgs and invokeChild will