Home
last modified time | relevance | path

Searched refs:bShow (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dpresent.h88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp824 bool bShow = in IsShowScrollBar() local
829 return bShow && (m_pProperties->m_dwStyles & FWL_WGTSTYLE_VScroll) && in IsShowScrollBar()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h249 BOOL bShow );
Ddevice9.c796 BOOL bShow ) in NineDevice9_ShowCursor() argument
800 DBG("This=%p bShow=%d\n", This, (int) bShow); in NineDevice9_ShowCursor()
802 This->cursor.visible = bShow && (This->cursor.hotspot.x != -1); in NineDevice9_ShowCursor()
804 …cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != D3D_OK; in NineDevice9_ShowCursor()
Dnine_lock.c624 BOOL bShow ) in LockDevice9_ShowCursor() argument
628 r = NineDevice9_ShowCursor(This, bShow); in LockDevice9_ShowCursor()
/external/mesa3d/include/D3D9/
Dd3d9.h170 virtual BOOL WINAPI ShowCursor(BOOL bShow) = 0;
758 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9 *This, BOOL bShow);
1009 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9Ex *This, BOOL bShow);
/external/swiftshader/include/Direct3D/
Dd3d8.h264 STDMETHOD_(BOOL, ShowCursor)(THIS_ BOOL bShow) PURE; in DECLARE_INTERFACE_()
/external/syzkaller/sys/windows/
Dwindows.txt1552 ShowScrollBar(hWnd ptr[inout, intptr], wBar int32, bShow int32)
1575 ShowCursor(bShow int32)