Home
last modified time | relevance | path

Searched defs:scale_factor (Results 1 – 25 of 57) sorted by relevance

123

/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.cc73 bool CefImageCToCpp::AddBitmap(float scale_factor, in AddBitmap()
103 bool CefImageCToCpp::AddPNG(float scale_factor, in AddPNG()
128 bool CefImageCToCpp::AddJPEG(float scale_factor, in AddJPEG()
185 bool CefImageCToCpp::HasRepresentation(float scale_factor) { in HasRepresentation()
202 bool CefImageCToCpp::RemoveRepresentation(float scale_factor) { in RemoveRepresentation()
219 bool CefImageCToCpp::GetRepresentationInfo(float scale_factor, in GetRepresentationInfo()
241 float scale_factor, in GetAsBitmap()
264 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsPNG(float scale_factor, in GetAsPNG()
285 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsJPEG(float scale_factor, in GetAsJPEG()
Dresource_bundle_ctocpp.cc71 ScaleFactor scale_factor) { in GetDataResourceForScale()
Dresource_bundle_handler_ctocpp.cc62 ScaleFactor scale_factor, in GetDataResourceForScale()
/third_party/cef/libcef_dll/cpptoc/
Dimage_cpptoc.cc76 float scale_factor, in image_add_bitmap()
105 float scale_factor, in image_add_png()
129 float scale_factor, in image_add_jpeg()
185 float scale_factor) { in image_has_representation()
202 float scale_factor) { in image_remove_representation()
219 float scale_factor, in image_get_representation_info()
270 float scale_factor, in image_get_as_bitmap()
313 float scale_factor, in image_get_as_png()
356 float scale_factor, in image_get_as_jpeg()
Dresource_bundle_cpptoc.cc71 cef_scale_factor_t scale_factor) { in resource_bundle_get_data_resource_for_scale()
Dresource_bundle_handler_cpptoc.cc93 cef_scale_factor_t scale_factor, in resource_bundle_handler_get_data_resource_for_scale()
/third_party/cef/libcef/browser/
Dimage_impl.cc98 bool CefImageImpl::AddBitmap(float scale_factor, in AddBitmap()
126 bool CefImageImpl::AddPNG(float scale_factor, in AddPNG()
138 bool CefImageImpl::AddJPEG(float scale_factor, in AddJPEG()
159 bool CefImageImpl::HasRepresentation(float scale_factor) { in HasRepresentation()
164 bool CefImageImpl::RemoveRepresentation(float scale_factor) { in RemoveRepresentation()
174 bool CefImageImpl::GetRepresentationInfo(float scale_factor, in GetRepresentationInfo()
193 CefRefPtr<CefBinaryValue> CefImageImpl::GetAsBitmap(float scale_factor, in GetAsBitmap()
225 CefRefPtr<CefBinaryValue> CefImageImpl::GetAsPNG(float scale_factor, in GetAsPNG()
244 CefRefPtr<CefBinaryValue> CefImageImpl::GetAsJPEG(float scale_factor, in GetAsJPEG()
278 const float scale_factor = in AddBitmaps() local
[all …]
/third_party/cef/libcef/common/
Dresource_bundle_delegate.cc7 ui::ResourceScaleFactor scale_factor) { in GetPathForResourcePack()
33 ui::ResourceScaleFactor scale_factor) { in LoadDataResourceBytes()
44 ui::ResourceScaleFactor scale_factor, in GetRawDataResource()
Dresource_bundle_impl.cc26 ScaleFactor scale_factor) { in GetDataResourceForScale()
Dresource_util.cc222 bool IsScaleFactorSupported(ui::ResourceScaleFactor scale_factor) { in IsScaleFactorSupported()
/third_party/cef/tests/ceftests/
Dimage_util.cc13 double scale_factor, in LoadImage()
33 double scale_factor, in LoadIconImage()
Dimage_unittest.cc14 void LoadImage(CefRefPtr<CefImage> image, double scale_factor) { in LoadImage()
18 void VerifyScaleEmpty(CefRefPtr<CefImage> image, float scale_factor) { in VerifyScaleEmpty()
33 float scale_factor, in VerifyScaleExists()
63 float scale_factor, in VerifySaveAsBitmap()
92 float scale_factor, in VerifySaveAsPNG()
116 float scale_factor, in VerifySaveAsJPEG()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/common/
Dcrd_to_uint_crd_impl.cu20 __global__ void Crd_To_Uint_Crd(const int atom_numbers, const VECTOR *scale_factor, const VECTOR *c… in Crd_To_Uint_Crd()
Dcrd_to_uint_crd_quarter_impl.cu19 __global__ void Crd_To_Uint_Crd_Quarter(const int atom_numbers, const VECTOR *scale_factor, const V… in Crd_To_Uint_Crd_Quarter()
/third_party/cef/libcef/browser/osr/
Dsoftware_output_device_proxy.cc50 float scale_factor) { in Resize()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcparam.c29 const unsigned int *basic_table, int scale_factor, in jpeg_add_quant_table()
113 jpeg_set_linear_quality(j_compress_ptr cinfo, int scale_factor, in jpeg_set_linear_quality()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcparam.c29 const unsigned int *basic_table, int scale_factor, in jpeg_add_quant_table()
113 jpeg_set_linear_quality(j_compress_ptr cinfo, int scale_factor, in jpeg_set_linear_quality()
/third_party/libjpeg-turbo/
Djcparam.c29 const unsigned int *basic_table, int scale_factor, in jpeg_add_quant_table()
113 jpeg_set_linear_quality(j_compress_ptr cinfo, int scale_factor, in jpeg_set_linear_quality()
/third_party/cef/tests/shared/browser/
Dutil_win.cc159 static float scale_factor = 1.0; in GetDeviceScaleFactor() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfaceblur.h79 gdouble scale_factor; member
/third_party/mindspore/mindspore/train/
Dloss_scale_manager.py131 scale_factor=2, argument
/third_party/cef/libcef/common/alloy/
Dalloy_content_client.cc131 ui::ResourceScaleFactor scale_factor) { in GetDataResource()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Ddecoder.c82 scale_factor, number_of_regions, sample_rate_code, bits_per_frame; in Siren7_DecodeFrame() local
Dencoder.c82 scale_factor, number_of_regions, sample_rate_code, bits_per_frame; in Siren7_EncodeFrame() local
/third_party/pixman/test/
Dscaling-crash-test.c134 int32_t scale_factor) in do_test()

123