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

  /external/skia/src/core/
SkImageInfo.cpp 53 alphaType = kUnknown_SkAlphaType;
65 if (kUnknown_SkAlphaType == alphaType) {
SkConfig8888.cpp 57 SkASSERT(kUnknown_SkAlphaType != src);
58 SkASSERT(kUnknown_SkAlphaType != dst);
SkBitmapDevice.cpp 35 *newAlphaType = kUnknown_SkAlphaType;
SkBitmap.cpp 194 case kUnknown_SkAlphaType:
195 SkASSERT(fInfo.alphaType() == kUnknown_SkAlphaType);
    [all...]
  /external/skia/include/core/
SkImageInfo.h 22 kUnknown_SkAlphaType,
174 , fAlphaType(kUnknown_SkAlphaType)
213 return SkImageInfo(width, height, kUnknown_SkColorType, kUnknown_SkAlphaType,
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 19 case kUnknown_SkAlphaType:
37 case kUnknown_SkAlphaType:
  /external/skia/src/codec/
SkCodecPriv.h 83 if (kUnknown_SkAlphaType == dstAlpha) {
SkJpegCodec.cpp 174 if (kUnknown_SkAlphaType == dst.alphaType()) {
SkPngCodec.cpp 249 SkAlphaType alphaType = kUnknown_SkAlphaType;
  /external/skia/tests/
SwizzlerTest.cpp 90 const SkImageInfo colorInfo = SkImageInfo::MakeN32(width, height, kUnknown_SkAlphaType);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.cpp 346 tempSkBmpColor, kUnknown_SkAlphaType), 0);

Completed in 123 milliseconds