Lines Matching refs:aCur

1765     XLIB_Cursor &aCur = aPointerCache_[ePointerStyle];  in GetPointer()  local
1767 if( aCur != None ) in GetPointer()
1768 return aCur; in GetPointer()
1779 aCur = XCreateFontCursor( pDisp_, XC_left_ptr ); in GetPointer()
1780 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1783 aCur = XCreateFontCursor( pDisp_, XC_watch ); in GetPointer()
1786 aCur = XCreateFontCursor( pDisp_, XC_xterm ); in GetPointer()
1787 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1790 aCur = XCreateFontCursor( pDisp_, XC_question_arrow ); in GetPointer()
1791 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1794 aCur = XCreateFontCursor( pDisp_, XC_crosshair ); in GetPointer()
1795 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1798 aCur = XCreateFontCursor( pDisp_, XC_sb_v_double_arrow ); in GetPointer()
1799 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1802 aCur = XCreateFontCursor( pDisp_, XC_sb_v_double_arrow ); in GetPointer()
1803 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1806 aCur = XCreateFontCursor( pDisp_, XC_sb_h_double_arrow ); in GetPointer()
1807 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1810 aCur = XCreateFontCursor( pDisp_, XC_sb_h_double_arrow ); in GetPointer()
1811 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1814 aCur = XCreateFontCursor( pDisp_, XC_top_side ); in GetPointer()
1815 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1818 aCur = XCreateFontCursor( pDisp_, XC_bottom_side ); in GetPointer()
1819 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1822 aCur = XCreateFontCursor( pDisp_, XC_left_side ); in GetPointer()
1823 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1826 aCur = XCreateFontCursor( pDisp_, XC_right_side ); in GetPointer()
1827 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1830 aCur = XCreateFontCursor( pDisp_, XC_top_left_corner ); in GetPointer()
1833 aCur = XCreateFontCursor( pDisp_, XC_top_right_corner ); in GetPointer()
1836 aCur = XCreateFontCursor( pDisp_, XC_bottom_left_corner ); in GetPointer()
1839 aCur = XCreateFontCursor( pDisp_, XC_bottom_right_corner ); in GetPointer()
1842 aCur = XCreateFontCursor( pDisp_, XC_top_left_corner ); in GetPointer()
1843 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1846 aCur = XCreateFontCursor( pDisp_, XC_top_right_corner ); in GetPointer()
1847 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1850 aCur = XCreateFontCursor( pDisp_, XC_bottom_left_corner ); in GetPointer()
1851 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1854 aCur = XCreateFontCursor( pDisp_, XC_bottom_right_corner ); in GetPointer()
1855 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1858 aCur = XCreateFontCursor( pDisp_, XC_sb_h_double_arrow ); in GetPointer()
1861 aCur = XCreateFontCursor( pDisp_, XC_sb_v_double_arrow ); in GetPointer()
1864 aCur = XCreateFontCursor( pDisp_, XC_sb_h_double_arrow ); // ??? in GetPointer()
1865 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1868 aCur = XCreateFontCursor( pDisp_, XC_sb_v_double_arrow ); // ??? in GetPointer()
1869 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1872 aCur = XCreateFontCursor( pDisp_, XC_hand1 ); in GetPointer()
1873 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
1876 aCur = XCreateFontCursor( pDisp_, XC_hand2 ); in GetPointer()
1885 aCur = XCreateFontCursor( pDisp_, XC_fleur ); in GetPointer()
1969 aCur = XCreateFontCursor( pDisp_, XC_pencil ); in GetPointer()
1970 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
2086 aCur = XCreateFontCursor( pDisp_, XC_arrow ); in GetPointer()
2090 if( None == aCur ) in GetPointer()
2098 aCur = XCreatePixmapCursor( pDisp_, in GetPointer()
2107 return aCur; in GetPointer()