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

12 3 4 5 6 7 8

  /external/freetype/src/psaux/
t1cmap.h 47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 666 FT_UInt num_glyphs,
685 fdselect->data_size = num_glyphs;
781 FT_UInt num_glyphs,
793 for ( i = 0; i < num_glyphs; i++ )
805 for ( j = num_glyphs - 1; j >= 0 ; j-- )
809 charset->num_glyphs = num_glyphs;
856 FT_UInt num_glyphs,
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
891 if ( num_glyphs > 0
    [all...]
  /external/freetype/src/cff/
cffload.c 666 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 = 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 > 0
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 666 FT_UInt num_glyphs,
685 fdselect->data_size = num_glyphs;
781 FT_UInt num_glyphs,
793 for ( i = 0; i < num_glyphs; i++ )
805 for ( j = num_glyphs - 1; j >= 0 ; j-- )
809 charset->num_glyphs = num_glyphs;
856 FT_UInt num_glyphs,
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
891 if ( num_glyphs > 0
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
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-ot-layout-gsub-table.hh 90 unsigned int num_glyphs,
95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false);
167 unsigned int num_glyphs)
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
172 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false);
198 unsigned int num_glyphs)
204 if (num_glyphs) {
208 for (unsigned int i = 1; i < num_glyphs; i++)
216 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs, delta));
217 case 2: return TRACE_RETURN (u.format2.serialize (c, glyphs, substitutes, num_glyphs));
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h 42 void SetNumGlyphs(int32_t num_glyphs);
73 int32_t num_glyphs);
horizontal_metrics_table.h 43 void SetNumGlyphs(int32_t num_glyphs);
77 int32_t num_glyphs);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-hangul.c 144 const int availableGlyphs = item->num_glyphs;
176 item->glyphs, &item->num_glyphs,
250 syllable.num_glyphs = item->num_glyphs - first_glyph;
252 item->num_glyphs += syllable.num_glyphs;
259 first_glyph += syllable.num_glyphs;
261 item->num_glyphs = first_glyph;
  /external/harfbuzz_ng/src/
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-ot-layout-gsub-table.hh 90 unsigned int num_glyphs,
95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false);
167 unsigned int num_glyphs)
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
172 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false);
198 unsigned int num_glyphs)
204 if (num_glyphs) {
208 for (unsigned int i = 1; i < num_glyphs; i++)
216 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs, delta));
217 case 2: return TRACE_RETURN (u.format2.serialize (c, glyphs, substitutes, num_glyphs));
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h 42 void SetNumGlyphs(int32_t num_glyphs);
73 int32_t num_glyphs);
horizontal_metrics_table.h 43 void SetNumGlyphs(int32_t num_glyphs);
77 int32_t num_glyphs);
  /external/chromium_org/third_party/ots/src/
hdmx.cc 50 const int32_t actual_size_device_record = file->maxp->num_glyphs + 2;
79 rec.widths.reserve(file->maxp->num_glyphs);
80 for (unsigned j = 0; j < file->maxp->num_glyphs; ++j) {
maxp.cc 27 if (!table.ReadU16(&maxp->num_glyphs)) {
31 if (!maxp->num_glyphs) {
81 !out->WriteU16(maxp->num_glyphs)) {
gpos.cc 241 file->maxp->num_glyphs)) {
251 const uint16_t num_glyphs) {
264 if (glyph_id >= num_glyphs) {
280 const uint16_t num_glyphs) {
308 num_glyphs)) {
319 const uint16_t num_glyphs) {
360 num_glyphs, kMaxClassDefValue)) {
365 num_glyphs, kMaxClassDefValue)) {
391 file->maxp->num_glyphs)) {
396 file->maxp->num_glyphs)) {
    [all...]
metrics.cc 72 if (header->num_metrics > file->maxp->num_glyphs) {
102 const uint16_t num_glyphs,
109 if (num_metrics > num_glyphs) {
115 const unsigned num_sbs = num_glyphs - num_metrics;
metrics.h 41 const uint16_t num_glyphs,
vmtx.cc 25 if (!ParseMetricsTable(&table, file->maxp->num_glyphs,
  /external/chromium_org/third_party/sfntly/cpp/src/test/
verify_loca.cc 47 EXPECT_EQ(loca->num_glyphs(), LOCA_NUM_LOCAS - 1);
  /external/harfbuzz_ng/util/
view-cairo.cc 102 for (unsigned i = 0; i < l.num_glyphs; i++) {
113 cairo_glyph_path (cr, l.glyphs, l.num_glyphs);
118 l.glyphs, l.num_glyphs,
122 cairo_show_glyphs (cr, l.glyphs, l.num_glyphs);
helper-cairo.cc 431 l->num_glyphs = hb_buffer_get_length (buffer);
434 l->glyphs = cairo_glyph_allocate (l->num_glyphs + 1);
439 l->num_clusters = l->num_glyphs ? 1 : 0;
440 for (unsigned int i = 1; i < l->num_glyphs; i++)
446 if ((l->num_glyphs && !l->glyphs) ||
456 for (i = 0; i < (int) l->num_glyphs; i++)
476 l->clusters[cluster].num_glyphs++;
478 for (i = l->num_glyphs - 2; i >= 0; i--) {
489 l->clusters[cluster].num_glyphs++;
493 for (i = 1; i < (int) l->num_glyphs; i++)
    [all...]
  /external/sfntly/cpp/src/test/
verify_loca.cc 47 EXPECT_EQ(loca->num_glyphs(), LOCA_NUM_LOCAS - 1);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.h 135 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
  /external/freetype/src/sfnt/
ttcmap.h 135 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs

Completed in 901 milliseconds

12 3 4 5 6 7 8