Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dbmpdecode.c78 int icoframe; /* If TRUE, this is a frame of a .ico file. */ member
838 if (This->icoframe) in BmpDecoder_ReadHeaders()
1185 static HRESULT BmpDecoder_Create(int packed, int icoframe, BmpDecoder **ppDecoder) in BmpDecoder_Create() argument
1205 This->icoframe = icoframe; in BmpDecoder_Create()
1212 static HRESULT BmpDecoder_Construct(int packed, int icoframe, REFIID iid, void** ppv) in BmpDecoder_Construct() argument
1221 ret = BmpDecoder_Create(packed, icoframe, &This); in BmpDecoder_Construct()