Home | History | Annotate | Download | only in draw

Lines Matching refs:ZP

264 			golden := makeGolden(dst, image.Rect(0, 0, 16, 16), test.src, image.ZP, test.mask, image.ZP, test.op)
271 DrawMask(dst, image.Rect(0, 0, 16, 16), test.src, image.ZP, test.mask, image.ZP, test.op)
303 golden := makeGolden(dst, b, src, src.Bounds().Min, nil, image.ZP, op)
309 DrawMask(dst, b, src, src.Bounds().Min, nil, image.ZP, op)
372 DrawMask(m, image.Rect(x, y, x+1, y+1), src, image.ZP, nil, image.ZP, Src)
380 DrawMask(m, image.Rect(b.Min.X, y, b.Max.X, y+1), src, image.ZP, nil, image.ZP, Src)
387 DrawMask(m, image.Rect(x, b.Min.Y, x+1, b.Max.Y), src, image.ZP, nil, image.ZP, Src)
393 DrawMask(m, b, src, image.ZP, nil, image.ZP, Src)