OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebTextRun
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebTextRun.h
42
struct
WebTextRun
{
43
WebTextRun
(const WebString& t, bool isRTL, bool hasDirectionalOverride)
49
WebTextRun
()
WebFont.h
45
struct
WebTextRun
;
71
virtual void drawText(WebCanvas*, const
WebTextRun
&, const WebFloatPoint& leftBaseline, WebColor,
76
virtual int calculateWidth(const
WebTextRun
&) const = 0;
80
virtual int offsetForPosition(const
WebTextRun
&, float position) const = 0;
94
virtual WebFloatRect selectionRectForText(const
WebTextRun
&, const WebFloatPoint& leftBaseline,
/external/webkit/Source/WebKit/chromium/src/
WebFontImpl.h
53
virtual void drawText(WebCanvas*, const
WebTextRun
&, const WebFloatPoint& leftBaseline, WebColor,
55
virtual int calculateWidth(const
WebTextRun
&) const;
56
virtual int offsetForPosition(const
WebTextRun
&, float position) const;
57
virtual WebFloatRect selectionRectForText(const
WebTextRun
&, const WebFloatPoint& leftBaseline,
WebTextRun.cpp
32
#include "
WebTextRun
.h"
40
WebTextRun
::operator WebCore::TextRun() const
WebFontImpl.cpp
43
#include "
WebTextRun
.h"
90
void WebFontImpl::drawText(WebCanvas* canvas, const
WebTextRun
& run, const WebFloatPoint& leftBaseline,
108
int WebFontImpl::calculateWidth(const
WebTextRun
& run) const
113
int WebFontImpl::offsetForPosition(const
WebTextRun
& run, float position) const
118
WebFloatRect WebFontImpl::selectionRectForText(const
WebTextRun
& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
Completed in 217 milliseconds