Searched defs:cg_bitmap_info (Results 1 - 2 of 2) sorted by relevance

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

Completed in 120 milliseconds