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

1 2 3

  /external/skia/src/gpu/
GrTextureAdjuster.h 38 SkAlphaType alphaType() const override { return fAlphaType; }
54 SkAlphaType fAlphaType;
  /external/skqp/src/gpu/
GrTextureAdjuster.h 36 SkAlphaType alphaType() const override { return fAlphaType; }
52 SkAlphaType fAlphaType;
  /external/skia/bench/
CodecBench.h 35 const SkAlphaType fAlphaType;
WritePixelsBench.cpp 17 , fAlphaType(at)
58 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
67 SkAlphaType fAlphaType;
RepeatTileBench.cpp 36 const SkAlphaType fAlphaType;
41 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) : fAlphaType(at) {
57 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
CodecBench.cpp 21 , fAlphaType(alphaType)
43 .makeAlphaType(fAlphaType)
BitmapBench.cpp 28 const SkAlphaType fAlphaType;
42 , fAlphaType(at)
52 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
69 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
70 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
  /external/skqp/bench/
CodecBench.h 35 const SkAlphaType fAlphaType;
WritePixelsBench.cpp 17 , fAlphaType(at)
58 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
67 SkAlphaType fAlphaType;
RepeatTileBench.cpp 36 const SkAlphaType fAlphaType;
41 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) : fAlphaType(at) {
57 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
CodecBench.cpp 21 , fAlphaType(alphaType)
43 .makeAlphaType(fAlphaType)
BitmapBench.cpp 28 const SkAlphaType fAlphaType;
42 , fAlphaType(at)
52 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
69 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
70 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
  /external/skia/include/core/
SkImageInfo.h 210 , fAlphaType(kUnknown_SkAlphaType)
377 SkAlphaType alphaType() const { return fAlphaType; }
413 return SkAlphaTypeIsOpaque(fAlphaType);
446 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
475 return Make(this->width(), this->height(), newColorType, fAlphaType, fColorSpace);
485 return Make(this->width(), this->height(), fColorType, fAlphaType, std::move(cs));
544 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
607 fAlphaType = kUnknown_SkAlphaType;
619 SkAlphaType fAlphaType;
    [all...]
  /external/skqp/include/core/
SkImageInfo.h 204 , fAlphaType(kUnknown_SkAlphaType)
371 SkAlphaType alphaType() const { return fAlphaType; }
407 return SkAlphaTypeIsOpaque(fAlphaType);
440 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
469 return Make(this->width(), this->height(), newColorType, fAlphaType, fColorSpace);
479 return Make(this->width(), this->height(), fColorType, fAlphaType, std::move(cs));
538 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
601 fAlphaType = kUnknown_SkAlphaType;
613 SkAlphaType fAlphaType;
    [all...]
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 73 SkAlphaType getAlphaType() const { return fAlphaType; }
85 SkAlphaType fAlphaType;
  /external/skqp/tools/flags/
SkCommonFlagsConfig.h 73 SkAlphaType getAlphaType() const { return fAlphaType; }
85 SkAlphaType fAlphaType;
  /external/skia/src/core/
SkSpecialImage.cpp 380 , fAlphaType(at)
391 SkAlphaType alphaType() const override { return fAlphaType; }
407 fAlphaType, fTextureProxy, fColorSpace));
478 fAlphaType);
492 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
505 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
510 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
527 const SkAlphaType fAlphaType;
  /external/skia/tests/
ImageGeneratorTest.cpp 111 SkAlphaType fAlphaType;
135 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
  /external/skqp/src/core/
SkSpecialImage.cpp 379 , fAlphaType(at)
390 SkAlphaType alphaType() const override { return fAlphaType; }
406 fAlphaType, fTextureProxy, fColorSpace));
477 fAlphaType);
491 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
504 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
509 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
525 const SkAlphaType fAlphaType;
  /external/skqp/tests/
ImageGeneratorTest.cpp 111 SkAlphaType fAlphaType;
135 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
  /external/skia/src/image/
SkImage_GpuBase.cpp 29 , fAlphaType(at)
140 return sk_make_sp<SkImage_Gpu>(fContext, kNeedNewImageUniqueID, fAlphaType,
186 if (kUnpremul_SkAlphaType == rec.fInfo.alphaType() && kPremul_SkAlphaType == fAlphaType) {
209 if (kPremul_SkAlphaType == rec.fInfo.alphaType() && kUnpremul_SkAlphaType == fAlphaType) {
223 GrTextureAdjuster adjuster(fContext.get(), this->asTextureProxyRef(context), fAlphaType,
SkImage_GpuBase.h 97 const SkAlphaType fAlphaType; // alpha type for final image
SkImage_GpuYUVA.cpp 80 fAlphaType, fTargetColorSpace ? fTargetColorSpace : fColorSpace);
132 auto colorSpaceXform = GrColorSpaceXform::Make(fColorSpace.get(), fAlphaType,
133 fTargetColorSpace.get(), fAlphaType);
  /external/skqp/src/image/
SkImage_GpuBase.h 96 const SkAlphaType fAlphaType; // alpha type for final image
SkImage_GpuBase.cpp 27 , fAlphaType(at)
137 return sk_make_sp<SkImage_Gpu>(fContext, kNeedNewImageUniqueID, fAlphaType,
182 if (kUnpremul_SkAlphaType == rec.fInfo.alphaType() && kPremul_SkAlphaType == fAlphaType) {
205 if (kPremul_SkAlphaType == rec.fInfo.alphaType() && kUnpremul_SkAlphaType == fAlphaType) {
219 GrTextureAdjuster adjuster(fContext.get(), this->asTextureProxyRef(), fAlphaType,

Completed in 384 milliseconds

1 2 3