Searched refs:num_glyphs (Results 76 - 100 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c302 FT_UInt num_glyphs,
317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
327 for ( n = 0; n < num_glyphs; n++ )
378 if ( count < num_glyphs / 2 )
380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
300 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 )
116 face->num_locations - 1, face->root.num_glyphs ));
119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs )
122 ( (FT_Long)( face->root.num_glyphs ) + 1 ) << shift;
149 face->num_locations = face->root.num_glyphs + 1;
/external/freetype/src/psnames/
H A Dpsmodule.c302 FT_UInt num_glyphs,
317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
327 for ( n = 0; n < num_glyphs; n++ )
378 if ( count < num_glyphs / 2 )
380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
300 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
/external/freetype/src/truetype/
H A Dttpload.c113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 )
116 face->num_locations - 1, face->root.num_glyphs ));
119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs )
122 ( (FT_Long)( face->root.num_glyphs ) + 1 ) << shift;
149 face->num_locations = face->root.num_glyphs + 1;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c361 FT_UInt num_glyphs,
376 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
386 for ( n = 0; n < num_glyphs; n++ )
437 if ( count < num_glyphs / 2 )
439 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
359 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh641 unsigned int num_glyphs)
645 glyphArray.len.set (num_glyphs);
647 for (unsigned int i = 0; i < num_glyphs; i++)
649 glyphs.advance (num_glyphs);
709 unsigned int num_glyphs)
714 if (unlikely (!num_glyphs)) return TRACE_RETURN (true);
717 for (unsigned int i = 1; i < num_glyphs; i++)
726 for (unsigned int i = 1; i < num_glyphs; i++)
735 glyphs.advance (num_glyphs);
818 unsigned int num_glyphs)
639 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
707 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
816 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
[all...]
H A Dhb-face.cc58 0, /* num_glyphs */
100 face->num_glyphs = (unsigned int) -1;
453 face->num_glyphs = glyph_count;
477 num_glyphs = maxp_table->get_num_glyphs ();
/external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
H A Dmain.cpp235 shaper_item.num_glyphs = shaper_item.item.length;
239 QVarLengthArray<HB_Glyph> hb_glyphs(shaper_item.num_glyphs);
240 QVarLengthArray<HB_GlyphAttributes> hb_attributes(shaper_item.num_glyphs);
241 QVarLengthArray<HB_Fixed> hb_advances(shaper_item.num_glyphs);
242 QVarLengthArray<HB_FixedPoint> hb_offsets(shaper_item.num_glyphs);
243 QVarLengthArray<unsigned short> hb_logClusters(shaper_item.num_glyphs);
246 hb_glyphs.resize(shaper_item.num_glyphs);
247 hb_attributes.resize(shaper_item.num_glyphs);
248 hb_advances.resize(shaper_item.num_glyphs);
249 hb_offsets.resize(shaper_item.num_glyphs);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh642 unsigned int num_glyphs)
646 glyphArray.len.set (num_glyphs);
648 for (unsigned int i = 0; i < num_glyphs; i++)
650 glyphs.advance (num_glyphs);
710 unsigned int num_glyphs)
715 if (unlikely (!num_glyphs)) return TRACE_RETURN (true);
718 for (unsigned int i = 1; i < num_glyphs; i++)
727 for (unsigned int i = 1; i < num_glyphs; i++)
736 glyphs.advance (num_glyphs);
819 unsigned int num_glyphs)
640 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
708 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
817 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &glyphs, unsigned int num_glyphs) argument
[all...]
H A Dhb-face.cc58 0, /* num_glyphs */
100 face->num_glyphs = (unsigned int) -1;
453 face->num_glyphs = glyph_count;
477 num_glyphs = maxp_table->get_num_glyphs ();
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
224 FT_UInt num_glyphs; member in struct:CFF_FontRec_
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-hebrew.c64 const int availableGlyphs = shaper_item->num_glyphs;
176 shaper_item->glyphs, &shaper_item->num_glyphs,
/external/freetype/src/cff/
H A Dcfftypes.h100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
224 FT_UInt num_glyphs; member in struct:CFF_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
224 FT_UInt num_glyphs; member in struct:CFF_FontRec_
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpscmap.h92 FT_UInt num_glyphs,
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfdriver.c181 if ( root->num_glyphs < 0 )
183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX )
184 max_gid = (FT_UInt)root->num_glyphs;
187 FT_UINT_MAX, root->num_glyphs ));
H A Dttsbit0.c885 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_limi
[all...]
/external/freetype/include/internal/services/
H A Dsvpscmap.h92 FT_UInt num_glyphs,
/external/freetype/src/sfnt/
H A Dsfdriver.c181 if ( root->num_glyphs < 0 )
183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX )
184 max_gid = (FT_UInt)root->num_glyphs;
187 FT_UINT_MAX, root->num_glyphs ));
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvpscmap.h92 FT_UInt num_glyphs,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dt1types.h111 FT_Int num_glyphs; member in struct:T1_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvpscmap.h92 FT_UInt num_glyphs,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dt1types.h111 FT_Int num_glyphs; member in struct:T1_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfdriver.c181 if ( root->num_glyphs < 0 )
183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX )
184 max_gid = (FT_UInt)root->num_glyphs;
187 FT_UINT_MAX, root->num_glyphs ));
/external/chromium_org/third_party/brotli/src/woff2/
H A Dnormalize.cc74 int num_glyphs = NumGlyphs(*font); local
85 size_t max_normalized_glyf_size = 1.1 * glyf_table->length + 2 * num_glyphs;
94 for (int i = 0; i < num_glyphs; ++i) {

Completed in 3271 milliseconds

12345678