Home
last modified time | relevance | path

Searched refs:t (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_easing_function_calculate.c155 static VOID _gx_utility_bounce_ease_out(INT t, INT d, INT *return_tt, INT *return_dd) in _gx_utility_bounce_ease_out() argument
160 tt = 11 * t; in _gx_utility_bounce_ease_out()
238 …tion_calculate(USHORT easing_function_type, INT start_val, INT end_val, INT t, INT d, INT *current… in _gx_utility_easing_function_calculate() argument
247 y = (end_val - start_val) * t / d; in _gx_utility_easing_function_calculate()
248 y = y * t / d; in _gx_utility_easing_function_calculate()
249 y = y * (27 * t - 17 * d) / 10 / d; in _gx_utility_easing_function_calculate()
254 y = (end_val - start_val) * (t - d) / d; in _gx_utility_easing_function_calculate()
255 y = y * (t - d) / d; in _gx_utility_easing_function_calculate()
256 y = y * (27 * (t - d) + 17 * d) / 10 / d; in _gx_utility_easing_function_calculate()
261 if ((t << 1) < d) in _gx_utility_easing_function_calculate()
[all …]
Dgx_utility_thai_glyph_shaping.c307 GX_UBYTE t; in _gx_utility_thai_glyph_shaping() local
336 t = pp_type; in _gx_utility_thai_glyph_shaping()
340 t = p_type; in _gx_utility_thai_glyph_shaping()
343 if ((t == GX_THAI_GLYPH_CLASS_BASE) || in _gx_utility_thai_glyph_shaping()
344 (t == GX_THAI_GLYPH_CLASS_BASE_ASC) || in _gx_utility_thai_glyph_shaping()
345 (t == GX_THAI_GLYPH_CLASS_BASE_DESC)) in _gx_utility_thai_glyph_shaping()
356 if (t == GX_THAI_GLYPH_CLASS_BASE_ASC) in _gx_utility_thai_glyph_shaping()
/GUIX-v6.2.1/cmake/
Darm-none-eabi.cmake15 # this makes the test compiles use static library option so that we don't need to pre-set linker fl…
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h1159 #define tx_thread_create(t,n,e,i,s,l,p,r,c,a) _txr_thread_create((t),(n),(e),(i),(s),(l),(p),… argument
1182 #define tx_timer_create(t,n,e,i,c,r,a) _txr_timer_create((t),(n),(e),(i),(c),(r),(a),(… argument
1270 #define tx_thread_create(t,n,e,i,s,l,p,r,c,a) _txe_thread_create((t),(n),(e),(i),(s),(l),(p),… argument
1293 #define tx_timer_create(t,n,e,i,c,r,a) _txe_timer_create((t),(n),(e),(i),(c),(r),(a),(… argument
/GUIX-v6.2.1/common/inc/
Dgx_utility.h269 …ion_calculate(USHORT easing_function_style, INT start_val, INT end_val, INT t, INT d, INT *return_…