Searched refs:DrawString (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.cc35 DrawString(canvas, match.contents, match.contents_class, false, x,
39 DrawString(canvas, match.description, match.description_class, true, x,
H A Dautocomplete_result_view.h60 int DrawString(gfx::Canvas* canvas,
H A Dautocomplete_result_view.cc185 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( function in class:AutocompleteResultView
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontHaiku.cpp90 view->DrawString(out, sizeof(out), BPoint(offset, point.y()));

Completed in 98 milliseconds