Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dimage_impl.cc315 SkBitmap n32_bitmap; in AddBitmap() local
316 if (!skia::SkBitmapToN32OpaqueOrPremul(bitmap, &n32_bitmap)) in AddBitmap()
319 gfx::ImageSkiaRep skia_rep(n32_bitmap, scale_factor); in AddBitmap()