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

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 60 int DrawString(gfx::Canvas* canvas,
touch_autocomplete_popup_contents_view.cc 35 DrawString(canvas, match.contents, match.contents_class, false, x,
39 DrawString(canvas, match.description, match.description_class, true, x,
autocomplete_result_view.cc 185 x = DrawString(canvas, match.contents, match.contents_class, false, x,
200 x = DrawString(canvas, separator, classifications, true, x,
203 DrawString(canvas, match.description, match.description_class, true, x,
266 int AutocompleteResultView::DrawString(
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 90 view->DrawString(out, sizeof(out), BPoint(offset, point.y()));

Completed in 78 milliseconds