Метод |
Описание |
|
Create ( SKData data ) : SKCodec |
|
|
Create ( SKStream stream ) : SKCodec |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, IntPtr colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, SKCodecOptions options, IntPtr colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, SKCodecOptions options, SKColorTable colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, SKColorTable colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, int rowBytes, SKCodecOptions options, IntPtr colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, IntPtr pixels, int rowBytes, SKCodecOptions options, SKColorTable colorTable, int &colorTableCount ) : SKCodecResult |
|
|
GetPixels ( SKImageInfo info, byte &pixels ) : SKCodecResult |
|
|
GetPixels ( byte &pixels ) : SKCodecResult |
|
|
GetScaledDimensions ( float desiredScale ) : SKSizeI |
|
|
GetValidSubset ( SKRectI &desiredSubset ) : bool |
|
|
IncrementalDecode ( ) : SKCodecResult |
|
|
IncrementalDecode ( int &rowsDecoded ) : SKCodecResult |
|
|
StartIncrementalDecode ( SKImageInfo info, IntPtr pixels, int rowBytes ) : SKCodecResult |
|
|
StartIncrementalDecode ( SKImageInfo info, IntPtr pixels, int rowBytes, SKCodecOptions options ) : SKCodecResult |
|
|
StartIncrementalDecode ( SKImageInfo info, IntPtr pixels, int rowBytes, SKCodecOptions options, IntPtr colorTable, int &colorTableCount ) : SKCodecResult |
|
|
StartIncrementalDecode ( SKImageInfo info, IntPtr pixels, int rowBytes, SKCodecOptions options, SKColorTable colorTable, int &colorTableCount ) : SKCodecResult |
|
|