Searched refs:x_mins (Results 1 – 3 of 3) sorted by relevance
930 if ( FT_NEW_ARRAY( info->x_mins, num_glyphs ) ) in reconstruct_glyf()1201 info->x_mins[i] = (FT_Short)x_min; in reconstruct_glyf()1318 if ( FT_NEW_ARRAY( info->x_mins, num_glyphs ) ) in get_x_mins()1349 if ( FT_READ_SHORT( info->x_mins[i] ) ) in get_x_mins()1361 FT_Short* x_mins, in reconstruct_hmtx() argument1434 lsb = x_mins[i]; in reconstruct_hmtx()1451 lsb = x_mins[i]; in reconstruct_hmtx()1662 info->x_mins, in reconstruct_font()2289 FT_FREE( info.x_mins ); in woff2_open_font()
242 FT_Short* x_mins; member
1384 * src/sfnt/sfwoff2.c (woff2_open_font): Free `info->x_mins' and1387 (reconstruct_glyf): Initialize `info->x_mins'.1549 `reconstruct_hmtx' requires `info->x_mins' and `info->num_glyphs' to