OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDefaultUnitsPerEm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontMetrics.h
28
const unsigned
gDefaultUnitsPerEm
= 1000;
33
: m_unitsPerEm(
gDefaultUnitsPerEm
)
130
m_unitsPerEm =
gDefaultUnitsPerEm
;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp
129
return
gDefaultUnitsPerEm
;
Completed in 30 milliseconds