Home | History | Annotate | Download | only in gfx

Lines Matching defs:glyph_index

842     const int glyph_index = run->logical_clusters[char_index];
843 DCHECK_GE(glyph_index, 0);
844 DCHECK_LT(glyph_index, run->glyph_count);
846 if (run->glyphs[glyph_index] == properties.wgDefault)
853 if (run->glyphs[glyph_index] == properties.wgBlank &&
854 run->visible_attributes[glyph_index].fZeroWidth &&