Searched defs:fEnable (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | h323priv.h | 82 #define IH323LineEx_SetExternalT120Address(This,fEnable,dwIP,wPort) (This)->lpVtbl->SetExternalT120… argument 122 #define IKeyFrameControl_PeriodicUpdatePicture(This,fEnable,dwInterval) (This)->lpVtbl->PeriodicUpd… argument
|
D | windowsx.h | 123 #define FORWARD_WM_ENABLE(hwnd,fEnable,fn) (void)(fn)((hwnd),WM_ENABLE,(WPARAM)(WINBOOL)(fEnable),(… argument 475 #define Static_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 484 #define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 497 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 555 #define ListBox_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument 611 #define ComboBox_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
|
D | dwmapi.h | 105 WINBOOL fEnable; member
|
D | mobsync.h | 286 #define ISyncMgrSynchronizeCallback_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(Thi… argument
|
D | ipmsp.h | 136 #define ITParticipant_put_Status(This,pITStream,fEnable) (This)->lpVtbl->put_Status(This,pITStream,… argument
|
D | rend.h | 564 #define ITDirectory_EnableAutoRefresh(This,fEnable) (This)->lpVtbl->EnableAutoRefresh(This,fEnable) argument
|
D | tapi3if.h | 837 #define ITTAPI_RegisterRequestRecipient(This,lRegistrationInstance,lRequestMode,fEnable) (This)->lp… argument 941 #define ITTAPI2_RegisterRequestRecipient(This,lRegistrationInstance,lRequestMode,fEnable) (This)->l… argument
|
D | strmif.h | 11609 #define IAMAudioInputMixer_put_Enable(This,fEnable) (This)->lpVtbl->put_Enable(This,fEnable) argument
|
D | commctrl.h | 2971 #define ListView_EnableGroupView(hwnd,fEnable) SNDMSG((hwnd),LVM_ENABLEGROUPVIEW,(WPARAM)fEnable,0) argument
|
/aosp_15_r20/external/skia/include/gpu/ganesh/gl/ |
H A D | GrGLInterface.h | 147 GrGLFunction<GrGLEnableFn> fEnable; member
|