| 973 | model_args def_model_args; |
| 974 | |
| 975 | void reset_tex_args(tex_args& ta) |
| 976 | { |
| 977 | ta.raster = NULL; |
| 978 | ta.rot = 0.0f; |
| 979 | ta.src = ta.dst = basic_rect<F32>::m_Unit; |
| 980 | ta.off.x = ta.off.y = 1.0f; |
| 981 | ta.scale = tex_args::SCALE_FONT; |
| 982 | } |
| 983 | |
| 984 | void load_tex_args(tex_args& ta, const substr& s) |
| 985 | { |
no outgoing calls
no test coverage detected