Searched refs:splash (Results 1 – 25 of 52) sorted by relevance
123
/external/u-boot/doc/ |
D | README.splashprepare | 5 common/splash.c. It is called as part of the splash screen display 6 sequence. It gives the board an opportunity to prepare the splash 13 board specific splash image locations, routines for loading splash image from 14 supported locations, and a way of controlling the selected splash location 19 use that splash location. 20 - If splashsource is undefined, use the first splash location as default. 21 - If splashsource is set to an unsupported value, do not load a splash screen. 23 A splash source location can describe either storage with raw data, a storage 24 formatted with a file system or a FIT image. In case of a filesystem, the splash 25 screen data is loaded as a file. The name of the splash screen file can be [all …]
|
/external/u-boot/board/BuS/eb_cpu5282/ |
D | eb_cpu5282.c | 190 unsigned long splash; in drv_video_init() local 215 splash = simple_strtoul(s, NULL, 16); in drv_video_init() 217 video_display_bitmap(splash, 0, 0); in drv_video_init()
|
/external/python/cpython2/Doc/library/ |
D | macos.rst | 115 .. function:: splash([resourceid]) 117 Opens a splash screen by resource id. Use resourceid ``0`` to close 118 the splash screen.
|
/external/proguard/src/proguard/gui/splash/ |
D | VariableInt.java | 21 package proguard.gui.splash;
|
D | VariableDouble.java | 21 package proguard.gui.splash;
|
D | Timing.java | 21 package proguard.gui.splash;
|
D | VariableString.java | 21 package proguard.gui.splash;
|
D | VariableFont.java | 21 package proguard.gui.splash;
|
D | VariableColor.java | 21 package proguard.gui.splash;
|
D | Sprite.java | 21 package proguard.gui.splash;
|
D | ConstantDouble.java | 21 package proguard.gui.splash;
|
D | ConstantInt.java | 21 package proguard.gui.splash;
|
D | ConstantTiming.java | 21 package proguard.gui.splash;
|
D | ConstantString.java | 21 package proguard.gui.splash;
|
D | ConstantFont.java | 21 package proguard.gui.splash;
|
D | ConstantColor.java | 21 package proguard.gui.splash;
|
D | SawToothTiming.java | 21 package proguard.gui.splash;
|
D | SineTiming.java | 21 package proguard.gui.splash;
|
D | LinearTiming.java | 21 package proguard.gui.splash;
|
D | LinearDouble.java | 21 package proguard.gui.splash;
|
D | CompositeSprite.java | 21 package proguard.gui.splash;
|
D | LinearInt.java | 21 package proguard.gui.splash;
|
D | SmoothTiming.java | 21 package proguard.gui.splash;
|
D | VariableSizeFont.java | 21 package proguard.gui.splash;
|
D | FontSprite.java | 21 package proguard.gui.splash;
|
123