Searched refs:STBTT_min (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 4225 #define STBTT_min(a,b) ((a) < (b) ? (a) : (b)) macro 4320 if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) { in stbtt__compute_crossings_x() 4330 int ax = STBTT_min(x0,STBTT_min(x1,x2)), ay = STBTT_min(y0,STBTT_min(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() 4512 float box_x0 = STBTT_min(STBTT_min(x0,x1),x2); in stbtt_GetGlyphSDF() 4513 float box_y0 = STBTT_min(STBTT_min(y0,y1),y2); in stbtt_GetGlyphSDF()
|