OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 41 milliseconds