OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setUnitsPerEm
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontMetrics.h
46
void
setUnitsPerEm
(unsigned unitsPerEm) { m_unitsPerEm = unitsPerEm; }
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp
83
m_fontMetrics.
setUnitsPerEm
(outlineTextMetric.otmEMSquare);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp
168
m_fontMetrics.
setUnitsPerEm
(unitsPerEm);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
90
fontMetrics.
setUnitsPerEm
(unitsPerEm);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataMac.mm
252
m_fontMetrics.
setUnitsPerEm
(unitsPerEm);
Completed in 96 milliseconds