Lines Matching refs:mouseShape
222 BShape mouseShape; in Draw() local
223 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
364 mouseShape.MoveTo(BPoint(48, 12)); in _CreateButtonsPicture()
367 mouseShape.BezierTo(control3); in _CreateButtonsPicture()
370 mouseShape.BezierTo(control); in _CreateButtonsPicture()
373 mouseShape.BezierTo(control4); in _CreateButtonsPicture()
376 mouseShape.BezierTo(control2); in _CreateButtonsPicture()
378 mouseShape.Close(); in _CreateButtonsPicture()
381 FillShape(&mouseShape, B_SOLID_HIGH); in _CreateButtonsPicture()