Searched refs:SkBitmapRegionDecoder (Results 1 – 18 of 18) sorted by relevance
/external/skia/src/android/ |
D | SkBitmapRegionDecoder.cpp | 14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() 16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create() 20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
|
D | SkBitmapRegionCodec.h | 18 class SkBitmapRegionCodec : public SkBitmapRegionDecoder { 46 typedef SkBitmapRegionDecoder INHERITED;
|
/external/skqp/src/android/ |
D | SkBitmapRegionDecoder.cpp | 14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() 16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create() 20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
|
D | SkBitmapRegionCodec.h | 18 class SkBitmapRegionCodec : public SkBitmapRegionDecoder { 46 typedef SkBitmapRegionDecoder INHERITED;
|
/external/skia/include/android/ |
D | SkBitmapRegionDecoder.h | 20 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/ |
D | SkBitmapRegionDecoder.h | 20 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/ |
D | BitmapRegionDecoderBench.cpp | 39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
|
D | BitmapRegionDecoderBench.h | 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
|
D | nanobench.cpp | 551 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench() 552 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
|
/external/skia/bench/ |
D | BitmapRegionDecoderBench.cpp | 39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
|
D | BitmapRegionDecoderBench.h | 38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
|
D | nanobench.cpp | 551 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench() 552 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 128 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/ |
D | DMSrcSink.cpp | 132 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/ |
D | BUILD.gn | 934 "src/android/SkBitmapRegionDecoder.cpp", 2244 "src/android/SkBitmapRegionDecoder.cpp",
|
D | Android.bp | 522 "src/android/SkBitmapRegionDecoder.cpp",
|
/external/skia/ |
D | BUILD.gn | 947 "src/android/SkBitmapRegionDecoder.cpp", 2314 "src/android/SkBitmapRegionDecoder.cpp",
|
D | Android.bp | 89 "src/android/SkBitmapRegionDecoder.cpp",
|