Home | History | Annotate | Download | only in hwui

Lines Matching full:outset

231     // Bounds should be same as text op, but with dx/dy offset and radius outset
237 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f);
240 shadowBounds.outset(textShadow.radius, textShadow.radius);
244 shadowBounds.outset(0.5f);
394 bounds.outset(outsetDistance, outsetDistance);