OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_spaceGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp
104
m_spaceGlyph
= 0;
119
m_spaceGlyph
= glyphPageZero->glyphForCharacter(' ');
120
float width = widthForGlyph(
m_spaceGlyph
);
131
if (m_zeroWidthSpaceGlyph ==
m_spaceGlyph
) {
SimpleFontData.h
125
Glyph spaceGlyph() const { return
m_spaceGlyph
; }
126
void setSpaceGlyph(Glyph spaceGlyph) {
m_spaceGlyph
= spaceGlyph; }
200
Glyph
m_spaceGlyph
;
Completed in 31 milliseconds