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

1 23 4 5 6 7 8

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/ots/src/
glyf.cc 184 const unsigned num_glyphs = file->maxp->num_glyphs; local
187 if (offsets.size() != num_glyphs + 1) {
191 std::vector<uint32_t> resulting_offsets(num_glyphs + 1);
194 for (unsigned i = 0; i < num_glyphs; ++i) {
271 resulting_offsets[num_glyphs] = current_offset;
cmap.cc 62 const uint8_t *data, size_t length, uint16_t num_glyphs) {
221 if (glyph >= num_glyphs) {
238 if (glyph >= num_glyphs) {
264 const uint8_t *data, size_t length, uint16_t num_glyphs) {
326 groups[i].start_glyph_id > num_glyphs) {
345 const uint8_t *data, size_t length, uint16_t num_glyphs) {
392 if (groups[i].start_glyph_id >= num_glyphs) {
411 const uint8_t *data, size_t length, uint16_t num_glyphs) {
717 const uint16_t num_glyphs = file->maxp->num_glyphs; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-khmer.c 370 const int availableGlyphs = item->num_glyphs;
542 item->glyphs, &item->num_glyphs,
622 syllable.num_glyphs = item->num_glyphs - first_glyph;
624 KHDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
625 item->num_glyphs += syllable.num_glyphs;
630 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
638 first_glyph += syllable.num_glyphs;
640 item->num_glyphs = first_glyph
    [all...]
harfbuzz-myanmar.c 262 const int availableGlyphs = item->num_glyphs;
410 item->glyphs, &item->num_glyphs,
493 syllable.num_glyphs = item->num_glyphs - first_glyph;
495 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
496 item->num_glyphs += syllable.num_glyphs;
502 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
510 first_glyph += syllable.num_glyphs;
512 item->num_glyphs = first_glyph
    [all...]
harfbuzz-gdef.h 127 HB_UShort num_glyphs,
  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 130 int num_glyphs,
160 int lastIndex = num_glyphs;
261 int num_glyphs,
267 int num_glyphs,
274 int num_glyphs,
281 int num_glyphs,
312 int num_glyphs,
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 130 int num_glyphs,
160 int lastIndex = num_glyphs;
261 int num_glyphs,
267 int num_glyphs,
274 int num_glyphs,
281 int num_glyphs,
312 int num_glyphs,
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 42 cmap->num_glyphs = face->type1.num_glyphs;
55 cmap->num_glyphs = 0;
80 for ( n = 0; n < cmap->num_glyphs; n++ )
284 face->type1.num_glyphs,
  /external/freetype/src/psaux/
t1cmap.c 42 cmap->num_glyphs = face->type1.num_glyphs;
55 cmap->num_glyphs = 0;
80 for ( n = 0; n < cmap->num_glyphs; n++ )
284 face->type1.num_glyphs,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1cmap.c 42 cmap->num_glyphs = face->type1.num_glyphs;
55 cmap->num_glyphs = 0;
80 for ( n = 0; n < cmap->num_glyphs; n++ )
284 face->type1.num_glyphs,
  /external/chromium_org/third_party/brotli/src/woff2/
transform.cc 79 explicit GlyfEncoder(int num_glyphs)
80 : sbbox_(false), cbbox_(true), n_glyphs_(num_glyphs) {
81 bbox_bitmap_.resize(((num_glyphs + 31) >> 5) << 2);
233 int num_glyphs = NumGlyphs(*font); local
234 GlyfEncoder encoder(num_glyphs);
235 for (int i = 0; i < num_glyphs; ++i) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 211 unsigned int num_glyphs; member in struct:hb_graphite2_cluster_t
311 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs;
321 c->num_glyphs = 0;
324 clusters[ci].num_glyphs++;
334 for (unsigned int j = 0; j < clusters[i].num_glyphs; ++j)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
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/harfbuzz_ng/src/
hb-graphite2.cc 211 unsigned int num_glyphs; member in struct:hb_graphite2_cluster_t
313 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs;
324 c->num_glyphs = 0;
327 clusters[ci].num_glyphs++;
337 for (unsigned int j = 0; j < clusters[i].num_glyphs; ++j)
hb-ot-font.cc 41 unsigned int num_glyphs; member in struct:hb_ot_font_t
60 ot_font->num_glyphs = font->face->get_num_glyphs ();
70 2 * (ot_font->num_hmetrics + ot_font->num_glyphs) < hb_blob_get_length (ot_font->hmtx_blob)))
148 if (unlikely (glyph >= ot_font->num_glyphs))
  /external/sfntly/cpp/src/sfntly/table/bitmap/
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/chromium_org/third_party/freetype/src/base/
ftadvanc.c 83 if ( gindex >= (FT_UInt)face->num_glyphs )
121 num = (FT_UInt)face->num_glyphs;
  /external/freetype/src/base/
ftadvanc.c 83 if ( gindex >= (FT_UInt)face->num_glyphs )
121 num = (FT_UInt)face->num_glyphs;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftadvanc.c 83 if ( gindex >= (FT_UInt)face->num_glyphs )
121 num = (FT_UInt)face->num_glyphs;
  /external/chromium_org/third_party/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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 66 int32_t num_glyphs)
69 num_glyphs_(num_glyphs) {
138 void LocaTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
139 num_glyphs_ = num_glyphs;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.h 42 FT_Int num_glyphs; member in struct:T1_Loader_
  /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/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 66 int32_t num_glyphs)
69 num_glyphs_(num_glyphs) {
138 void LocaTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
139 num_glyphs_ = num_glyphs;

Completed in 1011 milliseconds

1 23 4 5 6 7 8