Lines Matching refs:Bounds
391 b := m.Bounds()
407 b := m.Bounds()
421 b := m.Bounds()
500 bounds := m.Bounds()
504 for y := bounds.Min.Y; y < bounds.Max.Y; y += 8 {
505 for x := bounds.Min.X; x < bounds.Max.X; x += 8 {
513 for y := bounds.Min.Y; y < bounds.Max.Y; y += 16 {
514 for x := bounds.Min.X; x < bounds.Max.X; x += 16 {
549 b := m.Bounds()