Home
last modified time | relevance | path

Searched refs:widthf (Results 1 – 25 of 78) sorted by relevance

1234

/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dclutter-utils.c67 float widthf, in meta_actor_vertices_are_untransformed() argument
76 width = round_to_fixed (widthf); height = round_to_fixed (heightf); in meta_actor_vertices_are_untransformed()
118 gfloat widthf, heightf; in meta_actor_is_untransformed() local
121 clutter_actor_get_size (actor, &widthf, &heightf); in meta_actor_is_untransformed()
124 return meta_actor_vertices_are_untransformed (verts, widthf, heightf, x_origin, y_origin); in meta_actor_is_untransformed()
H A Dclutter-utils.h26 float widthf,
/dports/databases/rrdtool12/rrdtool-1.2.30/src/
H A Drrd_afm.c222 double widthf; in afm_get_text_width_wide() local
263 widthf = (width * 6 / 1000.0) * size; in afm_get_text_width_wide()
264 DLOG((stderr, "Returns %ld (%ld) -> %f\n", width, width * 6, widthf)); in afm_get_text_width_wide()
265 return widthf; in afm_get_text_width_wide()
/dports/cad/ldview/ldview-4.4/
H A DModelLoader.cpp104 float widthf = TCUserDefaults::floatForKey( in startup() local
108 if (widthf == -1.0) in startup()
114 width = (int)widthf; in startup()
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dclutter-utils.c70 float widthf, in meta_actor_vertices_are_untransformed() argument
79 width = round_to_fixed (widthf); in meta_actor_vertices_are_untransformed()
H A Dclutter-utils.h27 float widthf,
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp161 const float widthf = float(int32_t(_width)); in update() local
165 m_dx = float(_mx - m_prevMx)/widthf; in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp161 const float widthf = float(int32_t(_width)); in update() local
165 m_dx = float(_mx - m_prevMx)/widthf; in update()
/dports/games/tesseract-data/tesseract/src/shared/
H A Diengine.h251 float widthf, heightf; variable
252 text_boundsf(str, widthf, heightf, maxwidth);
253 width = int(ceil(widthf));
/dports/games/tesseract/tesseract/src/shared/
H A Diengine.h251 float widthf, heightf; variable
252 text_boundsf(str, widthf, heightf, maxwidth);
253 width = int(ceil(widthf));
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2App.cpp44 static void Simple2ResizeCallback(float widthf, float heightf) in Simple2ResizeCallback() argument
46 int width = (int)widthf; in Simple2ResizeCallback()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2App.cpp44 static void Simple2ResizeCallback(float widthf, float heightf) in Simple2ResizeCallback() argument
46 int width = (int)widthf; in Simple2ResizeCallback()
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Diengine.h271 float widthf, heightf; variable
272 text_boundsf(str, widthf, heightf, maxwidth);
273 width = int(ceil(widthf));
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Diengine.h201 float widthf, heightf; variable
202 text_boundsf(str, widthf, heightf, xpad, ypad, maxwidth, flags, linespace);
203 width = int(ceil(widthf));
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevxcf.c1311 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1315 widthf >>= 1; in xcf_write_fake_hierarchy()
1317 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevxcf.c1330 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1334 widthf >>= 1; in xcf_write_fake_hierarchy()
1336 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevxcf.c1381 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1385 widthf >>= 1; in xcf_write_fake_hierarchy()
1387 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevxcf.c1381 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1385 widthf >>= 1; in xcf_write_fake_hierarchy()
1387 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevxcf.c1330 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1334 widthf >>= 1; in xcf_write_fake_hierarchy()
1336 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevxcf.c1311 int widthf = xc->width, heightf = xc->height; in xcf_write_fake_hierarchy() local
1315 widthf >>= 1; in xcf_write_fake_hierarchy()
1317 xcf_write_32(xc, widthf); in xcf_write_fake_hierarchy()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/18-ibl/
H A Dibl.cpp317 const float widthf = float(int32_t(_width)); in update() local
321 m_dx = float(_mx - m_prevMx)/widthf; in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/18-ibl/
H A Dibl.cpp317 const float widthf = float(int32_t(_width)); in update() local
321 m_dx = float(_mx - m_prevMx)/widthf; in update()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dengine.h208 float widthf, heightf; variable
209 text_boundsf(str, widthf, heightf, xpad, ypad, maxwidth, flags, linespace);
210 width = int(ceil(widthf));
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Di830_state.c621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) in i830LineWidth() argument
629 width = (int) (widthf * 2); in i830LineWidth()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Di830_state.c621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) in i830LineWidth() argument
629 width = (int) (widthf * 2); in i830LineWidth()

1234