HomeSort by relevance Sort by last modified time
    Searched defs:fAlphaType (Results 1 - 25 of 29) 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/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/skia/src/gpu/
GrTextureAdjuster.h 37 SkAlphaType alphaType() const override { return fAlphaType; }
55 SkAlphaType fAlphaType;
  /external/skia/src/image/
SkImage_Gpu.h 31 SkAlphaType onAlphaType() const override { return fAlphaType; }
68 const SkAlphaType fAlphaType;
  /external/skqp/src/gpu/
GrTextureAdjuster.h 42 SkAlphaType alphaType() const override { return fAlphaType; }
53 SkAlphaType fAlphaType;
  /external/skqp/src/image/
SkImage_Gpu.h 31 SkAlphaType onAlphaType() const override { return fAlphaType; }
68 const SkAlphaType fAlphaType;
  /external/skia/tests/
ImageGeneratorTest.cpp 87 SkAlphaType fAlphaType;
110 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
ReadPixelsTest.cpp 288 SkAlphaType fAlphaType;
353 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
376 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
419 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
428 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {
436 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
WritePixelsTest.cpp 348 SkAlphaType fAlphaType;
360 const SkAlphaType at = gSrcConfigs[c].fAlphaType;
  /external/skqp/tests/
ImageGeneratorTest.cpp 86 SkAlphaType fAlphaType;
107 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
ReadPixelsTest.cpp 288 SkAlphaType fAlphaType;
353 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
376 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
419 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
428 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {
436 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 74 SkAlphaType getAlphaType() const { return fAlphaType; }
84 SkAlphaType fAlphaType;
  /external/skqp/tools/flags/
SkCommonFlagsConfig.h 72 SkAlphaType getAlphaType() const { return fAlphaType; }
82 SkAlphaType fAlphaType;
  /external/skia/include/core/
SkImageInfo.h 153 , fAlphaType(kUnknown_SkAlphaType)
200 SkAlphaType alphaType() const { return fAlphaType; }
207 return SkAlphaTypeIsOpaque(fAlphaType);
222 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
230 return Make(fWidth, fHeight, newColorType, fAlphaType, fColorSpace);
234 return Make(fWidth, fHeight, fColorType, fAlphaType, std::move(cs));
256 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
303 fAlphaType = kUnknown_SkAlphaType;
313 SkAlphaType fAlphaType;
    [all...]
  /external/skia/src/core/
SkSpecialImage.cpp 356 , fAlphaType(at)
367 SkAlphaType alphaType() const override { return fAlphaType; }
382 this->uniqueID(), fAlphaType,
454 fAlphaType);
467 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
480 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
485 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
501 const SkAlphaType fAlphaType;
  /external/skqp/src/core/
SkSpecialImage.cpp 356 , fAlphaType(at)
367 SkAlphaType alphaType() const override { return fAlphaType; }
382 this->uniqueID(), fAlphaType,
451 fAlphaType);
464 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
477 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
482 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
498 const SkAlphaType fAlphaType;
  /external/skqp/include/core/
SkImageInfo.h 189 , fAlphaType(kUnknown_SkAlphaType)
236 SkAlphaType alphaType() const { return fAlphaType; }
243 return SkAlphaTypeIsOpaque(fAlphaType);
258 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
266 return Make(fWidth, fHeight, newColorType, fAlphaType, fColorSpace);
270 return Make(fWidth, fHeight, fColorType, fAlphaType, std::move(cs));
297 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
344 fAlphaType = kUnknown_SkAlphaType;
354 SkAlphaType fAlphaType;
    [all...]
  /external/skia/include/codec/
SkCodec.h 618 SkAlphaType fAlphaType;
    [all...]
  /external/skqp/include/codec/
SkCodec.h 618 SkAlphaType fAlphaType;
    [all...]

Completed in 4181 milliseconds

1 2