Home | History | Annotate | Download | only in sfnt

Lines Matching defs:image_size

1134         FT_ULong  image_size;
1140 image_size = FT_NEXT_ULONG( p );
1145 image_start = image_size
1146 image_end = image_start + image_size;
1200 FT_ULong image_size, mm, num_glyphs;
1206 image_size = FT_NEXT_ULONG( p );
1229 image_start = image_size * mm;
1230 image_end = image_start + image_size;