Searched refs:stbtt__compute_crossings_x (Results 1 – 1 of 1) sorted by relevance
4297 static int stbtt__compute_crossings_x(float x, float y, int nverts, stbtt_vertex *verts) in stbtt__compute_crossings_x() function4479 …int winding = stbtt__compute_crossings_x(x_gspace, y_gspace, num_verts, verts); // @OPTIMIZE: this… in stbtt_GetGlyphSDF()