Home
last modified time | relevance | path

Searched refs:glyph_size (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/sfnt/
Dsfwoff2.c539 FT_ULong* glyph_size ) in store_points() argument
662 *glyph_size = y_offset; in store_points()
935 FT_ULong glyph_size = 0; in reconstruct_glyf() local
993 pointer = glyph_buf + glyph_size; in reconstruct_glyf()
995 glyph_size += 2; in reconstruct_glyf()
1004 FT_STREAM_READ( glyph_buf + glyph_size, 8 ) ) in reconstruct_glyf()
1008 glyph_size += 8; in reconstruct_glyf()
1011 FT_STREAM_READ( glyph_buf + glyph_size, composite_size ) ) in reconstruct_glyf()
1015 glyph_size += composite_size; in reconstruct_glyf()
1019 pointer = glyph_buf + glyph_size; in reconstruct_glyf()
[all …]
Dttsbit.c1107 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap() argument
1121 if ( !glyph_size || in tt_sbit_decoder_load_bitmap()
1122 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()
1129 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap()
1133 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local
85 size += abs(glyph_size); in SubDataSizeToSerialize()
86 fixed = (glyph_size <= 0) ? false : fixed; in SubDataSizeToSerialize()
/external/freetype/include/freetype/
Dftrender.h75 FT_Long glyph_size; member
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local
139 size += abs(glyph_size); in SubDataSizeToSerialize()
140 variable |= glyph_size <= 0; in SubDataSizeToSerialize()
/external/freetype/src/base/
Dftglyph.c300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in FT_DEFINE_GLYPH()
/external/freetype/
DChangeLog.262362 `glyph_size'.
DChangeLog.216778 `glyph_size'.