OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawSimpleText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h
175
void
drawSimpleText
(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&) const;
Font.cpp
184
return
drawSimpleText
(context, runInfo, point);
FontFastPath.cpp
427
void Font::
drawSimpleText
(GraphicsContext* context, const TextRunPaintInfo& runInfo, const FloatPoint& point) const
Completed in 826 milliseconds