Home | History | Annotate | Download | only in sfnt

Lines Matching defs:image_size

1011         FT_ULong  image_size;
1017 image_size = FT_NEXT_ULONG( p );
1022 image_start = image_size * ( glyph_index - start );
1023 image_end = image_start + image_size;
1078 FT_ULong image_size, mm, num_glyphs;
1084 image_size = FT_NEXT_ULONG( p );
1107 image_start = image_size * mm;
1108 image_end = image_start + image_size;