Home
last modified time | relevance | path

Searched defs:AddBitmap (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/third_party/cef/libcef/browser/
Dimage_impl.cc98 bool CefImageImpl::AddBitmap(float scale_factor, in AddBitmap() function in CefImageImpl
304 bool CefImageImpl::AddBitmap(float scale_factor, const SkBitmap& bitmap) { in AddBitmap() function in CefImageImpl
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.cc73 bool CefImageCToCpp::AddBitmap(float scale_factor, in AddBitmap() function in CefImageCToCpp