C# Class EasyBike.Droid.Helpers.GifDecoder

Afficher le fichier Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Méthodes publiques

Свойство Type Description
STATUS_FORMAT_ERROR int
STATUS_OK int
STATUS_OPEN_ERROR int
previousImage Android.Graphics.Bitmap

Protected Properties

Свойство Type Description
MAX_STACK_SIZE int
act int[]
bgColor int
bgIndex int
block byte[]
blockSize int
frameCount int
framePointer int
gct int[]
gctFlag bool
gctSize int
height int
lctFlag bool
lctSize int
loopCount int
mainPixels byte[]
mainScratch int[]
pixelAspect int
pixelStack byte[]
prefix short[]
rawData ByteBuffer
status int
suffix byte[]
width int

Méthodes publiques

Méthode Description
advance ( ) : void
getCurrentFrameIndex ( ) : int
getDelay ( int n ) : int
getFrameCount ( ) : int
getLoopCount ( ) : int
getNextDelay ( ) : int
getNextFrame ( ) : Android.Graphics.Bitmap
read ( InputStream inputStream, int contentLength ) : int
read ( byte data ) : int

Méthodes protégées

Méthode Description
err ( ) : bool
init ( ) : void
read ( ) : int
readBitmap ( ) : void
readBlock ( ) : int
readColorTable ( int ncolors ) : int[]
readContents ( ) : void
readGraphicControlExt ( ) : void
readHeader ( ) : void
readLSD ( ) : void
readNetscapeExt ( ) : void
readShort ( ) : int
setPixels ( int frameIndex ) : void
skip ( ) : void

Private Methods

Méthode Description
decodeBitmapData ( GifFrame frame, byte dstPixels ) : void

Method Details

advance() public méthode

public advance ( ) : void
Résultat void

err() protected méthode

protected err ( ) : bool
Résultat bool

getCurrentFrameIndex() public méthode

public getCurrentFrameIndex ( ) : int
Résultat int

getDelay() public méthode

public getDelay ( int n ) : int
n int
Résultat int

getFrameCount() public méthode

public getFrameCount ( ) : int
Résultat int

getLoopCount() public méthode

public getLoopCount ( ) : int
Résultat int

getNextDelay() public méthode

public getNextDelay ( ) : int
Résultat int

getNextFrame() public méthode

public getNextFrame ( ) : Android.Graphics.Bitmap
Résultat Android.Graphics.Bitmap

init() protected méthode

protected init ( ) : void
Résultat void

read() protected méthode

protected read ( ) : int
Résultat int

read() public méthode

public read ( InputStream inputStream, int contentLength ) : int
inputStream InputStream
contentLength int
Résultat int

read() public méthode

public read ( byte data ) : int
data byte
Résultat int

readBitmap() protected méthode

protected readBitmap ( ) : void
Résultat void

readBlock() protected méthode

protected readBlock ( ) : int
Résultat int

readColorTable() protected méthode

protected readColorTable ( int ncolors ) : int[]
ncolors int
Résultat int[]

readContents() protected méthode

protected readContents ( ) : void
Résultat void

readGraphicControlExt() protected méthode

protected readGraphicControlExt ( ) : void
Résultat void

readHeader() protected méthode

protected readHeader ( ) : void
Résultat void

readLSD() protected méthode

protected readLSD ( ) : void
Résultat void

readNetscapeExt() protected méthode

protected readNetscapeExt ( ) : void
Résultat void

readShort() protected méthode

protected readShort ( ) : int
Résultat int

setPixels() protected méthode

protected setPixels ( int frameIndex ) : void
frameIndex int
Résultat void

skip() protected méthode

protected skip ( ) : void
Résultat void

Property Details

MAX_STACK_SIZE protected_oe static_oe property

protected static int MAX_STACK_SIZE
Résultat int

STATUS_FORMAT_ERROR public_oe static_oe property

public static int STATUS_FORMAT_ERROR
Résultat int

STATUS_OK public_oe static_oe property

public static int STATUS_OK
Résultat int

STATUS_OPEN_ERROR public_oe static_oe property

public static int STATUS_OPEN_ERROR
Résultat int

act protected_oe property

protected int[] act
Résultat int[]

bgColor protected_oe property

protected int bgColor
Résultat int

bgIndex protected_oe property

protected int bgIndex
Résultat int

block protected_oe property

protected byte[] block
Résultat byte[]

blockSize protected_oe property

protected int blockSize
Résultat int

frameCount protected_oe property

protected int frameCount
Résultat int

framePointer protected_oe property

protected int framePointer
Résultat int

gct protected_oe property

protected int[] gct
Résultat int[]

gctFlag protected_oe property

protected bool gctFlag
Résultat bool

gctSize protected_oe property

protected int gctSize
Résultat int

height protected_oe property

protected int height
Résultat int

lctFlag protected_oe property

protected bool lctFlag
Résultat bool

lctSize protected_oe property

protected int lctSize
Résultat int

loopCount protected_oe property

protected int loopCount
Résultat int

mainPixels protected_oe property

protected byte[] mainPixels
Résultat byte[]

mainScratch protected_oe property

protected int[] mainScratch
Résultat int[]

pixelAspect protected_oe property

protected int pixelAspect
Résultat int

pixelStack protected_oe property

protected byte[] pixelStack
Résultat byte[]

prefix protected_oe property

protected short[] prefix
Résultat short[]

previousImage public_oe property

public Bitmap,Android.Graphics previousImage
Résultat Android.Graphics.Bitmap

rawData protected_oe property

protected ByteBuffer rawData
Résultat ByteBuffer

status protected_oe property

protected int status
Résultat int

suffix protected_oe property

protected byte[] suffix
Résultat byte[]

width protected_oe property

protected int width
Résultat int