HomeSort by relevance Sort by last modified time
    Searched defs:CodecSrc (Results 1 - 4 of 4) sorted by null

  /external/skia/dm/
DMSrcSink.h 116 class CodecSrc : public Src {
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
162 CodecSrc::DstColorType fDstColorType;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
190 CodecSrc::DstColorType fDstColorType;
DMSrcSink.cpp 107 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize)
149 CodecSrc::kGetFromCanvas_DstColorType != fDstColorType) {
153 case CodecSrc::kGetFromCanvas_DstColorType:
155 case CodecSrc::kGrayscale_Always_DstColorType:
280 // We will replicate the names used by CodecSrc so that images can
309 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType,
319 bool CodecSrc::veto(SinkFlags flags) const {
325 static void swap_rb_if_necessary(SkBitmap& bitmap, CodecSrc::DstColorType dstColorType) {
326 if (CodecSrc::kNonNative8888_Always_DstColorType != dstColorType)
    [all...]
  /external/skqp/dm/
DMSrcSink.h 116 class CodecSrc : public Src {
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
162 CodecSrc::DstColorType fDstColorType;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
190 CodecSrc::DstColorType fDstColorType;
DMSrcSink.cpp 105 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize)
147 CodecSrc::kGetFromCanvas_DstColorType != fDstColorType) {
151 case CodecSrc::kGetFromCanvas_DstColorType:
153 case CodecSrc::kGrayscale_Always_DstColorType:
277 // We will replicate the names used by CodecSrc so that images can
306 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType,
316 bool CodecSrc::veto(SinkFlags flags) const {
322 static void swap_rb_if_necessary(SkBitmap& bitmap, CodecSrc::DstColorType dstColorType) {
323 if (CodecSrc::kNonNative8888_Always_DstColorType != dstColorType)
    [all...]

Completed in 71 milliseconds