OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colormodel
(Results
151 - 153
of
153
) sorted by null
1
2
3
4
5
6
7
/prebuilts/go/linux-x86/pkg/linux_amd64_race/image/
png.a
39
func (@"image".r·2 @"image".Rectangle)
ColorModel
() (? @"image/color".Model) { return @"image/color".Alpha16Model }
52
type @"image".Image interface { At(@"image".x int, @"image".y int) (? @"image/color".Color); Bounds() (? @"image".Rectangle);
ColorModel
() (? @"image/color".Model) }
55
type @"image".Config struct {
ColorModel
@"image/color".Model; Width int; Height int }
[
all
...]
/prebuilts/go/darwin-x86/doc/devel/
weekly.html
[
all
...]
/prebuilts/go/linux-x86/doc/devel/
weekly.html
[
all
...]
Completed in 144 milliseconds
1
2
3
4
5
6
7