Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dbmpdecode.c80 int icoframe; /* If TRUE, this is a frame of a .ico file. */ member
807 if (This->icoframe) in BmpDecoder_ReadHeaders()
1154 static HRESULT BmpDecoder_Create(int packed, int icoframe, BmpDecoder **ppDecoder) in BmpDecoder_Create() argument
1170 This->icoframe = icoframe; in BmpDecoder_Create()
1177 static HRESULT BmpDecoder_Construct(int packed, int icoframe, REFIID iid, void** ppv) in BmpDecoder_Construct() argument
1186 ret = BmpDecoder_Create(packed, icoframe, &This); in BmpDecoder_Construct()