Name Description Size
SkAndroidCodec.h Abstract interface defining image codec functionality that is necessary for Android. 12210
SkCodec.h Abstraction layer directly on top of an image codec. 39263
SkCodecAnimation.h This specifies how the next frame is based on this frame. Names are based on the GIF 89a spec. The numbers correspond to values in a GIF. 1631
SkEncodedImageFormat.h Enum describing format of encoded data. 569
SkEncodedOrigin.h Given an encoded origin and the width and height of the source data, returns a matrix that transforms the source rectangle with upper left corner at [0, 0] and origin to a correctly oriented destination rectangle of [0, 0, w, h]. 2483
SkPngChunkReader.h SkPngChunkReader Base class for optional callbacks to retrieve meta/chunk data out of a PNG encoded image as it is being decoded. Used by SkCodec. 1533