Home
last modified time | relevance | path

Searched refs:ComputeCGAlphaInfo_BGRA (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp33 static CGBitmapInfo ComputeCGAlphaInfo_BGRA(SkAlphaType at) { in ComputeCGAlphaInfo_BGRA() function
85 *info = ComputeCGAlphaInfo_BGRA(bm.alphaType()); in getBitmapInfo()
189 cg_bitmap_info = ComputeCGAlphaInfo_BGRA(pmap.alphaType()); in SkCreateCGContext()
214 cg_bitmap_info = ComputeCGAlphaInfo_BGRA(info.alphaType()); in SkCopyPixelsFromCGImage()