Searched refs:bShow (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/include/d3dadapter/ |
D | present.h | 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 729 bool bShow = in IsShowScrollBar() local 734 return bShow && (m_pProperties->m_dwStyles & FWL_WGTSTYLE_VScroll) && in IsShowScrollBar()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 263 BOOL bShow );
|
D | device9.c | 868 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()
|
D | nine_lock.c | 624 BOOL bShow ) in LockDevice9_ShowCursor() argument 628 r = NineDevice9_ShowCursor(This, bShow); in LockDevice9_ShowCursor()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 170 virtual BOOL WINAPI ShowCursor(BOOL bShow) = 0; 758 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9 *This, BOOL bShow); 1009 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9Ex *This, BOOL bShow);
|