Searched refs:mouseShape (Results 1 – 1 of 1) sorted by relevance
222 BShape mouseShape; in Draw() local223 mouseShape.MoveTo(BPoint(16, 12)); in Draw()226 mouseShape.BezierTo(control); in Draw()229 mouseShape.BezierTo(control2); in Draw()232 mouseShape.BezierTo(control3); in Draw()233 mouseShape.Close(); in Draw()238 FillShape(&mouseShape, B_SOLID_HIGH); in Draw()246 FillShape(&mouseShape, bodyGradient); in Draw()253 StrokeShape(&mouseShape, B_SOLID_HIGH); in Draw()363 BShape mouseShape; in _CreateButtonsPicture() local[all …]