Home
last modified time | relevance | path

Searched refs:SkBitmapRegionDecoder (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/android/
DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create()
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
DSkBitmapRegionCodec.h18 class SkBitmapRegionCodec : public SkBitmapRegionDecoder {
46 typedef SkBitmapRegionDecoder INHERITED;
/external/skqp/src/android/
DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create()
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
DSkBitmapRegionCodec.h18 class SkBitmapRegionCodec : public SkBitmapRegionDecoder {
46 typedef SkBitmapRegionDecoder INHERITED;
/external/skia/include/android/
DSkBitmapRegionDecoder.h20 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
/external/skqp/include/android/
DSkBitmapRegionDecoder.h20 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
/external/skqp/bench/
DBitmapRegionDecoderBench.cpp39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
DBitmapRegionDecoderBench.h38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
Dnanobench.cpp551 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench()
552 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
/external/skia/bench/
DBitmapRegionDecoderBench.cpp39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
DBitmapRegionDecoderBench.h38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
Dnanobench.cpp551 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench()
552 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
/external/skqp/dm/
DDMSrcSink.cpp128 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()
/external/skia/dm/
DDMSrcSink.cpp132 static SkBitmapRegionDecoder* create_brd(Path path) { in create_brd()
137 return SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy); in create_brd()
167 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in draw()
271 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in size()
/external/skqp/
DBUILD.gn934 "src/android/SkBitmapRegionDecoder.cpp",
2244 "src/android/SkBitmapRegionDecoder.cpp",
DAndroid.bp522 "src/android/SkBitmapRegionDecoder.cpp",
/external/skia/
DBUILD.gn947 "src/android/SkBitmapRegionDecoder.cpp",
2314 "src/android/SkBitmapRegionDecoder.cpp",
DAndroid.bp89 "src/android/SkBitmapRegionDecoder.cpp",