Home | History | Annotate | Download | only in sfnt

Lines Matching refs:strike

310         FT_Byte*  strike;
315 strike = face->sbit_table + 8 + strike_index * 48;
317 metrics->x_ppem = (FT_UShort)strike[44];
318 metrics->y_ppem = (FT_UShort)strike[45];
320 metrics->ascender = (FT_Char)strike[16] * 64; /* hori.ascender */
321 metrics->descender = (FT_Char)strike[17] * 64; /* hori.descender */
330 max_before_bl = (FT_Char)strike[24];
331 min_after_bl = (FT_Char)strike[25];
347 " values for strike %d (%dppem, %dppem)\n",
376 " for strike (%d, %d)\n",
383 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */
384 strike[18] + /* max_width */
385 (FT_Char)strike[23] /* min_advance_SB */
508 /* now find the strike corresponding to the index */
1264 /* First, we find the correct strike range that applies to this */