Home
last modified time | relevance | path

Searched refs:BitmapRegionDecoder (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/client_utils/android/
H A DBitmapRegionDecoder.cpp8 #include "client_utils/android/BitmapRegionDecoder.h"
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::BitmapRegionDecoder
40 int BitmapRegionDecoder::width() const { in width()
44 int BitmapRegionDecoder::height() const { in height()
48 bool BitmapRegionDecoder
[all...]
H A 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/
H A DBitmapRegionDecoderBench.h20 class BitmapRegionDecoder;
25 * Benchmark Android's BitmapRegionDecoder for a particular colorType, sampleSize, and subset.
44 std::unique_ptr<android::skia::BitmapRegionDecoder> fBRD;
H A DBitmapRegionDecoderBench.cpp11 #include "client_utils/android/BitmapRegionDecoder.h"
41 fBRD = android::skia::BitmapRegionDecoder::Make(fData); in onDelayedSetup()
H A Dnanobench.cpp61 #include "client_utils/android/BitmapRegionDecoder.h"
583 auto brd = android::skia::BitmapRegionDecoder::Make(encoded); in valid_brd_bench()
/third_party/skia/tests/
H A DBRDTest.cpp12 #include "client_utils/android/BitmapRegionDecoder.h"
42 auto brd = android::skia::BitmapRegionDecoder::Make(data); in DEF_TEST()
/third_party/skia/dm/
H A DDMSrcSink.cpp92 #include "client_utils/android/BitmapRegionDecoder.h"
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()

Completed in 8 milliseconds