Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_image.h185 virtual CefRefPtr<CefBinaryValue> GetAsJPEG(float scale_factor,
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.h68 CefRefPtr<CefBinaryValue> GetAsJPEG(float scale_factor,
Dimage_ctocpp.cc285 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsJPEG(float scale_factor, in GetAsJPEG() function in CefImageCToCpp
/third_party/cef/libcef/browser/
Dimage_impl.h64 CefRefPtr<CefBinaryValue> GetAsJPEG(float scale_factor,
Dimage_impl.cc244 CefRefPtr<CefBinaryValue> CefImageImpl::GetAsJPEG(float scale_factor, in GetAsJPEG() function in CefImageImpl
/third_party/cef/libcef_dll/cpptoc/
Dimage_cpptoc.cc382 CefRefPtr<CefBinaryValue> _retval = CefImageCppToC::Get(self)->GetAsJPEG( in image_get_as_jpeg()
/third_party/cef/tests/ceftests/
Dimage_unittest.cc123 image->GetAsJPEG(scale_factor, 80, pixel_width, pixel_height); in VerifySaveAsJPEG()