Searched refs:otherShadowPaint (Results 1 – 1 of 1) sorted by relevance
44 ShadowPaint otherShadowPaint = Shadow.extract(otherPaint); in __constructor__() local45 this.color = otherShadowPaint.color; in __constructor__()46 this.style = otherShadowPaint.style; in __constructor__()47 this.cap = otherShadowPaint.cap; in __constructor__()48 this.join = otherShadowPaint.join; in __constructor__()49 this.width = otherShadowPaint.width; in __constructor__()50 this.shadowRadius = otherShadowPaint.shadowRadius; in __constructor__()51 this.shadowDx = otherShadowPaint.shadowDx; in __constructor__()52 this.shadowDy = otherShadowPaint.shadowDy; in __constructor__()53 this.shadowColor = otherShadowPaint.shadowColor; in __constructor__()[all …]