Home
last modified time | relevance | path

Searched refs:LoadImage (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor_unittest.cc32 LoadImage(instance, MAKEINTRESOURCE(left), IMAGE_CURSOR, 0, 0, 0))); in ConvertToMouseShapeAndCompare()
45 LoadImage(instance, MAKEINTRESOURCE(right), IMAGE_CURSOR, 0, 0, 0))); in ConvertToMouseShapeAndCompare()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc124 static void LoadImage(std::vector<float>* img_floats_ptr) { in LoadImage() function
286 LoadImage(&img_floats); in RunFusedGraph()
431 LoadImage(&img_floats); in TEST()
464 LoadImage(&img_floats); in TEST()
498 LoadImage(&img_floats); in TEST()
514 LoadImage(&img_floats); in TEST()
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.h46 int32_t LoadImage(Context* pContext);
Dccodec_bmpmodule.cpp65 int32_t CCodec_BmpModule::LoadImage(Context* pContext) { in LoadImage() function in CCodec_BmpModule
Dfx_codec_progress.cpp2204 int32_t readRes = pBmpModule->LoadImage(m_pBmpContext.get()); in BmpContinueDecode()
2213 readRes = pBmpModule->LoadImage(m_pBmpContext.get()); in BmpContinueDecode()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dstyle_sheet.py85 image = self.loader.LoadImage(abs_path)
Dresource_loader.py184 def LoadImage(self, abs_path): member in ResourceLoader
/external/mdnsresponder/mDNSWindows/ControlPanel/
DServicesPage.cpp253 …const HICON hIcon = ( HICON ) ::LoadImage( GetNonLocalizedResources(), MAKEINTRESOURCE( IDI_ENERGY… in OnInitDialog()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc362 HBITMAP hbm = (HBITMAP)LoadImage(NULL, in TestBitmapText()