Searched refs:icoframe (Results 1 – 1 of 1) sorted by relevance
78 int icoframe; /* If TRUE, this is a frame of a .ico file. */ member838 if (This->icoframe) in BmpDecoder_ReadHeaders()1185 static HRESULT BmpDecoder_Create(int packed, int icoframe, BmpDecoder **ppDecoder) in BmpDecoder_Create() argument1205 This->icoframe = icoframe; in BmpDecoder_Create()1212 static HRESULT BmpDecoder_Construct(int packed, int icoframe, REFIID iid, void** ppv) in BmpDecoder_Construct() argument1221 ret = BmpDecoder_Create(packed, icoframe, &This); in BmpDecoder_Construct()