Searched refs:iCursor (Results 1 - 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
H A D | sdlexe.cpp | 348 TVirtualCursor iCursor; local 524 iSdl->AppendOverlay(iCursor, 0); 526 iCursor.Set(TRect(TPoint(0, 0), iSDLWin->Size()), iCBmp, iAlpha); 630 iCursor.Toggle(); 635 if(iCursor.IsOn()) 640 iCursor.Move(0, -1); 643 iCursor.Move(0, 1); 646 iCursor.Move(-1, 0); 649 iCursor.Move(1, 0); 655 iCursor [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 10757 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item 102946 getMask(WhereMaskSet *pMaskSet, int iCursor) argument 102965 createMask(WhereMaskSet *pMaskSet, int iCursor) argument 103519 int iCursor = -1; /* Table cursor common to all terms */ local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 10757 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item 102982 getMask(WhereMaskSet *pMaskSet, int iCursor) argument 103001 createMask(WhereMaskSet *pMaskSet, int iCursor) argument 103555 int iCursor = -1; /* Table cursor common to all terms */ local [all...] |
Completed in 489 milliseconds