Home | History | Annotate | Download | only in gfx

Lines Matching defs:text_length

151   const size_t text_length = render_text->text().length();
152 render_text->ApplyColor(SK_ColorRED, Range(0, text_length));
153 render_text->ApplyStyle(BOLD, true, Range(2, text_length));
165 render_text->ApplyStyle(ITALIC, true, Range(7, text_length));