HomeSort by relevance Sort by last modified time
    Searched refs:num_glyphs (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 302 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 );
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 113 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/
psmodule.c 302 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 );
  /external/freetype/src/truetype/
ttpload.c 113 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/
fxft_psmodule.c 361 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 );
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 641 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)
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
main.cpp 235 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/
hb-ot-layout-common-private.hh 642 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)
    [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-hebrew.c 64 const int availableGlyphs = shaper_item->num_glyphs;
176 shaper_item->glyphs, &shaper_item->num_glyphs,
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/include/freetype/internal/services/
svpscmap.h 92 FT_UInt num_glyphs,
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 181 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 ));
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/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 46 void SetNumGlyphs(int32_t num_glyphs);
  /external/freetype/include/internal/services/
svpscmap.h 92 FT_UInt num_glyphs,
  /external/freetype/src/sfnt/
sfdriver.c 181 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/
svpscmap.h 92 FT_UInt num_glyphs,
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svpscmap.h 92 FT_UInt num_glyphs,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfdriver.c 181 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/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 46 void SetNumGlyphs(int32_t num_glyphs);
  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 74 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 493 milliseconds

1 2 34 5 6 7 8