HomeSort by relevance Sort by last modified time
    Searched defs:num_glyphs (Results 26 - 50 of 52) sorted by null

12 3

  /external/harfbuzz_ng/src/
hb-old.cc 329 unsigned int num_glyphs = scratch_size / (sizeof (HB_Glyph) + local
335 item.num_glyphs = num_glyphs;
336 ALLOCATE_ARRAY (HB_Glyph, item.glyphs, num_glyphs);
337 ALLOCATE_ARRAY (HB_GlyphAttributes, item.attributes, num_glyphs);
338 ALLOCATE_ARRAY (HB_Fixed, item.advances, num_glyphs);
339 ALLOCATE_ARRAY (HB_FixedPoint, item.offsets, num_glyphs);
342 memset (item.offsets, 0, num_glyphs * sizeof (item.offsets[0]));
344 ALLOCATE_ARRAY (uint32_t, vis_clusters, num_glyphs);
350 if (unlikely (item.num_glyphs > num_glyphs)
    [all...]
hb-ot-shape-complex-arabic-fallback.hh 62 unsigned int num_glyphs = 0; local
77 glyphs[num_glyphs].set (u_glyph);
78 substitutes[num_glyphs].set (s_glyph);
80 num_glyphs++;
85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
87 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
88 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
98 num_glyphs);
hb-font-private.hh 103 mutable unsigned int num_glyphs; member in struct:hb_face_t
136 if (unlikely (num_glyphs == (unsigned int) -1))
138 return num_glyphs;
  /external/harfbuzz_ng/util/
options.cc 608 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
612 for (unsigned int i = 0; i < num_glyphs; i++)
630 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
633 while (start < num_glyphs) {
636 start += hb_buffer_serialize_glyphs (buffer, start, num_glyphs,
options.hh 192 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
194 for (unsigned int i = 0; i < num_glyphs; i++)
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + local
84 return num_glyphs;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data, local
341 num_glyphs * EblcTable::Offset::kIndexSubTable4_codeOffsetPair_offset;
index_sub_table_format5.cc 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + local
84 return num_glyphs;
291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0); local
292 for (int32_t i = 0; i < num_glyphs; ++i) {
306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, local
311 num_glyphs * DataSize::kUSHORT;
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 285 range->num_glyphs = count;
348 FT_ULong num_glyphs, n; local
360 num_glyphs = range->last_glyph - range->first_glyph + 1L;
361 range->num_glyphs = num_glyphs;
362 num_glyphs++; /* XXX: BEWARE - see spec */
366 if ( FT_NEW_ARRAY( range->glyph_offsets, num_glyphs ) ||
367 FT_FRAME_ENTER( num_glyphs * size_elem ) )
370 for ( n = 0; n < num_glyphs; n++ )
755 for ( n = 0; n < range->num_glyphs; n++
    [all...]
ttsbit0.c 885 FT_ULong mm, num_glyphs; local
891 num_glyphs = FT_NEXT_ULONG( p );
894 if ( p + ( num_glyphs + 1 ) * 4 < p )
897 if ( p + ( num_glyphs + 1 ) * 4 > p_limit )
900 for ( mm = 0; mm < num_glyphs; mm++ )
915 if ( mm >= num_glyphs )
922 FT_ULong image_size, mm, num_glyphs; local
933 num_glyphs = FT_NEXT_ULONG( p );
936 if ( p + 2 * num_glyphs < p )
939 if ( p + 2 * num_glyphs > p_limit
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 103 mutable unsigned int num_glyphs; member in struct:hb_face_t
136 if (unlikely (num_glyphs == (unsigned int) -1))
138 return num_glyphs;
  /external/chromium_org/third_party/ots/src/
gsub.cc 85 const uint16_t num_glyphs = file->maxp->num_glyphs; local
92 if (std::abs(delta_glyph_id) >= num_glyphs) {
101 if (glyph_count > num_glyphs) {
109 if (substitute >= num_glyphs) {
122 length - offset_coverage, num_glyphs)) {
130 const uint16_t num_glyphs) {
137 if (glyph_count > num_glyphs) {
145 if (substitute >= num_glyphs) {
173 const uint16_t num_glyphs = file->maxp->num_glyphs local
248 const uint16_t num_glyphs = file->maxp->num_glyphs; local
364 const uint16_t num_glyphs = file->maxp->num_glyphs; local
436 const uint16_t num_glyphs = file->maxp->num_glyphs; local
    [all...]
cmap.cc 62 const uint8_t *data, size_t length, uint16_t num_glyphs) {
221 if (glyph >= num_glyphs) {
238 if (glyph >= num_glyphs) {
264 const uint8_t *data, size_t length, uint16_t num_glyphs) {
326 groups[i].start_glyph_id > num_glyphs) {
345 const uint8_t *data, size_t length, uint16_t num_glyphs) {
392 if (groups[i].start_glyph_id >= num_glyphs) {
411 const uint8_t *data, size_t length, uint16_t num_glyphs) {
717 const uint16_t num_glyphs = file->maxp->num_glyphs; local
    [all...]
woff2.cc 516 uint16_t num_glyphs; local
518 if (!file.ReadU16(&num_glyphs) ||
548 loca_values.reserve(num_glyphs + 1);
552 for (unsigned int i = 0; i < num_glyphs; ++i) {
668 assert(loca_values.size() == static_cast<size_t>(num_glyphs + 1));
669 if (!ProcessBboxStream(&bbox_stream, num_glyphs, loca_values,
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 122 FT_Int num_glyphs; member in struct:T1_FontRec_
psaux.h 670 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
    [all...]
tttypes.h 600 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
769 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
794 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
psaux.h 674 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1043 FT_ULong mm, num_glyphs; local
1049 num_glyphs = FT_NEXT_ULONG( p );
1051 /* overflow check for p + ( num_glyphs + 1 ) * 4 */
1052 if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) )
1055 for ( mm = 0; mm < num_glyphs; mm++ )
1070 if ( mm >= num_glyphs )
1078 FT_ULong image_size, mm, num_glyphs; local
1089 num_glyphs = FT_NEXT_ULONG( p );
1091 /* overflow check for p + 2 * num_glyphs */
1092 if ( num_glyphs > (FT_ULong)( ( p_limit - p ) >> 1 )
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cfftypes.h 100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
223 FT_UInt num_glyphs; member in struct:CFF_FontRec_
  /external/freetype/src/cff/
cfftypes.h 100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
224 FT_UInt num_glyphs; member in struct:CFF_FontRec_
  /external/harfbuzz/src/
harfbuzz-shaper.h 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ member in struct:HB_ShaperItem_
280 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */
281 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
282 HB_Fixed *advances; /* output: <num_glyphs> advances */
283 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 246 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ member in struct:HB_ShaperItem_
249 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */
250 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
251 HB_Fixed *advances; /* output: <num_glyphs> advances */
252 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 920 FT_Long num_glyphs; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/include/freetype/
freetype.h 927 FT_Long num_glyphs; member in struct:FT_FaceRec_
    [all...]

Completed in 1265 milliseconds

12 3