Searched refs:num_glyphs (Results 1 - 25 of 155) sorted by relevance

1234567

/external/freetype/src/sfnt/
H A Dttpost.c163 FT_Int num_glyphs; local
170 if ( FT_READ_USHORT( num_glyphs ) )
179 if ( num_glyphs > face->max_profile.numGlyphs )
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
191 FT_FRAME_ENTER( num_glyphs * 2L ) )
194 for ( n = 0; n < num_glyphs; n++ )
207 for ( n = 0; n < num_glyphs; n++ )
285 table->num_glyphs = (FT_UShort)num_glyphs;
318 FT_Int num_glyphs; local
[all...]
H A Dttcmap.h135 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
H A Dttpost.c163 FT_Int num_glyphs; local
170 if ( FT_READ_USHORT( num_glyphs ) )
179 if ( num_glyphs > face->max_profile.numGlyphs )
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
191 FT_FRAME_ENTER( num_glyphs * 2L ) )
194 for ( n = 0; n < num_glyphs; n++ )
207 for ( n = 0; n < num_glyphs; n++ )
285 table->num_glyphs = (FT_UShort)num_glyphs;
318 FT_Int num_glyphs; local
[all...]
H A Dttcmap.h135 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttpost.c163 FT_Int num_glyphs; local
170 if ( FT_READ_USHORT( num_glyphs ) )
179 if ( num_glyphs > face->max_profile.numGlyphs )
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
191 FT_FRAME_ENTER( num_glyphs * 2L ) )
194 for ( n = 0; n < num_glyphs; n++ )
207 for ( n = 0; n < num_glyphs; n++ )
285 table->num_glyphs = (FT_UShort)num_glyphs;
318 FT_Int num_glyphs; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-face-private.hh55 mutable unsigned int num_glyphs; member in struct:hb_face_t
88 if (unlikely (num_glyphs == (unsigned int) -1))
90 return num_glyphs;
H A Dhb-ot-shape-complex-arabic-fallback.hh54 unsigned int num_glyphs = 0; local
69 glyphs[num_glyphs].set (u_glyph);
70 substitutes[num_glyphs].set (s_glyph);
72 num_glyphs++;
75 if (!num_glyphs)
80 hb_stable_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
93 num_glyphs);
H A Dhb-ot-layout-gsub-table.hh90 unsigned int num_glyphs,
95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
168 unsigned int num_glyphs)
172 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false);
173 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
200 unsigned int num_glyphs)
206 if (num_glyphs) {
210 for (unsigned int i = 1; i < num_glyphs; i++)
218 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs, delta));
219 case 2: return_trace (u.format2.serialize (c, glyphs, substitutes, num_glyphs));
88 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs, int delta) argument
165 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
197 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
298 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
363 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &substitute_len_list, unsigned int num_glyphs, Supplier<GlyphID> &substitute_glyphs_list) argument
401 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &substitute_len_list, unsigned int num_glyphs, Supplier<GlyphID> &substitute_glyphs_list) argument
507 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &alternate_len_list, unsigned int num_glyphs, Supplier<GlyphID> &alternate_glyphs_list) argument
545 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &alternate_len_list, unsigned int num_glyphs, Supplier<GlyphID> &alternate_glyphs_list) argument
1166 serialize_single(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
1177 serialize_multiple(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &substitute_len_list, unsigned int num_glyphs, Supplier<GlyphID> &substitute_glyphs_list) argument
1193 serialize_alternate(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &alternate_len_list, unsigned int num_glyphs, Supplier<GlyphID> &alternate_glyphs_list) argument
[all...]
/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh55 unsigned int num_glyphs; member in struct:helper_cairo_line_t
72 *x_advance = glyphs[num_glyphs].x;
73 *y_advance = glyphs[num_glyphs].y;
H A Dview-cairo.cc107 for (unsigned i = 0; i < l.num_glyphs; i++) {
118 cairo_glyph_path (cr, l.glyphs, l.num_glyphs);
123 l.glyphs, l.num_glyphs,
127 cairo_show_glyphs (cr, l.glyphs, l.num_glyphs);
H A Dhelper-cairo.cc455 l->num_glyphs = hb_buffer_get_length (buffer);
458 l->glyphs = cairo_glyph_allocate (l->num_glyphs + 1);
463 l->num_clusters = l->num_glyphs ? 1 : 0;
464 for (unsigned int i = 1; i < l->num_glyphs; i++)
470 if ((l->num_glyphs && !l->glyphs) ||
480 for (i = 0; i < (int) l->num_glyphs; i++)
500 l->clusters[cluster].num_glyphs++;
502 for (i = l->num_glyphs - 2; i >= 0; i--) {
513 l->clusters[cluster].num_glyphs++;
517 for (i = 1; i < (int) l->num_glyphs;
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc75 int32_t num_glyphs)
76 : Table(header, data), num_glyphs_(num_glyphs) {
101 void HorizontalDeviceMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) { argument
102 if (num_glyphs < 0) {
108 num_glyphs_ = num_glyphs;
112 table->num_glyphs_ = num_glyphs;
72 HorizontalDeviceMetricsTable( Header* header, ReadableFontData* data, int32_t num_glyphs) argument
H A Dhorizontal_metrics_table.cc87 int32_t num_glyphs)
90 num_glyphs_(num_glyphs) {
130 void HorizontalMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) { argument
131 assert(num_glyphs >= 0);
132 num_glyphs_ = num_glyphs;
135 table->num_glyphs_ = num_glyphs;
84 HorizontalMetricsTable(Header* header, ReadableFontData* data, int32_t num_hmetrics, int32_t num_glyphs) argument
H A Dhorizontal_device_metrics_table.h42 void SetNumGlyphs(int32_t num_glyphs);
73 int32_t num_glyphs);
H A Dhorizontal_metrics_table.h43 void SetNumGlyphs(int32_t num_glyphs);
77 int32_t num_glyphs);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
H A Dotvmod.c85 FT_UInt num_glyphs = (FT_UInt)face->num_glyphs; local
96 if ( face->num_glyphs > 0xFFFFL )
99 face->num_glyphs ));
101 num_glyphs = 0xFFFF;
164 otv_GPOS_validate( gpos, num_glyphs, &valid );
174 otv_GSUB_validate( gsub, num_glyphs, &valid );
184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid );
194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid );
204 otv_MATH_validate( math, num_glyphs,
[all...]
/external/freetype/src/psaux/
H A Dt1cmap.h47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
H A Dt1cmap.h47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1cmap.h47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
/external/freetype/src/cff/
H A Dcffload.c672 FT_UInt num_glyphs,
691 fdselect->data_size = num_glyphs;
794 FT_UInt num_glyphs,
806 for ( i = 0; i < num_glyphs; i++ )
818 for ( j = (FT_Long)num_glyphs - 1; j >= 0; j-- )
822 charset->num_glyphs = num_glyphs;
869 FT_UInt num_glyphs,
895 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
904 if ( num_glyphs >
671 CFF_Load_FD_Select( CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset ) argument
793 cff_charset_compute_cids( CFF_Charset charset, FT_UInt num_glyphs, FT_Memory memory ) argument
868 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1067 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcffload.c666 FT_UInt num_glyphs,
685 fdselect->data_size = num_glyphs;
788 FT_UInt num_glyphs,
800 for ( i = 0; i < num_glyphs; i++ )
812 for ( j = (FT_Long)num_glyphs - 1; j >= 0 ; j-- )
816 charset->num_glyphs = num_glyphs;
863 FT_UInt num_glyphs,
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
898 if ( num_glyphs >
665 CFF_Load_FD_Select( CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset ) argument
787 cff_charset_compute_cids( CFF_Charset charset, FT_UInt num_glyphs, FT_Memory memory ) argument
862 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1061 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c666 FT_UInt num_glyphs,
685 fdselect->data_size = num_glyphs;
788 FT_UInt num_glyphs,
800 for ( i = 0; i < num_glyphs; i++ )
812 for ( j = (FT_Long)num_glyphs - 1; j >= 0 ; j-- )
816 charset->num_glyphs = num_glyphs;
863 FT_UInt num_glyphs,
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
898 if ( num_glyphs >
665 CFF_Load_FD_Select( CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset ) argument
787 cff_charset_compute_cids( CFF_Charset charset, FT_UInt num_glyphs, FT_Memory memory ) argument
862 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1061 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h88 void SetNumGlyphs(int32_t num_glyphs);
144 int32_t num_glyphs() { return num_glyphs_; } function in class:sfntly::LocaTable
171 int32_t num_glyphs);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
H A Dt42parse.h50 FT_Int num_glyphs; member in struct:T42_Loader_
/external/sfntly/cpp/src/test/
H A Dverify_loca.cc47 EXPECT_EQ(loca->num_glyphs(), LOCA_NUM_LOCAS - 1);

Completed in 488 milliseconds

1234567