HomeSort by relevance Sort by last modified time
    Searched refs:getBitmapConfig (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 256 SkBitmap::Config getBitmapConfig(jpeg_decompress_struct*);
403 SkBitmap::Config SkJPEGImageDecoder::getBitmapConfig(jpeg_decompress_struct* cinfo) {
572 const SkBitmap::Config config = this->getBitmapConfig(&cinfo);
767 (void) this->getBitmapConfig(cinfo);
818 const SkBitmap::Config config = this->getBitmapConfig(cinfo);
    [all...]
SkImageDecoder_libpng.cpp 105 bool getBitmapConfig(png_structp png_ptr, png_infop info_ptr,
328 if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &theTranspColor)) {
495 bool SkPNGImageDecoder::getBitmapConfig(png_structp png_ptr, png_infop info_ptr,
798 if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &theTranspColor)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 256 SkBitmap::Config getBitmapConfig(jpeg_decompress_struct*);
403 SkBitmap::Config SkJPEGImageDecoder::getBitmapConfig(jpeg_decompress_struct* cinfo) {
572 const SkBitmap::Config config = this->getBitmapConfig(&cinfo);
767 (void) this->getBitmapConfig(cinfo);
818 const SkBitmap::Config config = this->getBitmapConfig(cinfo);
    [all...]
SkImageDecoder_libpng.cpp 105 bool getBitmapConfig(png_structp png_ptr, png_infop info_ptr,
328 if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &theTranspColor)) {
494 bool SkPNGImageDecoder::getBitmapConfig(png_structp png_ptr, png_infop info_ptr,
797 if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &theTranspColor)) {
    [all...]

Completed in 43 milliseconds