Home | History | Annotate | Download | only in include

Lines Matching refs:GetNumericRepresentation

2423     virtual HRESULT STDMETHODCALLTYPE GetNumericRepresentation(
2516 HRESULT (STDMETHODCALLTYPE *GetNumericRepresentation)(
2549 #define IWICPixelFormatInfo2_GetNumericRepresentation(This,pNumericRepresentation) (This)->lpVtbl->GetNumericRepresentation(This,pNumericRepresentation)
2607 return This->lpVtbl->GetNumericRepresentation(This,pNumericRepresentation);