Home
last modified time | relevance | path

Searched refs:factor_c (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.cpp2302 const int factor_c = 12; in getInventionCost() local
2307 cost = factor_c * DESIGNTIME_M3; in getInventionCost()
2309 cost = factor_c * DESIGNTIME_M2; in getInventionCost()
2311 cost = factor_c * DESIGNTIME_M1; in getInventionCost()
2313 cost = factor_c * DESIGNTIME_0; in getInventionCost()
2315 cost = factor_c * DESIGNTIME_1; in getInventionCost()
2317 cost = factor_c * DESIGNTIME_2; in getInventionCost()
2319 cost = factor_c * DESIGNTIME_3; in getInventionCost()
2329 const int factor_c = 12; in getManufactureCost() local
2334 cost = factor_c * MANUFACTURETIME_0; in getManufactureCost()
[all …]
/dports/multimedia/imagination/imagination-3.0/src/
H A Dcallbacks.c1265 gdouble factor_c; /* Scaling factor for cairo context */ in img_draw_image_on_surface() local
1270 factor_c = (gdouble)width / cw * point->zoom; in img_draw_image_on_surface()
1279 cairo_scale( cr, factor_c, factor_c ); in img_draw_image_on_surface()