Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3689 #define STBTT__COMPARE(a,b) ((a)->y0 < (b)->y0) macro
3699 int c = STBTT__COMPARE(a, b);
3718 c01 = STBTT__COMPARE(&p[0], &p[m]);
3719 c12 = STBTT__COMPARE(&p[m], &p[n - 1]);
3724 c = STBTT__COMPARE(&p[0], &p[n - 1]);
3745 if(!STBTT__COMPARE(&p[i], &p[0])) break;
3748 if(!STBTT__COMPARE(&p[0], &p[j])) break;