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

  /external/skia/include/core/
SkImageInfo.h 23 kUnknown_SkAlphaType,
188 , fAlphaType(kUnknown_SkAlphaType)
225 return Make(width, height, kUnknown_SkColorType, kUnknown_SkAlphaType, nullptr);
331 fAlphaType = kUnknown_SkAlphaType;
  /external/skia/src/core/
SkImageInfoPriv.h 27 if (kUnknown_SkColorType == info.colorType() || kUnknown_SkAlphaType == info.alphaType()) {
SkImageInfo.cpp 67 alphaType = kUnknown_SkAlphaType;
79 if (kUnknown_SkAlphaType == alphaType) {
SkBitmap.cpp 234 case kUnknown_SkAlphaType:
235 SkASSERT(fInfo.alphaType() == kUnknown_SkAlphaType);
    [all...]
SkBitmapDevice.cpp 36 *newAlphaType = kUnknown_SkAlphaType;
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 18 case kUnknown_SkAlphaType:
36 case kUnknown_SkAlphaType:
  /external/skia/tests/
SwizzlerTest.cpp 91 const SkImageInfo colorInfo = SkImageInfo::MakeN32(width, height, kUnknown_SkAlphaType);
ReadPixelsTest.cpp 611 kUnknown_SkAlphaType,
  /external/skia/src/codec/
SkCodecPriv.h 86 if (kUnknown_SkAlphaType == dstAlpha) {
SkJpegCodec.cpp 376 if (kUnknown_SkAlphaType == dstInfo.alphaType()) {
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.cpp 323 SkAlphaType alphaType = kUnknown_SkAlphaType;

Completed in 2624 milliseconds