Searched refs:BitmapRegionDecoder (Results 1 – 8 of 8) sorted by relevance
16 std::unique_ptr<BitmapRegionDecoder> BitmapRegionDecoder::Make(sk_sp<SkData> data) { in Make()33 return std::unique_ptr<BitmapRegionDecoder>(new BitmapRegionDecoder(std::move(codec))); in Make()36 BitmapRegionDecoder::BitmapRegionDecoder(std::unique_ptr<SkAndroidCodec> codec) in BitmapRegionDecoder() function in android::skia::BitmapRegionDecoder40 int BitmapRegionDecoder::width() const { in width()44 int BitmapRegionDecoder::height() const { in height()48 bool BitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, BRDAllocator* allocator, in decodeRegion()
19 class BitmapRegionDecoder final {21 static std::unique_ptr<BitmapRegionDecoder> Make(sk_sp<SkData> data);43 BitmapRegionDecoder(std::unique_ptr<SkAndroidCodec> codec);
20 class BitmapRegionDecoder; variable44 std::unique_ptr<android::skia::BitmapRegionDecoder> fBRD;
41 fBRD = android::skia::BitmapRegionDecoder::Make(fData); in onDelayedSetup()
583 auto brd = android::skia::BitmapRegionDecoder::Make(encoded); in valid_brd_bench()
42 auto brd = android::skia::BitmapRegionDecoder::Make(data); in DEF_TEST()
176 static std::unique_ptr<android::skia::BitmapRegionDecoder> create_brd(Path path) { in create_brd()178 return android::skia::BitmapRegionDecoder::Make(encoded); in create_brd()
469 "client_utils/android/BitmapRegionDecoder.h",474 "client_utils/android/BitmapRegionDecoder.cpp",