Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_manager.cpp242 Window* custom = window->child; in Draw() local
243 while (custom) in Draw()
246 custom->sortedDrawItems = custom->menuItems; in Draw()
247 SortList(custom->sortedDrawItems); in Draw()
250 custom->x = window->x; in Draw()
251 custom->y = y; in Draw()
252 custom->offY = window->offY; in Draw()
253 custom->Draw(); in Draw()
254 …for (std::list<MenuItem*>::reverse_iterator iter = custom->sortedDrawItems.rbegin(); iter != custo… in Draw()
260 y -= custom->maxHeight; in Draw()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp223 Window* custom = this->child; in GetWidth() local
224 while (custom) in GetWidth()
226 if (custom->width > ret) in GetWidth()
227 ret = custom->width; in GetWidth()
229 custom = custom->child; in GetWidth()
244 Window* custom = this->child; in GetHeight() local
245 while (custom) in GetHeight()
247 ret += custom->height; in GetHeight()
248 custom = custom->child; in GetHeight()
263 Window* custom = this->child; in GetMaxHeight() local
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.ld20 // custom ROM SDA sections should go here
30 // custom RAM SDA sections should go here
32 // custom RAM ZSDA zersions should go here
/CafeSDK-2.12.13-1/system/bin/tool/
Dxmain.sh181 'Failed to write custom script
223 'Failed to create the custom script
Duninstalltitle.sh107 echo -ne Writing custom devmenu scripts...
Ddeploytitle.sh403 echo -ne Writing the custom sysconfig scripts...
452 echo Running custom sysconfig scripts...
/CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/
Dwpad.h436 u8 custom[WPAD_MAX_CUSTOM_BUFS];// buffer for additional data member