HomeSort by relevance Sort by last modified time
    Searched defs:num_glyphs (Results 1 - 25 of 37) sorted by null

1 2

  /external/harfbuzz_ng/util/
helper-cairo.hh 55 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;
options.cc 796 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
800 for (unsigned int i = 0; i < num_glyphs; i++)
818 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
821 while (start < num_glyphs) {
824 start += hb_buffer_serialize_glyphs (buffer, start, num_glyphs,
options.hh 234 unsigned int num_glyphs = hb_buffer_get_length (buffer); local
236 for (unsigned int i = 0; i < num_glyphs; i++)
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 88 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/freetype/src/psaux/
t1cmap.h 47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
  /external/pdfium/third_party/freetype/src/psaux/
t1cmap.h 47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
  /external/pdfium/third_party/freetype/src/type1/
t1load.h 42 FT_Int num_glyphs; member in struct:T1_Loader_
  /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
ttpost.c 163 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...]
ttsbit.c 1341 FT_ULong mm, num_glyphs; local
1377 FT_ULong image_size, mm, num_glyphs; local
    [all...]
  /external/harfbuzz_ng/src/
hb-face-private.hh 55 mutable unsigned int num_glyphs; /* Number of glyphs. */ member in struct:hb_face_t
92 if (unlikely (num_glyphs == (unsigned int) -1))
94 return num_glyphs;
hb-graphite2.cc 219 unsigned int num_glyphs; member in struct:hb_graphite2_cluster_t
331 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs;
343 c->num_glyphs = 0;
354 clusters[ci].num_glyphs++;
366 for (unsigned int j = 0; j < clusters[i].num_glyphs; ++j)
hb-ot-shape-complex-arabic-fallback.hh 54 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);
hb-ot-font.cc 149 unsigned int num_glyphs; member in struct:hb_ot_face_glyf_accelerator_t
162 /* Unknown format. Leave num_glyphs=0, that takes care of disabling us. */
174 this->num_glyphs = MAX (1u, hb_blob_get_length (this->loca_blob) / (this->short_offset ? 2 : 4)) - 1;
187 if (unlikely (glyph >= this->num_glyphs))
  /external/pdfium/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
ttpost.c 163 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...]
ttsbit.c 1170 FT_ULong mm, num_glyphs; local
1206 FT_ULong image_size, mm, num_glyphs; local
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) {
217 loca_table_->num_glyphs());
243 int32_t num_glyphs = composite_glyph->NumGlyphs(); local
244 for (int32_t i = 0; i < num_glyphs; ++i) {
  /external/skia/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 162 int num_glyphs = SkToInt(cache->getGlyphCount()); local
172 int lastIndex = num_glyphs;
  /external/freetype/src/cff/
cffgload.h 193 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 193 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
  /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/freetype/include/freetype/internal/
t1types.h 113 FT_Int num_glyphs; member in struct:T1_FontRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_

Completed in 2512 milliseconds

1 2