Lines Matching full:effect
33 * this effect to the src path, returning the new path in dst, and return
34 * true. If this effect cannot be applied, return false and ignore dst
38 * The effect can treat this as input only, or it can choose to change
39 * the rec as well. For example, the effect can decide to change the
40 * stroke's width or join, or the effect can change the rec from stroke
50 * Compute a conservative bounds for its effect, given the src bounds.
97 * Does applying this path effect to 'src' yield a set of points? If so,
108 * greater to that of the effect, it will memcpy the values of the dash intervals into the
110 * and fCount. If effect can be represented as a dash pattern, allocate space for the intervals
181 /** Construct a pathEffect whose effect is to apply first the inner pathEffect
224 /** Construct a pathEffect whose effect is to apply two effects, in sequence.