HomeSort by relevance Sort by last modified time
    Searched defs:skin (Results 1 - 18 of 18) sorted by null

  /external/quake/quake/src/QW/client/
skin.c 35 Determines the best skin for the given scoreboard
36 slot, and sets scoreboard->skin
42 skin_t *skin; local
50 s = Info_ValueForKey (sc->userinfo, "skin");
66 sc->skin = &skins[i];
67 Skin_Cache (sc->skin);
78 skin = &skins[numskins];
79 sc->skin = skin;
82 memset (skin, 0, sizeof(*skin))
    [all...]
cl_main.c 74 cvar_t skin = CVAR4("skin","", true, true); variable
1121 Cvar_RegisterVariable (&skin);
gl_model.c 1385 void Mod_FloodFillSkin( byte *skin, int skinwidth, int skinheight )
1387 byte fillcolor = *skin; // assume this is the pixel to fill
1408 //printf( "not filling skin from %d to %d\n", fillcolor, filledcolor );
1419 byte *pos = &skin[x + skinwidth * y];
1427 skin[x + skinwidth * y] = fdc;
1441 byte *skin; local
1446 skin = (byte *)(pskintype + 1);
1456 Mod_FloodFillSkin( skin, pheader->skinwidth, pheader->skinheight );
1463 Sys_Error ("Player skin too large");
1475 // animating skin group. yuck
    [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);
model.h 256 int skin; member in struct:__anon14178
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 338 int skin; local
420 skin = MSG_ReadByte();
422 skin = ent->baseline.skin;
423 if (skin != ent->skinnum) {
424 ent->skinnum = skin;
434 ent->skinnum = ent->baseline.skin;
498 ent->baseline.skin = MSG_ReadByte();
684 ent->skinnum = ent->baseline.skin;
gl_model.cpp 1360 void Mod_FloodFillSkin( byte *skin, int skinwidth, int skinheight )
1362 byte fillcolor = *skin; // assume this is the pixel to fill
1383 //printf( "not filling skin from %d to %d\n", fillcolor, filledcolor );
1394 byte *pos = &skin[x + skinwidth * y];
1402 skin[x + skinwidth * y] = fdc;
1417 byte *skin; local
1423 skin = (byte *)(pskintype + 1);
1433 Mod_FloodFillSkin( skin, pheader->skinwidth, pheader->skinheight );
1450 // animating skin group. yuck.
1460 Mod_FloodFillSkin( skin, pheader->skinwidth, pheader->skinheight )
    [all...]
model.h 245 int skin; member in struct:__anon14538
quakedef.h 232 int skin; member in struct:__anon14605
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
sdkuilib.jar 
sdklib.jar 
  /external/quake/quake/src/QW/progs/
progdefs.h 77 float skin; member in struct:__anon14313
  /external/quake/quake/src/QW/server/
progdefs.h 96 float skin; member in struct:__anon14361
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 610 String skin = pref.getString("keyboard_skin", local
612 int id = parent.getResources().getIdentifier(skin, "layout", "jp.co.omronsoft.openwnn");
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 731 struct stats_buff skin; member in struct:msm_stats_buf
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 578 MSM_STATS_TYPE_SKIN, /* legacy based SKIN */
752 struct stats_buff skin; member in struct:msm_stats_buf
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1736 milliseconds