Home
last modified time | relevance | path

Searched refs:glyph_size (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c528 FT_ULong* glyph_size ) in store_points()
651 *glyph_size = y_offset; in store_points()
924 FT_ULong glyph_size = 0; in reconstruct_glyf() local
982 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...]
H A Dttsbit.c1111 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap()
1125 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()
1108 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) tt_sbit_decoder_load_bitmap() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A 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()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftrender.h75 FT_Long glyph_size; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
H A 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()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in ft_new_glyph()
/third_party/ffmpeg/libavcodec/
H A Dsanm.c389 const int glyph_size = side_length * side_length; in make_glyphs() local
398 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) { in make_glyphs()

Completed in 9 milliseconds