Lines Matching refs:effect
1716 * With higher values lcd fringing is worse and the smoothing effect of
2303 SkPathEffect* SkPaint::setPathEffect(SkPathEffect* effect) {
2304 GEN_ID_INC_EVAL(effect != fPathEffect);
2305 SkRefCnt_SafeAssign(fPathEffect, effect);
2306 fDirtyBits = set_mask(fDirtyBits, kPathEffect_DirtyBit, effect != NULL);
2307 return effect;