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

  /external/webkit/Source/WebKit/android/
RenderSkinAndroid.h 62 /* DecodeBitmap determines which file to use, with the given fileName of the form
66 static bool DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bitmap);
RenderSkinAndroid.cpp 57 bool RenderSkinAndroid::DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bitmap)
RenderSkinMediaButton.cpp 83 if (!RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &gButton[i])) {

Completed in 113 milliseconds