Home
last modified time | relevance | path

Searched refs:newAT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkBitmap.cpp108 SkAlphaType newAT = info.alphaType(); in setInfo() local
109 if (!SkColorTypeValidateAlphaType(info.colorType(), info.alphaType(), &newAT)) { in setInfo()
112 // don't look at info.alphaType(), since newAT is the real value... in setInfo()
136 fPixmap.reset(info.makeAlphaType(newAT), nullptr, SkToU32(rowBytes)); in setInfo()
H A DSkBitmapDevice.cpp253 SkAlphaType newAT = origInfo.alphaType(); in Create() local
254 if (!valid_for_bitmap_device(origInfo, &newAT)) { in Create()
259 const SkImageInfo info = origInfo.makeAlphaType(newAT); in Create()

Completed in 5 milliseconds