Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 33) sorted by relevance

12

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_held_button.cpp31 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 …]
Ddemowin_button.cpp30 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()
Ddemowin_scroll_bar.cpp42 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 …]
Ddemowin_helpers.cpp20 …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
Ddemowin_slider_bar.cpp72 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 …]
Ddemowin_slider_bar_float.cpp72 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 …]
Ddemowin_double_combo_box.cpp36 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 …]
Ddemowin_combo_box.cpp44 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 …]
Ddemowin_manager.cpp154 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/
Dpad.h109 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 );
Dmidi.h37 s32 MIDIRead(s32 chan, u8* dst, u8* status);
38 s32 MIDIReadAsync(s32 chan, u8* dst, u8* status, void* context, MIDICallback callback);
Dhio.h40 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
Duhs_types.h274 UhsStatus status; member
293 UhsStatus status,
302 UhsStatus status,
309 UhsStatus status,
316 UhsStatus status,
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_syst.c34 int status, pid; in system() local
56 while (wait(&status) != pid); in system()
57 return(status); in system()
Dind_exit.c77 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/
Dwbc.h33 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/
DLzma2Dec.h52 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);
DLzmaDec.h182 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/
DdemoSystem.c116 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/
Ddemowin_helpers.h17 CVec4 WhiteDarker(int status);
18 CVec4 BlackLighter(int status);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_helpers.h17 CVec4 WhiteDarker(int status);
18 CVec4 BlackLighter(int status);
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeEvtLog.cs114 …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/
D7zDec.c151 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/
Ddemowin.h168 …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/
Ddemowin.h168 …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

12