Home
last modified time | relevance | path

Searched refs:bShow (Results 1 – 6 of 6) 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.cpp729 bool bShow = in IsShowScrollBar() local
734 return bShow && (m_pProperties->m_dwStyles & FWL_WGTSTYLE_VScroll) && in IsShowScrollBar()
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.h263 BOOL bShow );
Ddevice9.c868 BOOL bShow ) in NineDevice9_ShowCursor() argument
872 DBG("This=%p bShow=%d\n", This, (int) bShow); in NineDevice9_ShowCursor()
878 This->cursor.visible = bShow; in NineDevice9_ShowCursor()
883 …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);