Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dimage_impl.cc198 const SkColorType desired_ct = GetSkColorType(color_type); in GetAsBitmap() local
211 if (bitmap->colorType() == desired_ct && bitmap->alphaType() == desired_at) { in GetAsBitmap()
217 if (!ConvertBitmap(*bitmap, &desired_bitmap, desired_ct, desired_at)) in GetAsBitmap()