Searched refs:STBTT_max (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 4226 #define STBTT_max(a,b) ((a) < (b) ? (b) : (a)) macro 4320 if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) { in stbtt__compute_crossings_x() 4331 int by = STBTT_max(y0,STBTT_max(y1,y2)); in stbtt__compute_crossings_x() 4346 if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) { in stbtt__compute_crossings_x() 4514 float box_x1 = STBTT_max(STBTT_max(x0,x1),x2); in stbtt_GetGlyphSDF() 4515 float box_y1 = STBTT_max(STBTT_max(y0,y1),y2); in stbtt_GetGlyphSDF()
|