Home
last modified time | relevance | path

Searched refs:_CurIdx (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwMgr.h287 CCursor PixmapCursor(int _CurIdx);
290 CCursor PixmapCursor(int _CurIdx);
295 CCursor PixmapCursor(int _CurIdx);
H A DTwMgr.cpp6272 CTwMgr::CCursor CTwMgr::PixmapCursor(int _CurIdx) in PixmapCursor() argument
6285 mask[y*4+x/8] |= (((unsigned int)(g_CurMask[_CurIdx][x+y*32]))<<(7-(x%8))); in PixmapCursor()
6286 pict[y*4+x/8] |= (((unsigned int)(g_CurPict[_CurIdx][x+y*32]))<<(7-(x%8))); in PixmapCursor()
6299 …CCursor cursor = ::CreateCursor(hdll, g_CurHot[_CurIdx][0], g_CurHot[_CurIdx][1], 32, 32, ands, xo… in PixmapCursor()
6346 CTwMgr::CCursor CTwMgr::PixmapCursor(int _CurIdx) in PixmapCursor() argument
6369 … data[(x>>2) + y*8] |= (unsigned char)(g_CurPict[_CurIdx][x+y*32] << 2*(3-(x&3))+1); //turn whiteon in PixmapCursor()
6376 …SCursor alloc] initWithImage: img hotSpot: NSMakePoint(g_CurHot[_CurIdx][0],g_CurHot[_CurIdx][1])]; in PixmapCursor()
6478 CTwMgr::CCursor CTwMgr::PixmapCursor(int _CurIdx) in PixmapCursor() argument
6499 mask[y] |= (((unsigned int)(g_CurMask[_CurIdx][x+y*32]))<<x); in PixmapCursor()
6500 pict[y] |= (((unsigned int)(g_CurPict[_CurIdx][x+y*32]))<<x); in PixmapCursor()
[all …]