HomeSort by relevance Sort by last modified time
    Searched refs:fAlphaType (Results 26 - 50 of 56) sorted by null

12 3

  /external/skia/tests/
CodecAnimTest.cpp 281 auto alpha = frameInfo.fAlphaType;
315 decodeInfo = info.makeAlphaType(frameInfos[index].fAlphaType);
428 info = info.makeAlphaType(frameInfo.fAlphaType);
AnimatedImageTest.cpp 199 auto info = codec->getInfo().makeAlphaType(frameInfos[i].fAlphaType);
214 REPORTER_ASSERT(r, bm.setAlphaType(frameInfos[i].fAlphaType));
ReadPixelsTest.cpp 298 SkAlphaType fAlphaType;
410 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
488 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
500 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {
WritePixelsTest.cpp 377 SkAlphaType fAlphaType;
390 const SkAlphaType at = gSrcConfigs[c].fAlphaType;
  /external/skqp/tests/
CodecAnimTest.cpp 281 auto alpha = frameInfo.fAlphaType;
315 decodeInfo = info.makeAlphaType(frameInfos[index].fAlphaType);
428 info = info.makeAlphaType(frameInfo.fAlphaType);
AnimatedImageTest.cpp 210 auto info = codec->getInfo().makeAlphaType(frameInfos[i].fAlphaType);
225 REPORTER_ASSERT(r, bm.setAlphaType(frameInfos[i].fAlphaType));
ReadPixelsTest.cpp 298 SkAlphaType fAlphaType;
410 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
488 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
500 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {
WritePixelsTest.cpp 377 SkAlphaType fAlphaType;
390 const SkAlphaType at = gSrcConfigs[c].fAlphaType;
  /external/skia/src/gpu/
GrTextureAdjuster.cpp 24 , fAlphaType(alphaType)
  /external/skqp/src/gpu/
GrTextureAdjuster.cpp 23 , fAlphaType(alphaType)
  /external/skia/src/android/
SkAnimatedImage.cpp 207 frameInfo.fAlphaType = fCodec->getInfo().alphaType();
291 auto alphaType = kOpaque_SkAlphaType == frameInfo.fAlphaType ?
  /external/skqp/src/android/
SkAnimatedImage.cpp 197 frameInfo.fAlphaType = fCodec->getInfo().alphaType();
281 auto alphaType = kOpaque_SkAlphaType == frameInfo.fAlphaType ?
  /external/skia/include/codec/
SkCodec.h 637 SkAlphaType fAlphaType;
    [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 65 return SkImageInfo::Make(fProxy->width(), fProxy->height(), colorType, fAlphaType, fColorSpace);
75 auto xform = GrColorSpaceXformEffect::Make(fColorSpace.get(), fAlphaType,
76 targetCS.get(), fAlphaType);
108 return sk_make_sp<SkImage_Gpu>(fContext, kNeedNewImageUniqueID, fAlphaType,
    [all...]
  /external/skqp/include/codec/
SkCodec.h 637 SkAlphaType fAlphaType;
    [all...]
  /external/skqp/src/image/
SkImage_Gpu.cpp 60 return SkImageInfo::Make(fProxy->width(), fProxy->height(), colorType, fAlphaType, fColorSpace);
65 auto xform = GrColorSpaceXformEffect::Make(fColorSpace.get(), fAlphaType,
66 targetCS.get(), fAlphaType);
98 return sk_make_sp<SkImage_Gpu>(fContext, kNeedNewImageUniqueID, fAlphaType,
SkImage_GpuYUVA.cpp 78 fAlphaType, fColorSpace);
  /external/skia/src/codec/
SkGifCodec.cpp 137 frameInfo->fAlphaType = frameContext->hasAlpha() ? kUnpremul_SkAlphaType
SkWebpCodec.cpp 317 frameInfo->fAlphaType = frame->hasAlpha() ? kUnpremul_SkAlphaType
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 439 , fAlphaType(alphaType)
  /external/skqp/src/codec/
SkGifCodec.cpp 137 frameInfo->fAlphaType = frameContext->hasAlpha() ? kUnpremul_SkAlphaType
  /external/skqp/tools/flags/
SkCommonFlagsConfig.cpp 435 , fAlphaType(alphaType)
  /external/skia/dm/
DMSrcSink.h 362 SkAlphaType fAlphaType;
  /external/skia/src/core/
SkBitmap.cpp 653 SkASSERT(SkAlphaTypeIsValid(fAlphaType));
  /external/skqp/dm/
DMSrcSink.h 376 SkAlphaType fAlphaType;

Completed in 364 milliseconds

12 3