Home
last modified time | relevance | path

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

/external/skqp/gm/
Dall_bitmap_configs.cpp162 SkBitmap n32bitmap, notN32bitmap; in make_not_native32_color_wheel() local
174 SkAssertResult(sk_tool_utils::copy_to(&notN32bitmap, ct, n32bitmap)); in make_not_native32_color_wheel()
175 SkASSERT(notN32bitmap.colorType() == ct); in make_not_native32_color_wheel()
176 return SkImage::MakeFromBitmap(notN32bitmap); in make_not_native32_color_wheel()
/external/skia/gm/
Dall_bitmap_configs.cpp171 SkBitmap n32bitmap, notN32bitmap; in make_not_native32_color_wheel() local
182 SkAssertResult(ToolUtils::copy_to(&notN32bitmap, ct, n32bitmap)); in make_not_native32_color_wheel()
183 SkASSERT(notN32bitmap.colorType() == ct); in make_not_native32_color_wheel()
184 return SkImage::MakeFromBitmap(notN32bitmap); in make_not_native32_color_wheel()