Searched refs:glyph_size (Results 1 – 10 of 10) sorted by relevance
528 FT_ULong* glyph_size ) in store_points() argument651 *glyph_size = y_offset; in store_points()924 FT_ULong glyph_size = 0; in reconstruct_glyf() local982 pointer = glyph_buf + glyph_size; in reconstruct_glyf()984 glyph_size += 2; in reconstruct_glyf()993 FT_STREAM_READ( glyph_buf + glyph_size, 8 ) ) in reconstruct_glyf()997 glyph_size += 8; in reconstruct_glyf()1000 FT_STREAM_READ( glyph_buf + glyph_size, composite_size ) ) in reconstruct_glyf()1004 glyph_size += composite_size; in reconstruct_glyf()1008 pointer = glyph_buf + glyph_size; in reconstruct_glyf()[all …]
1111 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap() argument1125 if ( !glyph_size || in tt_sbit_decoder_load_bitmap()1126 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()1133 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap()1137 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local85 size += abs(glyph_size); in SubDataSizeToSerialize()86 fixed = (glyph_size <= 0) ? false : fixed; in SubDataSizeToSerialize()
75 FT_Long glyph_size; member
138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local139 size += abs(glyph_size); in SubDataSizeToSerialize()140 variable |= glyph_size <= 0; in SubDataSizeToSerialize()
300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in FT_DEFINE_GLYPH()
388 const int glyph_size = side_length * side_length; in make_glyphs() local397 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) { in make_glyphs()
2362 `glyph_size'.
6778 `glyph_size'.
22554 FT_ULong* glyph_size )22747 &glyph_size ) )22749 *glyf_checksum += compute_ULong_sum( glyph_buf, glyph_size );