Home | History | Annotate | Download | only in bubble

Lines Matching refs:SHADOW

56   enum Shadow {
57 SHADOW = 0,
83 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
132 // Get the shadow type.
133 Shadow shadow() const { return shadow_; }
145 // '(' represents shadow around the '{' edge: ((({ ^ })))
154 // and bubble content size; calculated from shadow and arrow image dimensions.
158 // Get the border exterior thickness, including stroke and shadow, in pixels.
180 Shadow shadow_;