-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/43490048
- Loading branch information
Showing
1 changed file
with
112 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,112 @@ | ||
pkg image, func NewRGB(Rectangle) *RGB | ||
pkg image, func NewRGB48(Rectangle) *RGB48 | ||
pkg image, method (*RGB) At(int, int) color.Color | ||
pkg image, method (*RGB) Bounds() Rectangle | ||
pkg image, method (*RGB) ColorModel() color.Model | ||
pkg image, method (*RGB) Opaque() bool | ||
pkg image, method (*RGB) PixOffset(int, int) int | ||
pkg image, method (*RGB) Set(int, int, color.Color) | ||
pkg image, method (*RGB) SetRGB(int, int, color.RGB) | ||
pkg image, method (*RGB) SubImage(Rectangle) Image | ||
pkg image, method (*RGB48) At(int, int) color.Color | ||
pkg image, method (*RGB48) Bounds() Rectangle | ||
pkg image, method (*RGB48) ColorModel() color.Model | ||
pkg image, method (*RGB48) Opaque() bool | ||
pkg image, method (*RGB48) PixOffset(int, int) int | ||
pkg image, method (*RGB48) Set(int, int, color.Color) | ||
pkg image, method (*RGB48) SetRGB48(int, int, color.RGB48) | ||
pkg image, method (*RGB48) SubImage(Rectangle) Image | ||
pkg image, type RGB struct | ||
pkg image, type RGB struct, Pix []uint8 | ||
pkg image, type RGB struct, Rect Rectangle | ||
pkg image, type RGB struct, Stride int | ||
pkg image, type RGB48 struct | ||
pkg image, type RGB48 struct, Pix []uint8 | ||
pkg image, type RGB48 struct, Rect Rectangle | ||
pkg image, type RGB48 struct, Stride int | ||
pkg image/color, method (RGB) RGBA() (uint32, uint32, uint32, uint32) | ||
pkg image/color, method (RGB48) RGBA() (uint32, uint32, uint32, uint32) | ||
pkg image/color, type RGB struct | ||
pkg image/color, type RGB struct, B uint8 | ||
pkg image/color, type RGB struct, G uint8 | ||
pkg image/color, type RGB struct, R uint8 | ||
pkg image/color, type RGB48 struct | ||
pkg image/color, type RGB48 struct, B uint16 | ||
pkg image/color, type RGB48 struct, G uint16 | ||
pkg image/color, type RGB48 struct, R uint16 | ||
pkg image/color, var RGB48Model Model | ||
pkg image/color, var RGBModel Model | ||
pkg debug/goobj, const SBSS = 21 | ||
pkg debug/goobj, const SBSS SymKind | ||
pkg debug/goobj, const SCONST = 31 | ||
pkg debug/goobj, const SCONST SymKind | ||
pkg debug/goobj, const SDATA = 19 | ||
pkg debug/goobj, const SDATA SymKind | ||
pkg debug/goobj, const SDYNIMPORT = 32 | ||
pkg debug/goobj, const SDYNIMPORT SymKind | ||
pkg debug/goobj, const SELFROSECT = 12 | ||
pkg debug/goobj, const SELFROSECT SymKind | ||
pkg debug/goobj, const SELFRXSECT = 2 | ||
pkg debug/goobj, const SELFRXSECT SymKind | ||
pkg debug/goobj, const SELFSECT = 14 | ||
pkg debug/goobj, const SELFSECT SymKind | ||
pkg debug/goobj, const SFILE = 29 | ||
pkg debug/goobj, const SFILE SymKind | ||
pkg debug/goobj, const SFILEPATH = 30 | ||
pkg debug/goobj, const SFILEPATH SymKind | ||
pkg debug/goobj, const SFUNCTAB = 8 | ||
pkg debug/goobj, const SFUNCTAB SymKind | ||
pkg debug/goobj, const SGOFUNC = 6 | ||
pkg debug/goobj, const SGOFUNC SymKind | ||
pkg debug/goobj, const SGOSTRING = 5 | ||
pkg debug/goobj, const SGOSTRING SymKind | ||
pkg debug/goobj, const SHOSTOBJ = 33 | ||
pkg debug/goobj, const SHOSTOBJ SymKind | ||
pkg debug/goobj, const SINITARR = 18 | ||
pkg debug/goobj, const SINITARR SymKind | ||
pkg debug/goobj, const SMACHO = 15 | ||
pkg debug/goobj, const SMACHO SymKind | ||
pkg debug/goobj, const SMACHOGOT = 16 | ||
pkg debug/goobj, const SMACHOGOT SymKind | ||
pkg debug/goobj, const SMACHOINDIRECTGOT = 28 | ||
pkg debug/goobj, const SMACHOINDIRECTGOT SymKind | ||
pkg debug/goobj, const SMACHOINDIRECTPLT = 27 | ||
pkg debug/goobj, const SMACHOINDIRECTPLT SymKind | ||
pkg debug/goobj, const SMACHOPLT = 13 | ||
pkg debug/goobj, const SMACHOPLT SymKind | ||
pkg debug/goobj, const SMACHOSYMSTR = 25 | ||
pkg debug/goobj, const SMACHOSYMSTR SymKind | ||
pkg debug/goobj, const SMACHOSYMTAB = 26 | ||
pkg debug/goobj, const SMACHOSYMTAB SymKind | ||
pkg debug/goobj, const SNOPTRBSS = 22 | ||
pkg debug/goobj, const SNOPTRBSS SymKind | ||
pkg debug/goobj, const SNOPTRDATA = 17 | ||
pkg debug/goobj, const SNOPTRDATA SymKind | ||
pkg debug/goobj, const SPCLNTAB = 11 | ||
pkg debug/goobj, const SPCLNTAB SymKind | ||
pkg debug/goobj, const SRODATA = 7 | ||
pkg debug/goobj, const SRODATA SymKind | ||
pkg debug/goobj, const SSTRING = 4 | ||
pkg debug/goobj, const SSTRING SymKind | ||
pkg debug/goobj, const SSYMTAB = 10 | ||
pkg debug/goobj, const SSYMTAB SymKind | ||
pkg debug/goobj, const STEXT = 1 | ||
pkg debug/goobj, const STEXT SymKind | ||
pkg debug/goobj, const STLSBSS = 23 | ||
pkg debug/goobj, const STLSBSS SymKind | ||
pkg debug/goobj, const STYPE = 3 | ||
pkg debug/goobj, const STYPE SymKind | ||
pkg debug/goobj, const STYPELINK = 9 | ||
pkg debug/goobj, const STYPELINK SymKind | ||
pkg debug/goobj, const SWINDOWS = 20 | ||
pkg debug/goobj, const SWINDOWS SymKind | ||
pkg debug/goobj, const SXREF = 24 | ||
pkg debug/goobj, const SXREF SymKind | ||
pkg debug/goobj, func Parse(io.ReadSeeker, string) (*Package, error) | ||
pkg debug/goobj, type Data struct | ||
pkg debug/goobj, type Data struct, Offset int64 | ||
pkg debug/goobj, type Data struct, Size int64 | ||
pkg debug/goobj, type Func struct | ||
pkg debug/goobj, type Func struct, Args int | ||
pkg debug/goobj, type Func struct, File []string | ||
pkg debug/goobj, type Func struct, Frame int | ||
pkg debug/goobj, type Func struct, FuncData []FuncData | ||
pkg debug/goobj, type Func struct, PCData []Data | ||
pkg debug/goobj, type Func struct, PCFile Data | ||
pkg debug/goobj, type Func struct, PCLine Data | ||
pkg debug/goobj, type Func struct, PCSP Data | ||
pkg debug/goobj, type Func struct, Var []Var | ||
pkg debug/goobj, type FuncData struct | ||
pkg debug/goobj, type FuncData struct, Offset int64 | ||
pkg debug/goobj, type FuncData struct, Sym SymID | ||
pkg debug/goobj, type Package struct | ||
pkg debug/goobj, type Package struct, ImportPath string | ||
pkg debug/goobj, type Package struct, Imports []string | ||
pkg debug/goobj, type Package struct, MaxVersion int | ||
pkg debug/goobj, type Package struct, Syms []*Sym | ||
pkg debug/goobj, type Reloc struct | ||
pkg debug/goobj, type Reloc struct, Add int | ||
pkg debug/goobj, type Reloc struct, Offset int | ||
pkg debug/goobj, type Reloc struct, Size int | ||
pkg debug/goobj, type Reloc struct, Sym SymID | ||
pkg debug/goobj, type Reloc struct, Type int | ||
pkg debug/goobj, type Sym struct | ||
pkg debug/goobj, type Sym struct, Data Data | ||
pkg debug/goobj, type Sym struct, DupOK bool | ||
pkg debug/goobj, type Sym struct, Func *Func | ||
pkg debug/goobj, type Sym struct, Kind SymKind | ||
pkg debug/goobj, type Sym struct, Reloc []Reloc | ||
pkg debug/goobj, type Sym struct, Size int | ||
pkg debug/goobj, type Sym struct, Type SymID | ||
pkg debug/goobj, type Sym struct, embedded SymID | ||
pkg debug/goobj, type SymID struct | ||
pkg debug/goobj, type SymID struct, Name string | ||
pkg debug/goobj, type SymID struct, Version int | ||
pkg debug/goobj, type SymKind int | ||
pkg debug/goobj, type Var struct | ||
pkg debug/goobj, type Var struct, Kind int | ||
pkg debug/goobj, type Var struct, Name string | ||
pkg debug/goobj, type Var struct, Offset int | ||
pkg debug/goobj, type Var struct, Type SymID |