Home
last modified time | relevance | path

Searched refs:mouth_x (Results 1 – 4 of 4) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svg_face-0.1.2/src/
H A Dlib.rs49 let mouth_x = rand(rng, 15.0, hcp1x / 3.0); in generate_face() localVariable
241 width / 2.0 - mouth_x, in generate_face()
247 width / 2.0 + mouth_x, in generate_face()
271 width / 2.0 - mouth_x, in generate_face()
277 width / 2.0 + mouth_x, in generate_face()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DIMP_Confirm.cc52 UINT8 mouth_x; member
192 …HireMercStruct.ubProfileID, 200 + iPortraitNumber, fi->eye_x, fi->eye_y, fi->mouth_x, fi->mouth_y); in AddCharacterToPlayersTeam()
464 p.usMouthX = fi->mouth_x; in ResetIMPCharactersEyesAndMouthOffsets()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Profile.h196 void SetProfileFaceData(ProfileID, UINT8 face_idx, UINT16 eyes_x, UINT16 eyes_y, UINT16 mouth_x, UI…
H A DSoldier_Profile.cc500 …8 const face_idx, UINT16 const eyes_x, UINT16 const eyes_y, UINT16 const mouth_x, UINT16 const mou… in SetProfileFaceData() argument
506 p.usMouthX = mouth_x; in SetProfileFaceData()