Searched refs:icoframe (Results 1 – 1 of 1) sorted by relevance
80 int icoframe; /* If TRUE, this is a frame of a .ico file. */ member807 if (This->icoframe) in BmpDecoder_ReadHeaders()1154 static HRESULT BmpDecoder_Create(int packed, int icoframe, BmpDecoder **ppDecoder) in BmpDecoder_Create() argument1170 This->icoframe = icoframe; in BmpDecoder_Create()1177 static HRESULT BmpDecoder_Construct(int packed, int icoframe, REFIID iid, void** ppv) in BmpDecoder_Construct() argument1186 ret = BmpDecoder_Create(packed, icoframe, &This); in BmpDecoder_Construct()