HomeSort by relevance Sort by last modified time
    Searched defs:iCursor (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 348 TVirtualCursor iCursor;
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.MakeEvent(event, iSDLWin->Position())
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 168 ** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
398 ** iCursor is not in the set.
400 static Bitmask getMask(WhereMaskSet *pMaskSet, int iCursor){
404 if( pMaskSet->ix[i]==iCursor ){
412 ** Create a new mask for cursor iCursor.
419 static void createMask(WhereMaskSet *pMaskSet, int iCursor){
421 pMaskSet->ix[pMaskSet->n++] = iCursor;
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 214 milliseconds