Home | History | Annotate | Download | only in include

Lines Matching refs:GetColors

1211     virtual HRESULT STDMETHODCALLTYPE GetColors(
1274 HRESULT (STDMETHODCALLTYPE *GetColors)(
1311 #define IWICPalette_GetColors(This,colorCount,pColors,pcActualColors) (This)->lpVtbl->GetColors(This,colorCount,pColors,pcActualColors)
1346 return This->lpVtbl->GetColors(This,colorCount,pColors,pcActualColors);