Home | History | Annotate | Download | only in sfnt

Lines Matching refs:image_size

1233         FT_ULong  image_size;
1239 image_size = FT_NEXT_ULONG( p );
1244 image_start = image_size * ( glyph_index - start );
1245 image_end = image_start + image_size;
1299 FT_ULong image_size, mm, num_glyphs;
1305 image_size = FT_NEXT_ULONG( p );
1328 image_start = image_size * mm;
1329 image_end = image_start + image_size;