Searched refs:custom (Results 1 – 7 of 7) sorted by relevance
242 Window* custom = window->child; in Draw() local243 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 …]
223 Window* custom = this->child; in GetWidth() local224 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() local245 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 …]
20 // custom ROM SDA sections should go here30 // custom RAM SDA sections should go here32 // custom RAM ZSDA zersions should go here
181 'Failed to write custom script223 'Failed to create the custom script
107 echo -ne Writing custom devmenu scripts...
403 echo -ne Writing the custom sysconfig scripts...452 echo Running custom sysconfig scripts...
436 u8 custom[WPAD_MAX_CUSTOM_BUFS];// buffer for additional data member