Home
last modified time | relevance | path

Searched refs:LoadImageFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libpng/contrib/visupng/
H A DVisualPng.c53 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
199 if (!LoadImageFile (hwnd, szImgPathName, in WndProc()
260 if (!LoadImageFile (hwnd, szImgPathName, in WndProc()
310 if (!LoadImageFile (hwnd, szImgPathName, &pbImage, in WndProc()
339 if (!LoadImageFile (hwnd, szImgPathName, &pbImage, &cxImgSize, in WndProc()
661 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile() function
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc755 MemMap map = LoadImageFile( in Init()
991 static MemMap LoadImageFile(const char* image_filename, in LoadImageFile() function in art::gc::space::ImageSpace::Loader