Home
last modified time | relevance | path

Searched refs:SkBitmapRegionDecoder (Results 1 – 9 of 9) 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 {
48 typedef SkBitmapRegionDecoder INHERITED;
/external/skia/include/android/
DSkBitmapRegionDecoder.h20 class SkBitmapRegionDecoder {
32 static SkBitmapRegionDecoder* Create(sk_sp<SkData>, Strategy strategy);
39 static SkBitmapRegionDecoder* Create(
83 virtual ~SkBitmapRegionDecoder() {} in ~SkBitmapRegionDecoder()
87 SkBitmapRegionDecoder(int width, int height) in SkBitmapRegionDecoder() function
/external/skia/bench/
DBitmapRegionDecoderBench.cpp39 fBRD.reset(SkBitmapRegionDecoder::Create(fData, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in onDelayedSetup()
DBitmapRegionDecoderBench.h38 std::unique_ptr<SkBitmapRegionDecoder> fBRD;
Dnanobench.cpp533 std::unique_ptr<SkBitmapRegionDecoder> brd( in valid_brd_bench()
534 SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy)); in valid_brd_bench()
/external/skia/dm/
DDMSrcSink.cpp107 static SkBitmapRegionDecoder* create_brd(Path path) { in create_brd()
112 return SkBitmapRegionDecoder::Create(encoded, SkBitmapRegionDecoder::kAndroidCodec_Strategy); in create_brd()
150 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in draw()
250 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in size()
/external/skia/
DBUILD.gn709 "src/android/SkBitmapRegionDecoder.cpp",
DAndroid.bp75 "src/android/SkBitmapRegionDecoder.cpp",