Home
last modified time | relevance | path

Searched refs:DecodeBitmap (Results 1 – 13 of 13) sorted by relevance

/external/skia/tests/
DBitmapFactoryTest.cpp58 bool success = SkBitmapFactory::DecodeBitmap(&bitmapFromFactory, encodedBitmap); in TestBitmapFactory()
68 success = SkBitmapFactory::DecodeBitmap(&boundedBitmap, encodedBitmap, in TestBitmapFactory()
/external/skia/src/core/
DSkOrderedReadBuffer.h106 void setBitmapDecoder(SkSerializationHelpers::DecodeBitmap bitmapDecoder) { in setBitmapDecoder()
122 SkSerializationHelpers::DecodeBitmap fBitmapDecoder;
DSkPicturePlayback.h67 SkSerializationHelpers::DecodeBitmap decoder);
195 SkSerializationHelpers::DecodeBitmap decoder);
DSkPicture.cpp256 SkPicture::SkPicture(SkStream* stream, bool* success, SkSerializationHelpers::DecodeBitmap decoder)… in SkPicture()
DSkPicturePlayback.cpp478 SkSerializationHelpers::DecodeBitmap decoder) { in parseStreamTag()
585 bool* isValid, SkSerializationHelpers::DecodeBitmap decoder) { in SkPicturePlayback()
/external/skia/include/core/
DSkSerializationHelpers.h32 typedef bool (*DecodeBitmap)(SkStream*, SkBitmap*); typedef
DSkPicture.h48 SkSerializationHelpers::DecodeBitmap decoder = NULL);
/external/skia/include/images/
DSkBitmapFactory.h42 static bool DecodeBitmap(SkBitmap*, const SkData*,
/external/webkit/Source/WebKit/android/
DRenderSkinAndroid.h66 static bool DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bitmap);
DRenderSkinAndroid.cpp57 bool RenderSkinAndroid::DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bit… in DecodeBitmap() function in WebCore::RenderSkinAndroid
DRenderSkinMediaButton.cpp84 if (!RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &gButton[i])) { in Decode()
/external/skia/src/images/
DSkBitmapFactory.cpp16 bool SkBitmapFactory::DecodeBitmap(SkBitmap* dst, const SkData* data, Constraints constraint) { in DecodeBitmap() function in SkBitmapFactory
/external/skia/gm/
Dfactory.cpp40 SkBitmapFactory::DecodeBitmap(&fBitmap, data); in onOnceBeforeDraw()