Searched refs:SkBitmapRegionDecoder (Results 1 – 13 of 13) sorted by relevance
/external/skia/include/android/ |
D | SkBitmapRegionDecoder.h | 20 class SkBitmapRegionDecoder { 33 static SkBitmapRegionDecoder* Create( 41 static SkBitmapRegionDecoder* Create( 76 virtual ~SkBitmapRegionDecoder() {} in ~SkBitmapRegionDecoder() 80 SkBitmapRegionDecoder(int width, int height) in SkBitmapRegionDecoder() function
|
/external/skia/src/android/ |
D | SkBitmapRegionDecoder.cpp | 16 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() 18 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create() 22 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
|
D | SkBitmapRegionCodec.h | 15 class SkBitmapRegionCodec : public SkBitmapRegionDecoder { 35 typedef SkBitmapRegionDecoder INHERITED;
|
D | SkBitmapRegionCanvas.h | 27 class SkBitmapRegionCanvas : public SkBitmapRegionDecoder { 47 typedef SkBitmapRegionDecoder INHERITED;
|
/external/skia/bench/ |
D | BitmapRegionDecoderBench.cpp | 14 SkBitmapRegionDecoder::Strategy strategy, SkColorType colorType, in BitmapRegionDecoderBench() 26 case SkBitmapRegionDecoder::kCanvas_Strategy: in BitmapRegionDecoderBench() 29 case SkBitmapRegionDecoder::kAndroidCodec_Strategy: in BitmapRegionDecoderBench() 56 fBRD.reset(SkBitmapRegionDecoder::Create(fData, fStrategy)); in onDelayedSetup()
|
D | BitmapRegionDecoderBench.h | 30 SkBitmapRegionDecoder::Strategy strategy, SkColorType colorType, 41 SkAutoTDelete<SkBitmapRegionDecoder> fBRD; 43 const SkBitmapRegionDecoder::Strategy fStrategy;
|
D | nanobench.cpp | 501 static bool valid_brd_bench(SkData* encoded, SkBitmapRegionDecoder::Strategy strategy, in valid_brd_bench() 504 SkAutoTDelete<SkBitmapRegionDecoder> brd( in valid_brd_bench() 505 SkBitmapRegionDecoder::Create(encoded, strategy)); in valid_brd_bench() 837 SkBitmapRegionDecoder::Strategy fStrategy; in rawNext() 840 { SkBitmapRegionDecoder::kCanvas_Strategy, "BRD_canvas" }, in rawNext() 841 { SkBitmapRegionDecoder::kAndroidCodec_Strategy, "BRD_android_codec" }, in rawNext() 867 const SkBitmapRegionDecoder::Strategy strategy = in rawNext()
|
/external/skia/dm/ |
D | DM.cpp | 477 static bool brd_color_type_supported(SkBitmapRegionDecoder::Strategy strategy, in brd_color_type_supported() 480 case SkBitmapRegionDecoder::kCanvas_Strategy: in brd_color_type_supported() 485 case SkBitmapRegionDecoder::kAndroidCodec_Strategy: in brd_color_type_supported() 500 static void push_brd_src(Path path, SkBitmapRegionDecoder::Strategy strategy, in push_brd_src() 504 case SkBitmapRegionDecoder::kCanvas_Strategy: in push_brd_src() 507 case SkBitmapRegionDecoder::kAndroidCodec_Strategy: in push_brd_src() 550 const SkBitmapRegionDecoder::Strategy strategies[] = { in push_brd_srcs() 551 SkBitmapRegionDecoder::kCanvas_Strategy, in push_brd_srcs() 552 SkBitmapRegionDecoder::kAndroidCodec_Strategy, in push_brd_srcs() 575 for (SkBitmapRegionDecoder::Strategy strategy : strategies) { in push_brd_srcs()
|
D | DMSrcSink.h | 176 BRDSrc(Path, SkBitmapRegionDecoder::Strategy, Mode, CodecSrc::DstColorType, uint32_t); 184 SkBitmapRegionDecoder::Strategy fStrategy;
|
D | DMSrcSink.cpp | 71 BRDSrc::BRDSrc(Path path, SkBitmapRegionDecoder::Strategy strategy, Mode mode, in BRDSrc() 86 static SkBitmapRegionDecoder* create_brd(Path path, in create_brd() 87 SkBitmapRegionDecoder::Strategy strategy) { in create_brd() 92 return SkBitmapRegionDecoder::Create(encoded, strategy); in create_brd() 112 SkAutoTDelete<SkBitmapRegionDecoder> brd(create_brd(fPath, fStrategy)); in draw() 214 SkAutoTDelete<SkBitmapRegionDecoder> brd(create_brd(fPath, fStrategy)); in size()
|
/external/skia/gyp/ |
D | codec_android.gyp | 32 '../src/android/SkBitmapRegionDecoder.cpp',
|
/external/skia/ |
D | public.bzl | 400 "tools/SkBitmapRegionDecoder.cpp", 401 "tools/SkBitmapRegionDecoder.h",
|
D | Android.mk | 94 src/android/SkBitmapRegionDecoder.cpp \
|