Home
last modified time | relevance | path

Searched refs:get_glyph (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-normalize.cc106 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()
Dhb-fallback-shape.cc99 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()
Dhb-ot-layout-gsub-table.hh45 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()
Dhb-ot-layout-common-private.hh674 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()
Dhb-ot-shape.cc238 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()
Dhb-font-private.hh148 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()
Dhb-font.cc57 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()
Dhb-ot-shape-complex-sea.cc291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
Dhb-ot-shape-complex-myanmar.cc451 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
Dhb-ot-shape-complex-indic.cc514 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/
Dhb-ot-shape-normalize.cc106 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()
Dhb-fallback-shape.cc99 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()
Dhb-ot-layout-common-private.hh674 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()
Dhb-ot-layout-gsub-table.hh45 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()
Dhb-ot-shape.cc247 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()
Dhb-font-private.hh213 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()
Dhb-ot-shape-complex-sea.cc291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
Dhb-font.cc58 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()
Dhb-old.cc99 font->get_glyph (u, 0, &u); /* TODO Variation selectors */ in hb_old_convertStringToGlyphIndices()
Dhb-ot-shape-complex-indic.cc485 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()
Dhb-ot-shape-complex-myanmar.cc452 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph)) in insert_dotted_circles()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dtext.c82 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/
Dtext.c82 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()