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

  /external/skia/src/core/
SkBitmapDevice.cpp 88 SkAlphaType newAT = origInfo.alphaType();
89 if (!valid_for_bitmap_device(origInfo, &newAT)) {
93 const SkImageInfo info = origInfo.makeAlphaType(newAT);
SkBitmap.cpp 117 SkAlphaType newAT = info.alphaType();
118 if (!SkColorTypeValidateAlphaType(info.colorType(), info.alphaType(), &newAT)) {
121 // don't look at info.alphaType(), since newAT is the real value...
146 fInfo = info.makeAlphaType(newAT);
    [all...]

Completed in 128 milliseconds