Home
last modified time | relevance | path

Searched refs:master (Results 1 – 9 of 9) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp164 …ll(_canKill), deleteFlag(false), offY(0), visible(false), enabled(true), master(NULL), child(NULL)… in Window()
198 if (this->master) in GetOffY()
199 return this->master->GetOffY(); in GetOffY()
208 if (this->master) in GetTop()
209 return this->master->GetTop(); in GetTop()
218 if (this->master) in GetWidth()
219 return this->master->GetWidth(); in GetWidth()
239 if (this->master) in GetHeight()
240 return this->master->GetHeight(); in GetHeight()
258 if (this->master) in GetMaxHeight()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp129 while (window->master) in ForceValidTabForward()
131 window = window->master; in ForceValidTabForward()
145 while (window->master); in ForceValidTabForward()
189 if (window->master) in ForceValidTabBack()
191 window = window->master; in ForceValidTabBack()
209 while (window->master); in ForceValidTabBack()
Ddemowin_manager.cpp219 if (window->visible && !window->master) in Draw()
305 if (!window->visible || window->master) in Update()
352 if (window->Active() && !window->master) in Update()
489 while (window->master) in BringWindowToFront()
490 window = window->master; in BringWindowToFront()
/CafeSDK-2.12.13-1/system/bin/tool/
Dmakecfdiscimage.sh49 $(basename $0) - Extract master archive file into full-padded disc master image
Dmakecfdownloadimage.sh93 $(basename $0) - Create download image from master archive file
Dmakecfmaster.sh487 $(basename $0) - Create master archive file from application RPX
501 -u : Include system update partition on master image.
504 : Make an add-on content master archive from content files
510 : Make a patch master archive from <past_wumad> and the current
512 When creating the first patch, use the original disc master
515 submitted patch master archive as <past_wumad>.
Duploadimg.sh76 -a = Treat <master_image_file> file as master archive
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h126 Window* master; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h126 Window* master; member