Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dimage_impl.cc48 bool PNGMethod(bool with_transparency, in PNGMethod() argument
57 bitmap.alphaType() == kOpaque_SkAlphaType || !with_transparency, in PNGMethod()
226 bool with_transparency, in GetAsPNG() argument
235 if (!WritePNG(*bitmap, &compressed, with_transparency)) in GetAsPNG()
395 bool with_transparency) { in WritePNG() argument
397 base::BindOnce(PNGMethod, with_transparency)); in WritePNG()
Dimage_impl.h61 bool with_transparency,
113 bool with_transparency);
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.cc265 bool with_transparency, in GetAsPNG() argument
278 _struct, scale_factor, with_transparency, &pixel_width, &pixel_height); in GetAsPNG()
Dimage_ctocpp.h65 bool with_transparency,
/third_party/cef/include/
Dcef_image.h171 bool with_transparency,
/third_party/cef/libcef_dll/cpptoc/
Dimage_cpptoc.cc314 int with_transparency, in image_get_as_png() argument
340 scale_factor, with_transparency ? true : false, pixel_widthVal, in image_get_as_png()
/third_party/cef/include/capi/
Dcef_image_capi.h174 int with_transparency,