Home
last modified time | relevance | path

Searched refs:face_h (Results 1 – 3 of 3) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Dconversation.cc147 int face_h = 32; in set_face_rect() local
150 face_h = face->get_height(); in set_face_rect()
164 if (face_h >= 142) { in set_face_rect()
165 starty = (screenh - face_h) / 2; in set_face_rect()
172 if (starty + face_h > screenh - 1) in set_face_rect()
173 starty = screenh - face_h - 1; in set_face_rect()
180 face_w + extraw, face_h + extrah)); in set_face_rect()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/
H A DHeightmap.cpp130 float face_h = face_height_at(posList, pTriangle, x, y); in getHeight() local
131 if(face_h > h) in getHeight()
133 h = face_h; in getHeight()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/alfont-2.0.9/
H A Dalfont.c34 int face_h; /* face height */ member
410 if (h == f->face_h) in alfont_set_font_size()
470 f->face_h = h; in alfont_set_font_size()
487 return f->face_h; in alfont_get_font_height()
938 if ((y + f->face_h < bmp->ct) || (y > bmp->cb) || (x > bmp->cr))
958 rectfill(bmp, x, y, x + alfont_text_length(f, s_pointer) - 1, y + f->face_h - 1, backg);
2101 if ((y + f->face_h < bmp->ct) || (y > bmp->cb) || (x > bmp->cr))
2118 rectfill(bmp, x, y, x + alfont_text_length(f, s_pointer) - 1, y + f->face_h - 1, backg);
2719 return f->face_h;