MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetImage

Method GetImage

DuiLib/Core/UIManager.cpp:1876–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874}
1875
1876const TImageInfo* CPaintManagerUI::GetImage(LPCTSTR bitmap)
1877{
1878 TImageInfo* data = static_cast<TImageInfo*>(m_mImageHash.Find(bitmap));
1879 if( !data && m_pParentResourcePM ) return m_pParentResourcePM->GetImage(bitmap);
1880 else return data;
1881}
1882
1883const TImageInfo* CPaintManagerUI::GetImageEx(LPCTSTR bitmap, LPCTSTR type, DWORD mask)
1884{

Callers

nothing calls this directly

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected