Home
last modified time | relevance | path

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

/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp180 CGBitmapInfo cg_bitmap_info = 0; in SkCreateCGContext() local
185 cg_bitmap_info = ComputeCGAlphaInfo_RGBA(pmap.alphaType()); in SkCreateCGContext()
189 cg_bitmap_info = ComputeCGAlphaInfo_BGRA(pmap.alphaType()); in SkCreateCGContext()
198 bitsPerComponent, rb, cs, cg_bitmap_info); in SkCreateCGContext()
205 CGBitmapInfo cg_bitmap_info = 0; in SkCopyPixelsFromCGImage() local
210 cg_bitmap_info = ComputeCGAlphaInfo_RGBA(info.alphaType()); in SkCopyPixelsFromCGImage()
214 cg_bitmap_info = ComputeCGAlphaInfo_BGRA(info.alphaType()); in SkCopyPixelsFromCGImage()
222 rowBytes, cs, cg_bitmap_info); in SkCopyPixelsFromCGImage()