OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFontImpl
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp
32
#include "
WebFontImpl
.h"
51
return new
WebFontImpl
(desc, desc.letterSpacing, desc.wordSpacing);
54
WebFontImpl
::
WebFontImpl
(const FontDescription& desc, short letterSpacing, short wordSpacing)
60
WebFontDescription
WebFontImpl
::fontDescription() const
65
int
WebFontImpl
::ascent() const
70
int
WebFontImpl
::descent() const
75
int
WebFontImpl
::height() const
80
int
WebFontImpl
::lineSpacing() const
85
float
WebFontImpl
::xHeight() cons
[
all
...]
WebFontImpl.h
41
class
WebFontImpl
: public WebFont {
43
WebFontImpl
(const WebCore::FontDescription&, short letterSpacing, short wordSpacing);
Completed in 408 milliseconds