Home | History | Annotate | Download | only in include

Lines Matching refs:GetFrameCount

3394     virtual HRESULT STDMETHODCALLTYPE GetFrameCount(
3462 HRESULT (STDMETHODCALLTYPE *GetFrameCount)(
3493 #define IWICBitmapDecoder_GetFrameCount(This,pCount) (This)->lpVtbl->GetFrameCount(This,pCount)
3535 return This->lpVtbl->GetFrameCount(This,pCount);