Home
last modified time | relevance | path

Searched defs:DecodeBitmap (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkSerializationHelpers.h32 typedef bool (*DecodeBitmap)(SkStream*, SkBitmap*); typedef
/external/skia/src/images/
DSkBitmapFactory.cpp16 bool SkBitmapFactory::DecodeBitmap(SkBitmap* dst, const SkData* data, Constraints constraint) { in DecodeBitmap() function in SkBitmapFactory
/external/webkit/Source/WebKit/android/
DRenderSkinAndroid.cpp57 bool RenderSkinAndroid::DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bit… in DecodeBitmap() function in WebCore::RenderSkinAndroid