Home | History | Annotate | Download | only in gfx

Lines Matching full:font

103                            const Font& font,
108 SizeStringInt(text, FontList(font), width, height, line_height, flags);
128 int Canvas::GetStringWidth(const base::string16& text, const Font& font) {
130 SizeStringInt(text, FontList(font), &width, &height, 0, NO_ELLIPSIS);
140 const Font& font,
148 DrawStringRectWithHalo(text, FontList(font), text_color, halo_color_in,
506 const Font& font,
512 DrawStringInt(text, font, color, x, y, w, h, DefaultCanvasTextAlignment());
516 const Font& font,
519 DrawStringInt(text, font, color, display_rect.x(), display_rect.y(),
524 const Font& font,
531 DrawStringWithShadows(text, font, color, Rect(x, y, w, h), 0, flags,
536 const Font& font,
542 DrawStringRectWithShadows(text, FontList(font), color, text_bounds,