Home | History | Annotate | Download | only in gfx

Lines Matching refs:colored_glyphs

928       const Range colored_glyphs = run.CharRangeToGlyphRange(intersection);
933 if (colored_glyphs.is_empty())
937 renderer.DrawPosText(&positions[colored_glyphs.start()],
938 &run.glyphs[colored_glyphs.start()],
939 colored_glyphs.length());
940 int width = (colored_glyphs.end() == run.glyph_count ? run.width :
941 run.positions[colored_glyphs.end()].x()) -
942 run.positions[colored_glyphs.start()].x();