| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_held_button.cpp | 31 this->status = 0; in Update() 33 int status; in Update() local 37 status = 2; in Update() 39 status = 1; in Update() 44 if (status > this->status) in Update() 45 this->status = status; in Update() 48 …if (this->status == 2 && (CursorTime() == 0 || (CursorTime() >= 30 && (CursorTime() - 30) % 5 == 0… in Update() 51 else if (this->status == 1) in Update() 52 this->status = 0; in Update() 54 return (this->status == 0); in Update() [all …]
|
| D | demowin_button.cpp | 30 int status; in Update() local 34 status = 2; in Update() 36 status = 1; in Update() 40 this->status = status; in Update() 42 this->status = 0; in Update() 44 if (this->status == 2) in Update() 47 return (this->status == 0); in Update() 53 CVec4 color = colorFunc(status); in Draw() 66 if (this->status > 0) in Reset() 67 this->status = 0; in Reset()
|
| D | demowin_scroll_bar.cpp | 42 this->status = 0; in Update() 44 if (this->status == 2) in Update() 63 int status; in Update() local 67 status = 1; in Update() 69 status = 2; in Update() 74 this->status = status; in Update() 76 if (status == 2) in Update() 80 this->status = 0; in Update() 82 return (this->status == 0); in Update() 118 CVec4 color = WhiteDarker(status); in Draw() [all …]
|
| D | demowin_helpers.cpp | 20 …ker(int status) {if (status == -1) return CVec4(0, 0, 0, 1.0); /* else */ return CVec4(0.8 - 0.2 *… in WhiteDarker() argument 21 …nt status) {if (status == -1) return CVec4(0.6, 0.6, 0.6, 1.0); /* else */ return CVec4(0.05 + 0.1… in BlackLighter() argument
|
| D | demowin_slider_bar.cpp | 72 this->status = 0; in Update() 74 if (this->status == 2) in Update() 94 int status; in Update() local 98 status = 2; in Update() 100 status = 1; in Update() 110 this->status = status; in Update() 112 this->status = 0; in Update() 114 if (this->status == 2) in Update() 117 return (this->status == 0); in Update() 130 this->minus->status = -1; in Draw() [all …]
|
| D | demowin_slider_bar_float.cpp | 72 this->status = 0; in Update() 74 if (this->status == 2) in Update() 94 int status; in Update() local 98 status = 2; in Update() 100 status = 1; in Update() 110 this->status = status; in Update() 112 this->status = 0; in Update() 114 if (this->status == 2) in Update() 117 return (this->status == 0); in Update() 130 this->minus->status = -1; in Draw() [all …]
|
| D | demowin_double_combo_box.cpp | 36 if (this->status < 2) in CursorOver() 39 if (this->bar1.status == 2) in CursorOver() 54 if (this->status < 3) in CursorOver() 57 if (this->bar2.status == 2) in CursorOver() 78 if (status >= 2) in Update() 81 if (this->status >= 3) in Update() 83 this->status = 2; in Update() 90 this->status = 0; in Update() 95 if (TabIndex() && TabIndex()->object == this && this->status >= 3 && LeftTriggered()) in Update() 97 this->status = 2; in Update() [all …]
|
| D | demowin_combo_box.cpp | 44 if (this->status < 2) in CursorOver() 47 if (this->bar.status == 2) in CursorOver() 76 this->status = 0; in Update() 83 if (this->status == 2) in Update() 119 this->status = 0; in Update() 190 this->status = 0; in Update() 208 this->status = 0; in Update() 221 int status; in Update() local 225 status = 2; in Update() 227 status = 1; in Update() [all …]
|
| D | demowin_manager.cpp | 154 int status; in UpdateCloseButton() local 158 status = 2; in UpdateCloseButton() 160 status = 1; in UpdateCloseButton() 164 window->closeStatus = status; in UpdateCloseButton() 401 if ((*preiter)->status >= 2 && (*preiter)->visible) in Update() 426 … if ((*iter)->status < 2 && (*iter)->status != -1 && (*iter)->visible && !(*iter)->Update()) in Update() 438 if ((*iter)->status < 2) in Update()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | pad.h | 109 void PADRead ( PADStatus* status ); 111 void PADClamp ( PADStatus* status ); 112 void PADClampCircle ( PADStatus* status ); 113 void PADClamp2 ( PADStatus* status, u32 type ); 114 void PADClampCircle2 ( PADStatus* status, u32 type );
|
| D | midi.h | 37 s32 MIDIRead(s32 chan, u8* dst, u8* status); 38 s32 MIDIReadAsync(s32 chan, u8* dst, u8* status, void* context, MIDICallback callback);
|
| D | hio.h | 40 typedef void (*HIOAsyncParam)(HIOStatus status, void* context); 41 typedef void (*HIOConnectionCallback)(HIOStatus status, void* context); 42 typedef void (*HIOCallback)(HIOStatus status, void* context); 55 HIOStatus status; member
|
| D | uhs_types.h | 274 UhsStatus status; member 293 UhsStatus status, 302 UhsStatus status, 309 UhsStatus status, 316 UhsStatus status,
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_syst.c | 34 int status, pid; in system() local 56 while (wait(&status) != pid); in system() 57 return(status); in system()
|
| D | ind_exit.c | 77 void exit(int status) in exit() argument 85 __atexit_cleanup(status); in exit() 96 _Exit(status); in exit()
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/wbc/ |
| D | wbc.h | 33 s32 WBCRead ( WPADBLStatus *status, double weight[], u32 size ); 36 s32 WBCGetTGCWeight ( double total_weight_ave, double *tgc_weight, WPADBLStatus *status…
|
| /CafeSDK-2.12.13-1/system/include/ |
| D | Lzma2Dec.h | 52 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 55 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 78 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc);
|
| D | LzmaDec.h | 182 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 199 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 225 ELzmaStatus *status, ISzAlloc *alloc);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoSystem.c | 116 ProcUIStatus status; in DEMOIsRunning() local 119 status = ProcUIProcessMessages(TRUE); in DEMOIsRunning() 122 if (status == PROCUI_STATUS_EXIT) in DEMOIsRunning() 124 else if (status == PROCUI_STATUS_RELEASING) in DEMOIsRunning()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_helpers.h | 17 CVec4 WhiteDarker(int status); 18 CVec4 BlackLighter(int status);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_helpers.h | 17 CVec4 WhiteDarker(int status); 18 CVec4 BlackLighter(int status);
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeEvtLog.cs | 114 …public void WriteToEventLog(Int32 id, DateTime time, string status, string process, string strErrD… in WriteToEventLog() argument 116 …(id, string.Format("[{0}][{1}][{2}] {3}", time.ToString("HH:mm:ss:fff"), status, process, strErrDe… in WriteToEventLog()
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zDec.c | 151 ELzmaStatus status; in SzDecodeLzma() local 152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma() 160 (status != LZMA_STATUS_FINISHED_WITH_MARK && in SzDecodeLzma() 161 status != LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK)) in SzDecodeLzma() 201 ELzmaStatus status; in SzDecodeLzma2() local 202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma2() 210 (status != LZMA_STATUS_FINISHED_WITH_MARK)) in SzDecodeLzma2()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 168 …ze(_size), x(position.x), y(position.y), z(position.z), width(size.x), height(size.y), status(0) {} in window() 171 … x(position.x), y(position.y), z(position.z), width(size.x), height(size.y), status(copy.status) {} in MenuItem() 178 virtual bool Active() {return this->visible && this->status >= 0;} in Active() 254 int status; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 168 …ze(_size), x(position.x), y(position.y), z(position.z), width(size.x), height(size.y), status(0) {} in window() 171 … x(position.x), y(position.y), z(position.z), width(size.x), height(size.y), status(copy.status) {} in MenuItem() 178 virtual bool Active() {return this->visible && this->status >= 0;} in Active() 254 int status; member
|