/external/qemu/android/avd/ |
info.h | 21 * SDK version number, skin, etc... 152 /* Returns the path of the skin directory */ 156 /* Returns the name of the virtual device's skin */ 159 /* Returns the root skin directory for this device */
|
/external/qemu/android/ |
cmdline-option.h | 42 /* the default device DPI if none is specified by the skin
|
globals.h | 26 * image files or the skin
|
resource.c | 45 # include "android/skin/default.h"
|
/external/qemu/android/skin/ |
scaler.h | 15 #include "android/skin/image.h"
|
trackball.h | 16 #include "android/skin/rect.h"
|
scaler.c | 12 #include "android/skin/scaler.h" 80 #include "android/skin/argb.h"
|
rect.c | 12 #include "android/skin/rect.h" 70 /** SKIN RECTANGLES 191 /** SKIN BOXES
|
file.h | 15 #include "android/skin/image.h"
|
region.h | 15 #include "android/skin/rect.h"
|
/external/skia/include/views/ |
SkBorderView.h | 28 void setSkin(const char skin[]);
|
/external/quake/quake/src/QW/client/ |
gl_rmisc.c | 231 Translates a skin texture by the per-player color lookup 257 strcpy(s, Info_ValueForKey(player->userinfo, "skin")); 259 if (player->skin && !stricmp(s, player->skin->name)) 260 player->skin = NULL; 263 player->_bottomcolor != player->bottomcolor || !player->skin) { 291 // locate the original skin pixels 297 if (!player->skin) 299 if ((original = Skin_Cache(player->skin)) != NULL) { 300 //skin data widt [all...] |
client.h | 26 qboolean failedload; // the name isn't a valid skin 71 // skin information 80 skin_t *skin; member in struct:player_info_s 487 // skin.c 509 byte *Skin_Cache (skin_t *skin);
|
makefile.svgalib | 54 skin.o \
|
/development/simulator/app/ |
DeviceWindow.cpp | 149 // a displayIndex of -1 means just update the onion skin 169 bool overlayOnionSkinExists = pPrefs->GetBool("overlay-onion-skin", &overlayOnionSkin); 171 bool fileNameExists = pPrefs->GetString("onion-skin-file-name", &onionSkinFileName); 181 pPrefs->GetInt("onion-skin-alpha-value", &alphaVal); 240 /* If necessary, draw onion skin image on top */
|
MainFrame.cpp | 313 wxT("Onion Skin Options")); 371 * Configure the onion skin options sizer. 378 IDC_OVERLAY_ONION_SKIN, wxT("Overlay &onion skin")); 401 pPrefs->GetInt("onion-skin-alpha-value", &initialAlphaVal); 419 SetCheckFromPref(pOverlayOnionSkin, "overlay-onion-skin", false); 420 if (pPrefs->GetString("onion-skin-file-name", /*ref*/ tmpStr2)) 845 case IDC_OVERLAY_ONION_SKIN: pref = "overlay-onion-skin"; break; 870 // broadcast a user event indicating an onion skin update 917 pref = "onion-skin-file-name"; 952 wxT("Choose the onion skin image file."), [all...] |
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
Main.java | 654 for (String skin : skins) { 660 mSdkLog.printf(skin); 662 if (skin.equals(defaultSkin)) { 705 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME); local 706 if (skin != null) { 707 mSdkLog.printf(" Skin: %s\n", skin); 795 // Validate skin is either default (empty) or NNNxMMM or a valid skin name. 797 String skin = mSdkCommandLine.getParamSkin() local [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdManager.java | 66 * AVD/config.ini key name representing the SDK-relative path of the skin folder, if any, 67 * or a 320x480 like constant for a numeric skin size. 71 public final static String AVD_INI_SKIN_PATH = "skin.path"; //$NON-NLS-1$ 73 * AVD/config.ini key name representing an UI name for the skin. 75 * tools to give a friendlier name to the skin. 78 public final static String AVD_INI_SKIN_NAME = "skin.name"; //$NON-NLS-1$ 111 * Pattern to match pixel-sized skin "names", e.g. "320x480". 492 * @param skinName the name of the skin. Can be null. Must have been verified by caller. 573 // Now the skin. 579 // Skin name is an actual screen resolution 834 File skin = getSkinPath(skinName, target); local 869 File skin = new File(path, skinName); local [all...] |
/device/sample/products/ |
sample_addon.mk | 23 # emulator skin (or for samples)
|
/external/quake/quake/src/QW/progs/ |
progdefs.h | 77 float skin;
member in struct:__anon5160
|
/external/quake/quake/src/WinQuake/ |
progdefs.q1 | 79 float skin;
|
progdefs.q2 | 82 float skin;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 117 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME); local 118 if (skin != null) { 119 displayValue(c, "Skin:", skin);
|
/external/quake/quake/src/QW/ |
release233_notes.txt | 19 - Bug where client would crash during a level change if a skin name longer
|
/external/quake/quake/src/QW/server/ |
progdefs.h | 96 float skin; member in struct:__anon5208
|