Lines Matching refs:DrawModifiers
172 virtual bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) {
240 bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) {
242 if (drawModifiers.mHasShadow) {
245 shadow.translate(drawModifiers.mShadowDx, drawModifiers.mShadowDy);
246 shadow.outset(drawModifiers.mShadowRadius);
1122 bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) {