OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_adjustedSpaceWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.cpp
115
m_adjustedSpaceWidth
= 0;
134
m_adjustedSpaceWidth
= m_treatAsFixedPitch ? ceilf(width) : roundf(width);
SimpleFontData.h
134
float adjustedSpaceWidth() const { return
m_adjustedSpaceWidth
; }
232
float
m_adjustedSpaceWidth
;
Completed in 29 milliseconds