Searched refs:SkBitmapRegionDecoder (Results 1 – 9 of 9) 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 {48 typedef SkBitmapRegionDecoder INHERITED;
20 class SkBitmapRegionDecoder {32 static SkBitmapRegionDecoder* Create(sk_sp<SkData>, Strategy strategy);39 static SkBitmapRegionDecoder* Create(83 virtual ~SkBitmapRegionDecoder() {} in ~SkBitmapRegionDecoder()87 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;
524 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench()525 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
106 static SkBitmapRegionDecoder* create_brd(Path path) { in create_brd()111 return SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy); in create_brd()144 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in draw()243 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in size()
605 "src/android/SkBitmapRegionDecoder.cpp",
70 "src/android/SkBitmapRegionDecoder.cpp",