OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getXPixelsPerEm
(Results
1 - 18
of
18
) sorted by null
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.h
101
float
getXPixelsPerEm
() const;
158
inline float ScriptCompositeFontInstance::
getXPixelsPerEm
() const
GDIFontInstance.h
97
float
getXPixelsPerEm
() const;
136
inline float GDIFontInstance::
getXPixelsPerEm
() const
GnomeFontInstance.h
92
float
getXPixelsPerEm
() const;
146
inline float GnomeFontInstance::
getXPixelsPerEm
() const
GnomeFontInstance.cpp
197
cairo_set_font_size(cairo,
getXPixelsPerEm
() * getScaleFactorX());
/external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h
61
float
getXPixelsPerEm
() const;
SimpleFontInstance.cpp
108
float SimpleFontInstance::
getXPixelsPerEm
() const
PortableFontInstance.h
107
float
getXPixelsPerEm
() const;
PortableFontInstance.cpp
418
float PortableFontInstance::
getXPixelsPerEm
() const
/external/icu4c/test/letest/
SimpleFontInstance.h
61
float
getXPixelsPerEm
() const;
SimpleFontInstance.cpp
108
float SimpleFontInstance::
getXPixelsPerEm
() const
PortableFontInstance.h
107
float
getXPixelsPerEm
() const;
PortableFontInstance.cpp
418
float PortableFontInstance::
getXPixelsPerEm
() const
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h
100
virtual float
getXPixelsPerEm
() const;
PortableFontInstance.cpp
250
float PortableFontInstance::
getXPixelsPerEm
() const
/external/icu4c/layout/
LEFontInstance.cpp
107
return (xUnits *
getXPixelsPerEm
()) / (float) getUnitsPerEM();
123
return (xPixels * getUnitsPerEM()) / (float)
getXPixelsPerEm
();
AnchorTables.cpp
90
le_int16 adjx = dtx->getAdjustment((le_int16) fontInstance->
getXPixelsPerEm
());
LEFontInstance.h
325
virtual float
getXPixelsPerEm
() const = 0;
ValueRecords.cpp
89
le_int16 xppem = (le_int16) fontInstance->
getXPixelsPerEm
();
193
le_int16 xppem = (le_int16) fontInstance->
getXPixelsPerEm
();
Completed in 123 milliseconds