Searched refs:new_gid (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.hh | 152 hb_codepoint_t *new_gid) const in new_gid_for_codepoint() 158 return new_gid_for_old_gid (old_gid, new_gid); in new_gid_for_codepoint() 162 hb_codepoint_t *new_gid) const in new_gid_for_old_gid() 168 *new_gid = gid; in new_gid_for_old_gid() 172 inline bool old_gid_for_new_gid (hb_codepoint_t new_gid, in old_gid_for_new_gid() 175 hb_codepoint_t gid = reverse_glyph_map->get (new_gid); in old_gid_for_new_gid()
|
H A D | hb-ot-post-table-v2subset.hh | 83 for (hb_codepoint_t new_gid = 0; new_gid < num_glyphs; new_gid++) in subset() 85 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset()
|
H A D | hb-ot-color-cbdt-table.hh | 401 hb_codepoint_t new_gid = (*lookup)[i].first; in add_new_subtable() local 411 unsigned int num_missing = record->add_glyph_for_subset (new_gid); in add_new_subtable() 420 c->plan->old_gid_for_new_gid (new_gid, &old_gid); in add_new_subtable() 534 for (hb_codepoint_t new_gid = 0; new_gid < c->plan->num_output_glyphs (); new_gid++) in build_lookup() 537 if (unlikely (!c->plan->old_gid_for_new_gid (new_gid, &old_gid))) continue; in build_lookup() 547 lookup->push (hb_pair_t<hb_codepoint_t, const IndexSubtableRecord*> (new_gid, record)); in build_lookup() 551 bitmap_size_context->start_glyph = new_gid; in build_lookup() 555 bitmap_size_context->end_glyph = new_gid; in build_lookup() [all...] |
H A D | hb-ot-color-sbix-table.hh | 155 for (unsigned new_gid = 0; new_gid < num_output_glyphs; new_gid++) in subset() 158 if (!c->plan->old_gid_for_new_gid (new_gid, &old_gid) || in subset() 165 out->imageOffsetsZ[new_gid] = head; in subset() 173 out->imageOffsetsZ[new_gid] = head; in subset()
|
H A D | hb-ot-glyf-table.hh | 207 | hb_map ([&] (hb_codepoint_t new_gid) in _populate_subset_glyphs() 210 subset_glyph.new_gid = new_gid; in _populate_subset_glyphs() 213 if (!plan->old_gid_for_new_gid (new_gid, &subset_glyph.old_gid)) in _populate_subset_glyphs() 216 if (new_gid == 0 && in _populate_subset_glyphs() 289 void set_glyph_index (hb_codepoint_t new_gid) { glyphIndex = new_gid; } in set_glyph_index() 1265 hb_codepoint_t new_gid; member 1294 hb_codepoint_t new_gid; in serialize() local 1295 if (plan->new_gid_for_old_gid (_.get_glyph_index (), &new_gid)) in serialize() [all...] |
H A D | hb-ot-hmtx-table.hh | 276 hb_codepoint_t new_gid) const in _advance_for_new_gid() 279 if (!plan->old_gid_for_new_gid (new_gid, &old_gid)) in _advance_for_new_gid()
|
H A D | hb-ot-color-colr-table.hh | 1040 unsigned new_gid = glyph_map.get (gid); in subset() local 1041 new_gid_offset_map.set (new_gid, record.clipBox); in subset() 1042 new_gids.add (new_gid); in subset() 1438 | hb_map_retains_sorting ([&](hb_codepoint_t new_gid) in subset() 1440 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset() 1447 new_record.glyphId = new_gid; in subset() 1473 hb_codepoint_t new_gid = 0; in subset() 1474 if (unlikely (!c->plan->new_gid_for_old_gid (out_layers[i].glyphId, &new_gid))) in subset() 1476 out_layers[i].glyphId = new_gid; in subset()
|
H A D | hb-ot-cmap-table.hh | 770 hb_codepoint_t new_gid) in _is_gid_consecutive() 773 new_gid == glyphID + (cp - startCharCode); in _is_gid_consecutive() 1560 hb_codepoint_t new_gid = HB_MAP_VALUE_INVALID; in subset() 1561 c->plan->new_gid_for_codepoint (_, &new_gid); in subset() 1562 return hb_pair_t<hb_codepoint_t, hb_codepoint_t> (_, new_gid); in subset()
|
H A D | hb-ot-math-table.hh | 851 unsigned new_gid = glyph_map.get (_); in collect_coverage_and_indices() local 852 new_coverage.push (new_gid); in collect_coverage_and_indices()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 92 gid_t new_gid = getgid(); in drop_privs() local 94 if (setresgid(-1, new_gid, getegid()) < 0) { in drop_privs() 98 if (getegid() != new_gid){ in drop_privs()
|
Completed in 13 milliseconds