Home
last modified time | relevance | path

Searched refs:shFemaleBody (Results 1 – 5 of 5) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dgraph.cpp1168 ShadowV(V, (cs.charid&1) ? cgi.shFemaleBody : cgi.shPBody); in drawPlayer()
1449 ShadowV(V, girl ? cgi.shFemaleBody : cgi.shPBody); in drawMonsterType()
1451 queuepoly(VBODY * VBS, girl ? cgi.shFemaleBody : cgi.shPBody, facecolor); in drawMonsterType()
1951 ShadowV(V, cgi.shFemaleBody); in drawMonsterType()
1952 queuepoly(VBS, cgi.shFemaleBody, darkena(col, 0, 0XC0)); in drawMonsterType()
1964 ShadowV(V, cgi.shFemaleBody); in drawMonsterType()
1965 queuepoly(VBS, cgi.shFemaleBody, watercolor(100)); in drawMonsterType()
2340 ShadowV(V, cgi.shFemaleBody); in drawMonsterType()
2341 queuepoly(VBS, cgi.shFemaleBody, darkena(0x800080, 0, 0xFF)); in drawMonsterType()
2355 ShadowV(V, cgi.shFemaleBody); in drawMonsterType()
[all …]
H A D3d-models.cpp851 …&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &… in make_3d_models()
863 make_humanoid_3d(shFemaleBody); in make_3d_models()
H A Dgeometry.cpp290 shFemaleBody, shFemaleHair, shFemaleDress, shWitchDress, member
H A Dpolygons.cpp1293 bshape(shFemaleBody, PPR::MONSTER_BODY, scalefactor, 96); in prepare_shapes()
H A Dmapeditor.cpp2202 else loadShape(sg, id, cgi.shFemaleBody, 2, 0); in applyToShape()