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

  /external/skia/include/core/
SkSerializationHelpers.h 32 typedef bool (*DecodeBitmap)(SkStream*, SkBitmap*);
SkPicture.h 48 SkSerializationHelpers::DecodeBitmap decoder = NULL);
  /external/skia/include/images/
SkBitmapFactory.h 42 static bool DecodeBitmap(SkBitmap*, const SkData*,
  /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 84 if (!RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &gButton[i])) {
  /external/skia/src/images/
SkBitmapFactory.cpp 16 bool SkBitmapFactory::DecodeBitmap(SkBitmap* dst, const SkData* data, Constraints constraint) {
  /external/skia/gm/
factory.cpp 40 SkBitmapFactory::DecodeBitmap(&fBitmap, data);
  /external/skia/tests/
BitmapFactoryTest.cpp 58 bool success = SkBitmapFactory::DecodeBitmap(&bitmapFromFactory, encodedBitmap);
68 success = SkBitmapFactory::DecodeBitmap(&boundedBitmap, encodedBitmap,
  /external/skia/src/core/
SkOrderedReadBuffer.h 106 void setBitmapDecoder(SkSerializationHelpers::DecodeBitmap bitmapDecoder) {
122 SkSerializationHelpers::DecodeBitmap fBitmapDecoder;
SkPicturePlayback.h 67 SkSerializationHelpers::DecodeBitmap decoder);
195 SkSerializationHelpers::DecodeBitmap decoder);
SkPicture.cpp 256 SkPicture::SkPicture(SkStream* stream, bool* success, SkSerializationHelpers::DecodeBitmap decoder) : SkRefCnt() {
SkPicturePlayback.cpp 478 SkSerializationHelpers::DecodeBitmap decoder) {
585 bool* isValid, SkSerializationHelpers::DecodeBitmap decoder) {
    [all...]

Completed in 511 milliseconds