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

1 2

  /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);
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/src/gpu/
GrTextureAdjuster.h 38 SkAlphaType alphaType() const override { return fAlphaType; }
54 SkAlphaType fAlphaType;
  /external/skia/src/image/
SkImage_GpuBase.h 97 const SkAlphaType fAlphaType; // alpha type for final image
  /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);
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/src/gpu/
GrTextureAdjuster.h 36 SkAlphaType alphaType() const override { return fAlphaType; }
52 SkAlphaType fAlphaType;
  /external/skqp/src/image/
SkImage_GpuBase.h 96 const SkAlphaType fAlphaType; // alpha type for final image
  /external/skia/tests/
ImageGeneratorTest.cpp 111 SkAlphaType fAlphaType;
135 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
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/
ImageGeneratorTest.cpp 111 SkAlphaType fAlphaType;
135 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
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) {
  /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/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/tools/flags/
SkCommonFlagsConfig.h 73 SkAlphaType getAlphaType() const { return fAlphaType; }
85 SkAlphaType fAlphaType;
  /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/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/tools/flags/
SkCommonFlagsConfig.h 73 SkAlphaType getAlphaType() const { return fAlphaType; }
85 SkAlphaType fAlphaType;
  /external/skia/include/codec/
SkCodec.h 637 SkAlphaType fAlphaType;
    [all...]
  /external/skqp/include/codec/
SkCodec.h 637 SkAlphaType fAlphaType;
    [all...]

Completed in 775 milliseconds

1 2