Searched refs:with_transparency (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/browser/ |
D | image_impl.cc | 48 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()
|
D | image_impl.h | 61 bool with_transparency, 113 bool with_transparency);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | image_ctocpp.cc | 265 bool with_transparency, in GetAsPNG() argument 278 _struct, scale_factor, with_transparency, &pixel_width, &pixel_height); in GetAsPNG()
|
D | image_ctocpp.h | 65 bool with_transparency,
|
/third_party/cef/include/ |
D | cef_image.h | 171 bool with_transparency,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | image_cpptoc.cc | 314 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/ |
D | cef_image_capi.h | 174 int with_transparency,
|