Home | History | Annotate | Download | only in bubble

Lines Matching defs:Shadow

41   // The interior is measured without including stroke or shadow pixels.
85 enum Shadow {
111 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
160 // Get the shadow type.
161 Shadow shadow() const { return shadow_; }
176 // '(' represents shadow around the '{' edge: ((({ ^ })))
185 // and bubble content size; calculated from shadow and arrow image dimensions.
189 // Get the border exterior thickness, including stroke and shadow, in pixels.
221 Shadow shadow_;