Searched refs:notN32bitmap (Results 1 – 2 of 2) sorted by relevance
162 SkBitmap n32bitmap, notN32bitmap; in make_not_native32_color_wheel() local174 SkAssertResult(sk_tool_utils::copy_to(¬N32bitmap, 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()
171 SkBitmap n32bitmap, notN32bitmap; in make_not_native32_color_wheel() local182 SkAssertResult(ToolUtils::copy_to(¬N32bitmap, 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()