glyph_index 132 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index); glyph_index 134 third_party/harfbuzz-ng/src/hb-buffer-private.hh HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index); glyph_index 332 third_party/harfbuzz-ng/src/hb-buffer.cc hb_buffer_t::output_glyph (hb_codepoint_t glyph_index) glyph_index 337 third_party/harfbuzz-ng/src/hb-buffer.cc out_info[out_len].codepoint = glyph_index; glyph_index 401 third_party/harfbuzz-ng/src/hb-buffer.cc hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) glyph_index 407 third_party/harfbuzz-ng/src/hb-buffer.cc out_info[out_len].codepoint = glyph_index; glyph_index 394 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int mark_index, unsigned int glyph_index, glyph_index 405 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); glyph_index 568 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void _set_glyph_props (hb_codepoint_t glyph_index, glyph_index 578 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); glyph_index 583 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void replace_glyph (hb_codepoint_t glyph_index) const glyph_index 585 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh _set_glyph_props (glyph_index); glyph_index 586 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh buffer->replace_glyph (glyph_index); glyph_index 588 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void replace_glyph_inplace (hb_codepoint_t glyph_index) const glyph_index 590 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh _set_glyph_props (glyph_index); glyph_index 591 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh buffer->cur().codepoint = glyph_index; glyph_index 593 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void replace_glyph_with_ligature (hb_codepoint_t glyph_index, glyph_index 596 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh _set_glyph_props (glyph_index, class_guess, true); glyph_index 597 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh buffer->replace_glyph (glyph_index); glyph_index 599 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh inline void output_glyph (hb_codepoint_t glyph_index, glyph_index 602 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh _set_glyph_props (glyph_index, class_guess); glyph_index 603 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh buffer->output_glyph (glyph_index); glyph_index 106 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc font->get_glyph (info.codepoint, 0, &info.glyph_index()); glyph_index 112 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc buffer->cur().glyph_index() = glyph; glyph_index 120 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc buffer->cur().glyph_index() = glyph; glyph_index 224 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc if (font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index())) glyph_index 399 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc buffer->out_info[starter].glyph_index() = glyph; glyph_index 385 third_party/harfbuzz-ng/src/hb-ot-shape.cc buffer->info[i].codepoint = buffer->info[i].glyph_index(); glyph_index 413 third_party/harfbuzz-ng/src/hb-ot-shape.cc HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index); glyph_index 425 third_party/harfbuzz-ng/src/hb-ot-shape.cc HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_index); glyph_index 443 ui/gfx/render_text_pango.cc int glyph_index = 0; glyph_index 444 ui/gfx/render_text_pango.cc int style_start_glyph_index = glyph_index; glyph_index 454 ui/gfx/render_text_pango.cc const PangoGlyphInfo& glyph = run->glyphs->glyphs[glyph_index]; glyph_index 455 ui/gfx/render_text_pango.cc glyphs[glyph_index] = static_cast<uint16>(glyph.glyph); glyph_index 458 ui/gfx/render_text_pango.cc pos[glyph_index].set(x + pango_units_to_double(glyph.geometry.x_offset), glyph_index 462 ui/gfx/render_text_pango.cc ++glyph_index; glyph_index 463 ui/gfx/render_text_pango.cc const size_t glyph_text_index = (glyph_index == glyph_count) ? glyph_index 464 ui/gfx/render_text_pango.cc style_range.end() : GetGlyphTextIndex(run, glyph_index); glyph_index 476 ui/gfx/render_text_pango.cc glyph_index - style_start_glyph_index); glyph_index 484 ui/gfx/render_text_pango.cc style_start_glyph_index = glyph_index; glyph_index 487 ui/gfx/render_text_pango.cc } while (glyph_index < glyph_count); glyph_index 526 ui/gfx/render_text_pango.cc int glyph_index) const { glyph_index 528 ui/gfx/render_text_pango.cc run->glyphs->log_clusters[glyph_index]); glyph_index 68 ui/gfx/render_text_pango.h size_t GetGlyphTextIndex(PangoLayoutRun* run, int glyph_index) const; glyph_index 1218 ui/gfx/render_text_win.cc const int glyph_index = run->logical_clusters[char_index]; glyph_index 1219 ui/gfx/render_text_win.cc DCHECK_GE(glyph_index, 0); glyph_index 1220 ui/gfx/render_text_win.cc DCHECK_LT(glyph_index, run->glyph_count); glyph_index 1222 ui/gfx/render_text_win.cc if (run->glyphs[glyph_index] == properties.wgDefault) glyph_index 1229 ui/gfx/render_text_win.cc if (run->glyphs[glyph_index] == properties.wgBlank && glyph_index 1230 ui/gfx/render_text_win.cc run->visible_attributes[glyph_index].fZeroWidth &&