Home
last modified time | relevance | path

Searched refs:BitmapRegionDecoder (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/client_utils/android/
DBitmapRegionDecoder.cpp16 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::BitmapRegionDecoder
40 int BitmapRegionDecoder::width() const { in width()
44 int BitmapRegionDecoder::height() const { in height()
48 bool BitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, BRDAllocator* allocator, in decodeRegion()
DBitmapRegionDecoder.h19 class BitmapRegionDecoder final {
21 static std::unique_ptr<BitmapRegionDecoder> Make(sk_sp<SkData> data);
43 BitmapRegionDecoder(std::unique_ptr<SkAndroidCodec> codec);
/third_party/skia/bench/
DBitmapRegionDecoderBench.h20 class BitmapRegionDecoder; variable
44 std::unique_ptr<android::skia::BitmapRegionDecoder> fBRD;
DBitmapRegionDecoderBench.cpp41 fBRD = android::skia::BitmapRegionDecoder::Make(fData); in onDelayedSetup()
Dnanobench.cpp583 auto brd = android::skia::BitmapRegionDecoder::Make(encoded); in valid_brd_bench()
/third_party/skia/tests/
DBRDTest.cpp42 auto brd = android::skia::BitmapRegionDecoder::Make(data); in DEF_TEST()
/third_party/skia/dm/
DDMSrcSink.cpp176 static std::unique_ptr<android::skia::BitmapRegionDecoder> create_brd(Path path) { in create_brd()
178 return android::skia::BitmapRegionDecoder::Make(encoded); in create_brd()
/third_party/skia/
DBUILD.gn469 "client_utils/android/BitmapRegionDecoder.h",
474 "client_utils/android/BitmapRegionDecoder.cpp",