Searched refs:STBTT_fmod (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 58 // 1.19 (2018-02-11) GPOS kerning, STBTT_fmod 453 #ifndef STBTT_fmod 455 #define STBTT_fmod(x,y) fmod(x,y) macro 4308 y_frac = (float) STBTT_fmod(y, 1.0f); 4808 // 1.19 (2018-02-11) OpenType GPOS kerning (horizontal only), STBTT_fmod
|
| H A D | imgui_draw.cpp | 135 #define STBTT_fmod(x,y) ImFmod(x,y) macro
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 58 // 1.19 (2018-02-11) GPOS kerning, STBTT_fmod 453 #ifndef STBTT_fmod 455 #define STBTT_fmod(x,y) fmod(x,y) macro 4308 y_frac = (float) STBTT_fmod(y, 1.0f); 4808 // 1.19 (2018-02-11) OpenType GPOS kerning (horizontal only), STBTT_fmod
|
| H A D | imgui_draw.cpp | 135 #define STBTT_fmod(x,y) ImFmod(x,y) macro
|
Completed in 30 milliseconds