Home | History | Annotate | Download | only in image

Lines Matching full:subimage

115 // SubImage returns an image representing the portion of the image p visible
117 func (p *RGBA) SubImage(r Rectangle) Image {
227 // SubImage returns an image representing the portion of the image p visible
229 func (p *RGBA64) SubImage(r Rectangle) Image {
326 // SubImage returns an image representing the portion of the image p visible
328 func (p *NRGBA) SubImage(r Rectangle) Image {
438 // SubImage returns an image representing the portion of the image p visible
440 func (p *NRGBA64) SubImage(r Rectangle) Image {
530 // SubImage returns an image representing the portion of the image p visible
532 func (p *Alpha) SubImage(r Rectangle) Image {
625 // SubImage returns an image representing the portion of the image p visible
627 func (p *Alpha16) SubImage(r Rectangle) Image {
717 // SubImage returns an image representing the portion of the image p visible
719 func (p *Gray) SubImage(r Rectangle) Image {
799 // SubImage returns an image representing the portion of the image p visible
801 func (p *Gray16) SubImage(r Rectangle) Image {
885 // SubImage returns an image representing the portion of the image p visible
887 func (p *CMYK) SubImage(r Rectangle) Image {
973 // SubImage returns an image representing the portion of the image p visible
975 func (p *Paletted) SubImage(r Rectangle) Image {