Lines Matching refs:scale_factor
76 float scale_factor, in image_add_bitmap() argument
97 scale_factor, pixel_width, pixel_height, color_type, alpha_type, in image_add_bitmap()
105 float scale_factor, in image_add_png() argument
122 CefImageCppToC::Get(self)->AddPNG(scale_factor, png_data, png_data_size); in image_add_png()
129 float scale_factor, in image_add_jpeg() argument
145 bool _retval = CefImageCppToC::Get(self)->AddJPEG(scale_factor, jpeg_data, in image_add_jpeg()
185 float scale_factor) { in image_has_representation() argument
195 bool _retval = CefImageCppToC::Get(self)->HasRepresentation(scale_factor); in image_has_representation()
202 float scale_factor) { in image_remove_representation() argument
212 bool _retval = CefImageCppToC::Get(self)->RemoveRepresentation(scale_factor); in image_remove_representation()
219 float scale_factor, in image_get_representation_info() argument
252 scale_factor, actual_scale_factorVal, pixel_widthVal, pixel_heightVal); in image_get_representation_info()
270 float scale_factor, in image_get_as_bitmap() argument
298 scale_factor, color_type, alpha_type, pixel_widthVal, pixel_heightVal); in image_get_as_bitmap()
313 float scale_factor, in image_get_as_png() argument
340 scale_factor, with_transparency ? true : false, pixel_widthVal, in image_get_as_png()
356 float scale_factor, in image_get_as_jpeg() argument
383 scale_factor, quality, pixel_widthVal, pixel_heightVal); in image_get_as_jpeg()