OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_letterSpacing
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h
114
return
m_letterSpacing
;
118
m_letterSpacing
= letterSpacing;
420
int
m_letterSpacing
;
UniscribeHelper.cpp
159
,
m_letterSpacing
(0)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp
90
:
m_letterSpacing
(0)
99
,
m_letterSpacing
(letterSpacing)
108
,
m_letterSpacing
(0)
121
,
m_letterSpacing
(other.
m_letterSpacing
)
132
m_letterSpacing
= other.
m_letterSpacing
;
151
&&
m_letterSpacing
== other.
m_letterSpacing
Font.h
117
float letterSpacing() const { return
m_letterSpacing
; }
119
void setLetterSpacing(float s) {
m_letterSpacing
= s; }
136
float spaceWidth() const { return primaryFont()->spaceWidth() +
m_letterSpacing
; }
291
float
m_letterSpacing
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h
142
float
m_letterSpacing
; // Pixels to be added after each glyph.
HarfBuzzShaper.cpp
359
,
m_letterSpacing
(font->letterSpacing())
742
spacing +=
m_letterSpacing
;
757
offsetX +=
m_letterSpacing
;
[
all
...]
Completed in 61 milliseconds