HomeSort by relevance Sort by last modified time
    Searched refs:codepoint_to_glyph (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-subset-plan.hh 51 hb_map_t *codepoint_to_glyph; member in struct:hb_subset_plan_t
61 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint);
hb-subset-plan.cc 101 hb_map_t *codepoint_to_glyph,
124 codepoint_to_glyph->set (cp, gid);
190 plan->codepoint_to_glyph = hb_map_create();
196 plan->codepoint_to_glyph,
218 hb_map_destroy (plan->codepoint_to_glyph);

Completed in 4975 milliseconds