Searched refs:SkBitmapRegionDecoder (Results 1 – 11 of 11) sorted by relevance
14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create()20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
18 class SkBitmapRegionCodec : public SkBitmapRegionDecoder {46 typedef SkBitmapRegionDecoder INHERITED;
20 class SK_API SkBitmapRegionDecoder {32 static SkBitmapRegionDecoder* Create(sk_sp<SkData>, Strategy strategy);39 static SkBitmapRegionDecoder* Create(78 virtual ~SkBitmapRegionDecoder() {} in ~SkBitmapRegionDecoder()82 SkBitmapRegionDecoder(int width, int height) in SkBitmapRegionDecoder() function
39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
551 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench()552 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
128 static SkBitmapRegionDecoder* create_brd(Path path) { in create_brd()133 return SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy); in create_brd()163 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in draw()267 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in size()
934 "src/android/SkBitmapRegionDecoder.cpp",2244 "src/android/SkBitmapRegionDecoder.cpp",
561 "src/android/SkBitmapRegionDecoder.cpp",
444 * Move SkBitmapRegionDecoder into client_utils/android.
386 * Move SkBitmapRegionDecoder into client_utils/android.