Home
last modified time | relevance | path

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

/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp55 bool* upscaleTo32) { in get_bitmap_info()
56 if (upscaleTo32) { in get_bitmap_info()
57 *upscaleTo32 = false; in get_bitmap_info()
61 if (upscaleTo32) { in get_bitmap_info()
62 *upscaleTo32 = true; in get_bitmap_info()
89 bool upscaleTo32; in prepare_for_image_ref() local
90 if (!get_bitmap_info(bm.colorType(), bm.alphaType(), bitsPerComponent, info, &upscaleTo32)) { in prepare_for_image_ref()
93 if (upscaleTo32) { in prepare_for_image_ref()
51 get_bitmap_info(SkColorType skColorType, SkAlphaType skAlphaType, size_t* bitsPerComponent, CGBitmapInfo* info, bool* upscaleTo32) get_bitmap_info() argument

Completed in 1 milliseconds