Searched refs:SkJPEGImageDecoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp218 class SkJPEGImageDecoder : public SkImageDecoder { class in inherits:SkImageDecoder
221 SkJPEGImageDecoder() { function in class:SkJPEGImageDecoder
227 virtual ~SkJPEGImageDecoder() {
403 SkColorType SkJPEGImageDecoder::getBitmapColorType(jpeg_decompress_struct* cinfo) {
532 bool SkJPEGImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
730 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) {
791 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
1224 return SkNEW(SkJPEGImageDecoder);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp218 class SkJPEGImageDecoder : public SkImageDecoder { class in inherits:SkImageDecoder
221 SkJPEGImageDecoder() { function in class:SkJPEGImageDecoder
227 virtual ~SkJPEGImageDecoder() {
403 SkColorType SkJPEGImageDecoder::getBitmapColorType(jpeg_decompress_struct* cinfo) {
532 bool SkJPEGImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
730 bool SkJPEGImageDecoder::onBuildTileIndex(SkStreamRewindable* stream, int *width, int *height) {
791 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
1224 return SkNEW(SkJPEGImageDecoder);

Completed in 203 milliseconds