/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 89 void CFX_SystemHandler::SetCursor(int32_t nCursorType) { in SetCursor() function in CFX_SystemHandler 90 m_pFormFillEnv->SetCursor(nCursorType); in SetCursor()
|
D | cfx_systemhandler.h | 60 void SetCursor(int32_t nCursorType);
|
D | cpdfsdk_formfillenvironment.h | 93 void SetCursor(int nCursorType);
|
D | cpdfsdk_formfillenvironment.cpp | 253 void CPDFSDK_FormFillEnvironment::SetCursor(int nCursorType) { in SetCursor() function in CPDFSDK_FormFillEnvironment
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 43 void CPWL_EditCtrl::SetCursor() { in SetCursor() function in CPWL_EditCtrl 47 pSH->SetCursor(FXCT_VBEAM); in SetCursor() 49 pSH->SetCursor(FXCT_HBEAM); in SetCursor()
|
D | cpwl_wnd.cpp | 337 SetCursor(); \ in PWL_IMPLEMENT_KEY_METHOD() 346 SetCursor(); \ in PWL_IMPLEMENT_KEY_METHOD() 370 SetCursor(); in OnMouseWheel() 622 void CPWL_Wnd::SetCursor() { in SetCursor() function in CPWL_Wnd 626 pSH->SetCursor(nCursorType); in SetCursor()
|
D | cpwl_edit_ctrl.h | 62 void SetCursor() override;
|
D | cpwl_wnd.h | 177 virtual void SetCursor();
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 284 SetCursor (LoadCursor (NULL, IDC_WAIT)); in WndProc() 291 SetCursor (LoadCursor (NULL, IDC_ARROW)); in WndProc() 677 SetCursor (LoadCursor (NULL, IDC_WAIT)); in LoadImageFile() 684 SetCursor (LoadCursor (NULL, IDC_ARROW)); in LoadImageFile()
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow); 126 #define ID3DPresent_SetCursor(p,a,b,c) (p)->lpVtbl->SetCursor(p,a,b,c)
|
/external/python/cpython2/Mac/Demo/mlte/ |
D | mlted.py | 363 Qd.SetCursor(Qd.GetQDGlobalsArrow())
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 352 Qd.SetCursor(Qd.GetQDGlobalsArrow())
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 926 _oldCursor = SetCursor(_waitCursor); in CWaitCursor() 931 SetCursor(_oldCursor); in ~CWaitCursor()
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 100 SetCursor(_watch) 103 SetCursor(GetQDGlobalsArrow())
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 2074 hCursor = SetCursor(LoadCursor(NULL, IDC_WAIT)); in FinishedDlgProc() 2089 SetCursor(hCursor); in FinishedDlgProc()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 2030 hCursor = SetCursor(LoadCursor(NULL, IDC_WAIT)); in FinishedDlgProc() 2045 SetCursor(hCursor); in FinishedDlgProc()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 4846 HCURSOR oldCursor = SetCursor(nullCursor); in bindCursor() 4859 SetCursor(win32Cursor); in bindCursor()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 6001 #ifndef SetCursor in Qd_SetCursor() 6002 PyMac_PRECHECK(SetCursor); in Qd_SetCursor() 6012 SetCursor(crsr__in__); in Qd_SetCursor()
|
/external/syzkaller/executor/ |
D | syscalls.h | 14053 {"SetCursor", 0, (syscall_t)SetCursor},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1578 SetCursor(hCursor ptr[inout, intptr])
|