Home | History | Annotate | Download | only in draw

Lines Matching defs:srch

16 	srcw, srch = 400, 300
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
80 for y := 0; y < srch; y++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
93 for y := 0; y < srch; y++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
103 for y := 0; y < srch; y++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
116 for y := 0; y < srch; y++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
129 for y := 0; y < srch; y++ {
141 yy := make([]uint8, srcw*srch)
142 cb := make([]uint8, srcw*srch)
143 cr := make([]uint8, srcw*srch)
156 Rect: image.Rect(0, 0, srcw, srch),
167 mask1 := image.NewAlpha(image.Rect(0, 0, srcw, srch))
168 for y := 0; y < srch; y++ {
187 y := 7 * i % (dsth - srch)