Home
last modified time | relevance | path

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

/external/skia/include/android/
DSkBitmapRegionDecoder.h20 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/
DSkBitmapRegionDecoder.cpp16 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
18 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data), in Create()
22 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create()
DSkBitmapRegionCodec.h15 class SkBitmapRegionCodec : public SkBitmapRegionDecoder {
35 typedef SkBitmapRegionDecoder INHERITED;
DSkBitmapRegionCanvas.h27 class SkBitmapRegionCanvas : public SkBitmapRegionDecoder {
47 typedef SkBitmapRegionDecoder INHERITED;
/external/skia/bench/
DBitmapRegionDecoderBench.cpp14 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()
DBitmapRegionDecoderBench.h30 SkBitmapRegionDecoder::Strategy strategy, SkColorType colorType,
41 SkAutoTDelete<SkBitmapRegionDecoder> fBRD;
43 const SkBitmapRegionDecoder::Strategy fStrategy;
Dnanobench.cpp501 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/
DDM.cpp477 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()
DDMSrcSink.h176 BRDSrc(Path, SkBitmapRegionDecoder::Strategy, Mode, CodecSrc::DstColorType, uint32_t);
184 SkBitmapRegionDecoder::Strategy fStrategy;
DDMSrcSink.cpp71 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/
Dcodec_android.gyp32 '../src/android/SkBitmapRegionDecoder.cpp',
/external/skia/
Dpublic.bzl400 "tools/SkBitmapRegionDecoder.cpp",
401 "tools/SkBitmapRegionDecoder.h",
DAndroid.mk94 src/android/SkBitmapRegionDecoder.cpp \