HomeSort by relevance Sort by last modified time
    Searched refs:FontSpan (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/
render_text_pango.h 24 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
render_text_mac.h 32 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
render_text_harfbuzz.h 86 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
render_text_win.h 68 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
render_text_mac.cc 41 std::vector<RenderText::FontSpan> RenderTextMac::GetFontSpansForTesting() {
46 std::vector<RenderText::FontSpan> spans;
51 spans.push_back(RenderText::FontSpan(font, range));
render_text_pango.cc 142 std::vector<RenderText::FontSpan> RenderTextPango::GetFontSpansForTesting() {
145 std::vector<RenderText::FontSpan> spans;
153 spans.push_back(RenderText::FontSpan(Font(desc.get()), range));
render_text.h 416 typedef std::pair<Font, Range> FontSpan;
421 virtual std::vector<FontSpan> GetFontSpansForTesting() = 0;
render_text_harfbuzz.cc 623 std::vector<RenderText::FontSpan> RenderTextHarfBuzz::GetFontSpansForTesting() {
626 std::vector<RenderText::FontSpan> spans;
631 spans.push_back(RenderText::FontSpan(font,
    [all...]
render_text_win.cc 573 std::vector<RenderText::FontSpan> RenderTextWin::GetFontSpansForTesting() {
576 std::vector<RenderText::FontSpan> spans;
578 spans.push_back(RenderText::FontSpan(runs_[i]->font,
    [all...]
render_text_unittest.cc     [all...]

Completed in 259 milliseconds