/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); in set_glyph() 139 (b && !font->get_glyph (b, 0, &b_glyph))) in decompose() 142 bool has_a = font->get_glyph (a, 0, &a_glyph); in decompose() 187 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i])) in decompose_compatibility() 203 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character() 207 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character() 223 …if (font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_inde… in handle_variation_selector_cluster() 388 font->get_glyph (composed, 0, &glyph)) in _hb_ot_shape_normalize()
|
D | hb-fallback-shape.cc | 99 font->get_glyph (' ', 0, &space); in _hb_fallback_shape() 113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint); in _hb_fallback_shape()
|
D | hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() 56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() 123 if (c->glyphs->has (iter.get_glyph ())) in closure() 133 c->input->add (iter.get_glyph ()); in collect_glyphs() 323 if (c->glyphs->has (iter.get_glyph ())) in closure() 448 if (c->glyphs->has (iter.get_glyph ())) { in closure() 462 c->input->add (iter.get_glyph ()); in collect_glyphs() 767 if (c->glyphs->has (iter.get_glyph ())) in closure() 777 c->input->add (iter.get_glyph ()); in collect_glyphs() 930 if (c->glyphs->has (iter.get_glyph ())) in closure()
|
D | hb-ot-layout-common-private.hh | 674 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() function 785 inline uint16_t get_glyph (void) { return j; } in get_glyph() function 847 if (glyphs->has (iter.get_glyph ())) in intersects() 894 inline uint16_t get_glyph (void) { in get_glyph() function 896 case 1: return u.format1.get_glyph (); in get_glyph() 897 case 2: return u.format2.get_glyph (); in get_glyph()
|
D | hb-ot-shape.cc | 238 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in hb_insert_dotted_circle() 569 space_status = c->font->get_glyph (' ', 0, &space) ? SPACE_AVAILABLE : SPACE_UNAVAILABLE; in hb_ot_hide_default_ignorables() 657 if (font->get_glyph (u, 0, &glyph)) in add_char() 662 if (m != u && font->get_glyph (m, 0, &glyph)) in add_char()
|
D | hb-font-private.hh | 148 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph() function 392 get_glyph (unichar, 0, glyph)) in glyph_from_string()
|
D | hb-font.cc | 57 return font->parent->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph_nil() 436 return font->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph()
|
D | hb-ot-shape-complex-sea.cc | 291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-myanmar.cc | 451 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-indic.cc | 514 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph)) in get_virama_glyph() 1235 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles() 1771 (c->font->get_glyph (ab, 0, &glyph) && in decompose_indic()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); in set_glyph() 137 (b && !c->font->get_glyph (b, 0, &b_glyph))) in decompose() 140 bool has_a = c->font->get_glyph (a, 0, &a_glyph); in decompose() 185 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i])) in decompose_compatibility() 202 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character() 206 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character() 221 …c->font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index… in handle_variation_selector_cluster() 372 font->get_glyph (composed, 0, &glyph)) in _hb_ot_shape_normalize()
|
D | hb-fallback-shape.cc | 99 font->get_glyph (' ', 0, &space); in _hb_fallback_shape() 113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint); in _hb_fallback_shape()
|
D | hb-ot-layout-common-private.hh | 674 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() function 785 inline uint16_t get_glyph (void) { return j; } in get_glyph() function 847 if (glyphs->has (iter.get_glyph ())) in intersects() 894 inline uint16_t get_glyph (void) { in get_glyph() function 896 case 1: return u.format1.get_glyph (); in get_glyph() 897 case 2: return u.format2.get_glyph (); in get_glyph()
|
D | hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() 56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() 123 if (c->glyphs->has (iter.get_glyph ())) in closure() 133 c->input->add (iter.get_glyph ()); in collect_glyphs() 316 if (c->glyphs->has (iter.get_glyph ())) in closure() 441 if (c->glyphs->has (iter.get_glyph ())) { in closure() 455 c->input->add (iter.get_glyph ()); in collect_glyphs() 761 if (c->glyphs->has (iter.get_glyph ())) in closure() 771 c->input->add (iter.get_glyph ()); in collect_glyphs() 924 if (c->glyphs->has (iter.get_glyph ())) in closure()
|
D | hb-ot-shape.cc | 247 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in hb_insert_dotted_circle() 532 if (unlikely (!c->font->get_glyph (' ', 0, &space)) || !space) in hb_ot_hide_default_ignorables() 610 if (font->get_glyph (u, 0, &glyph)) in add_char() 615 if (m != u && font->get_glyph (m, 0, &glyph)) in add_char()
|
D | hb-font-private.hh | 213 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph() function 451 get_glyph (unichar, 0, glyph)) in glyph_from_string()
|
D | hb-ot-shape-complex-sea.cc | 291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
|
D | hb-font.cc | 58 return font->parent->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph_nil() 345 return font->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph()
|
D | hb-old.cc | 99 font->get_glyph (u, 0, &u); /* TODO Variation selectors */ in hb_old_convertStringToGlyphIndices()
|
D | hb-ot-shape-complex-indic.cc | 485 if (!config->virama || !font->get_glyph (config->virama, 0, &glyph)) in get_virama_glyph() 1121 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles() 1628 (c->font->get_glyph (ab, 0, &glyph) && in decompose_indic()
|
D | hb-ot-shape-complex-myanmar.cc | 452 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | text.c | 82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph() function 202 glyph = get_glyph(font, glyphIndex); in font_draw_glyph() 224 if (!get_glyph(font, glyphIndices[i])) { in font_draw_glyphs() 234 glyph = get_glyph(font, glyphIndices[i]); in font_draw_glyphs()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | text.c | 82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph() function 202 glyph = get_glyph(font, glyphIndex); in font_draw_glyph() 224 if (!get_glyph(font, glyphIndices[i])) { in font_draw_glyphs() 234 glyph = get_glyph(font, glyphIndices[i]); in font_draw_glyphs()
|