Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c528 FT_ULong* glyph_size ) in store_points() argument
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 …]
Dttsbit.c1111 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap() argument
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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftrender.h75 FT_Long glyph_size; member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/base/
Dftglyph.c300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in FT_DEFINE_GLYPH()
/third_party/ffmpeg/libavcodec/
Dsanm.c388 const int glyph_size = side_length * side_length; in make_glyphs() local
397 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) { in make_glyphs()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.262362 `glyph_size'.
DChangeLog.216778 `glyph_size'.
/third_party/chromium/patch/
D0001-cve.patch22554 FT_ULong* glyph_size )
22747 &glyph_size ) )
22749 *glyf_checksum += compute_ULong_sum( glyph_buf, glyph_size );