Lines Matching refs:scale_factor
73 bool CefImageCToCpp::AddBitmap(float scale_factor, in AddBitmap() argument
95 _struct->add_bitmap(_struct, scale_factor, pixel_width, pixel_height, in AddBitmap()
103 bool CefImageCToCpp::AddPNG(float scale_factor, in AddPNG() argument
121 _struct->add_png(_struct, scale_factor, png_data, png_data_size); in AddPNG()
128 bool CefImageCToCpp::AddJPEG(float scale_factor, in AddJPEG() argument
146 _struct->add_jpeg(_struct, scale_factor, jpeg_data, jpeg_data_size); in AddJPEG()
185 bool CefImageCToCpp::HasRepresentation(float scale_factor) { in HasRepresentation() argument
195 int _retval = _struct->has_representation(_struct, scale_factor); in HasRepresentation()
202 bool CefImageCToCpp::RemoveRepresentation(float scale_factor) { in RemoveRepresentation() argument
212 int _retval = _struct->remove_representation(_struct, scale_factor); in RemoveRepresentation()
219 bool CefImageCToCpp::GetRepresentationInfo(float scale_factor, in GetRepresentationInfo() argument
233 _struct, scale_factor, &actual_scale_factor, &pixel_width, &pixel_height); in GetRepresentationInfo()
241 float scale_factor, in GetAsBitmap() argument
256 _struct->get_as_bitmap(_struct, scale_factor, color_type, alpha_type, in GetAsBitmap()
264 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsPNG(float scale_factor, in GetAsPNG() argument
278 _struct, scale_factor, with_transparency, &pixel_width, &pixel_height); in GetAsPNG()
285 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsJPEG(float scale_factor, in GetAsJPEG() argument
299 _struct, scale_factor, quality, &pixel_width, &pixel_height); in GetAsJPEG()