/external/harfbuzz_ng/src/ |
hb-fallback-shape.cc | 99 font->get_glyph (' ', 0, &space); 113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint);
|
hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); 137 (b && !c->font->get_glyph (b, 0, &b_glyph))) 140 bool has_a = c->font->get_glyph (a, 0, &a_glyph); 185 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i])) 202 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 206 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 221 c->font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()); 372 font->get_glyph (composed, 0, &glyph))
|
hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); 56 hb_codepoint_t glyph_id = iter.get_glyph (); 123 if (c->glyphs->has (iter.get_glyph ())) 133 c->input->add (iter.get_glyph ()); 316 if (c->glyphs->has (iter.get_glyph ())) 441 if (c->glyphs->has (iter.get_glyph ())) { 455 c->input->add (iter.get_glyph ()); 761 if (c->glyphs->has (iter.get_glyph ())) 771 c->input->add (iter.get_glyph ()); 924 if (c->glyphs->has (iter.get_glyph ())) [all...] |
hb-ot-shape.cc | 247 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) 532 if (unlikely (!c->font->get_glyph (' ', 0, &space)) || !space) 610 if (font->get_glyph (u, 0, &glyph)) 615 if (m != u && font->get_glyph (m, 0, &glyph))
|
hb-ot-layout-common-private.hh | 674 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } function in struct:OT::CoverageFormat1::Iter 785 inline uint16_t get_glyph (void) { return j; } function in struct:OT::CoverageFormat2::Iter 847 if (glyphs->has (iter.get_glyph ())) 894 inline uint16_t get_glyph (void) { function in struct:OT::Coverage::Iter 896 case 1: return u.format1.get_glyph (); 897 case 2: return u.format2.get_glyph (); [all...] |
hb-font-private.hh | 213 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, function in struct:hb_font_t 451 get_glyph (unichar, 0, glyph))
|
hb-old.cc | 99 font->get_glyph (u, 0, &u); /* TODO Variation selectors */
|
hb-ot-shape-complex-sea.cc | 291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph))
|
hb-ot-shape-complex-indic.cc | 485 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph)) 490 /* Our get_glyph() function needs a font, so we can't get the virama glyph [all...] |
hb-ot-shape-complex-myanmar.cc | 452 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph))
|
hb-font.cc | 58 return font->parent->get_glyph (unicode, variation_selector, glyph); 345 return font->get_glyph (unicode, variation_selector, glyph);
|