Home | History | Annotate | Download | only in include

Lines Matching refs:HFONT

3551         HFONT *phFont) = 0;
3567 HFONT hFont) = 0;
3570 HFONT hFont) = 0;
3662 HFONT *phFont);
3683 HFONT hFont);
3687 HFONT hFont);
3727 #define IFont_AddRefHfont(This,hFont) (This)->lpVtbl->AddRefHfont(This,hFont)
3728 #define IFont_ReleaseHfont(This,hFont) (This)->lpVtbl->ReleaseHfont(This,hFont)
3790 static FORCEINLINE HRESULT IFont_get_hFont(IFont* This,HFONT *phFont) {
3805 static FORCEINLINE HRESULT IFont_AddRefHfont(IFont* This,HFONT hFont) {
3806 return This->lpVtbl->AddRefHfont(This,hFont);
3808 static FORCEINLINE HRESULT IFont_ReleaseHfont(IFont* This,HFONT hFont) {
3809 return This->lpVtbl->ReleaseHfont(This,hFont);
3949 HFONT *phFont);
3990 HFONT hFont);
3998 HFONT hFont);
8245 ULONG __RPC_USER HFONT_UserSize (ULONG *, ULONG, HFONT *);
8246 unsigned char * __RPC_USER HFONT_UserMarshal (ULONG *, unsigned char *, HFONT *);
8247 unsigned char * __RPC_USER HFONT_UserUnmarshal(ULONG *, unsigned char *, HFONT *);
8248 void __RPC_USER HFONT_UserFree (ULONG *, HFONT *);