HomeSort by relevance Sort by last modified time
    Searched refs:DstColorType (Results 1 - 6 of 6) sorted by null

  /external/skia/dm/
DMSrcSink.h 130 enum DstColorType {
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
145 DstColorType fDstColorType;
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
162 CodecSrc::DstColorType fDstColorType;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
190 CodecSrc::DstColorType fDstColorType;
DM.cpp 417 static void push_codec_src(Path path, CodecSrc::Mode mode, CodecSrc::DstColorType dstColorType,
421 if (!simple || dstColorType != CodecSrc::kGetFromCanvas_DstColorType || scale != 1.0f) {
451 switch (dstColorType) {
477 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale);
481 static void push_android_codec_src(Path path, CodecSrc::DstColorType dstColorType,
486 switch (dstColorType) {
512 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);
550 static void push_brd_src(Path path, CodecSrc::DstColorType dstColorType, BRDSrc::Mode mode
    [all...]
DMSrcSink.cpp 107 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize)
110 , fDstColorType(dstColorType)
309 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType,
313 , fDstColorType(dstColorType)
325 static void swap_rb_if_necessary(SkBitmap& bitmap, CodecSrc::DstColorType dstColorType) {
326 if (CodecSrc::kNonNative8888_Always_DstColorType != dstColorType) {
370 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType)
    [all...]
  /external/skqp/dm/
DMSrcSink.h 130 enum DstColorType {
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
145 DstColorType fDstColorType;
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
162 CodecSrc::DstColorType fDstColorType;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
190 CodecSrc::DstColorType fDstColorType;
DM.cpp 405 static void push_codec_src(Path path, CodecSrc::Mode mode, CodecSrc::DstColorType dstColorType,
409 if (!simple || dstColorType != CodecSrc::kGetFromCanvas_DstColorType || scale != 1.0f) {
439 switch (dstColorType) {
465 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale);
469 static void push_android_codec_src(Path path, CodecSrc::DstColorType dstColorType,
474 switch (dstColorType) {
500 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);
538 static void push_brd_src(Path path, CodecSrc::DstColorType dstColorType, BRDSrc::Mode mode
    [all...]
DMSrcSink.cpp 105 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize)
108 , fDstColorType(dstColorType)
306 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType,
310 , fDstColorType(dstColorType)
322 static void swap_rb_if_necessary(SkBitmap& bitmap, CodecSrc::DstColorType dstColorType) {
323 if (CodecSrc::kNonNative8888_Always_DstColorType != dstColorType) {
367 CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType)
    [all...]

Completed in 79 milliseconds