OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnitsPerEM
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.h
93
virtual le_int32
getUnitsPerEM
() const;
146
inline le_int32 ScriptCompositeFontInstance::
getUnitsPerEM
() const
GDIFontInstance.h
83
virtual le_int32
getUnitsPerEM
() const;
111
inline le_int32 GDIFontInstance::
getUnitsPerEM
() const
GnomeFontInstance.h
78
virtual le_int32
getUnitsPerEM
() const;
121
inline le_int32 GnomeFontInstance::
getUnitsPerEM
() const
/external/icu4c/layout/
LEFontInstance.cpp
107
return (xUnits * getXPixelsPerEm()) / (float)
getUnitsPerEM
();
112
return (yUnits * getYPixelsPerEm()) / (float)
getUnitsPerEM
();
123
return (xPixels *
getUnitsPerEM
()) / (float) getXPixelsPerEm();
128
return (yPixels *
getUnitsPerEM
()) / (float) getYPixelsPerEm();
LEFontInstance.h
194
virtual le_int32
getUnitsPerEM
() const = 0;
/external/icu4c/test/letest/
SimpleFontInstance.h
39
virtual le_int32
getUnitsPerEM
() const;
SimpleFontInstance.cpp
69
le_int32 SimpleFontInstance::
getUnitsPerEM
() const
PortableFontInstance.h
83
virtual le_int32
getUnitsPerEM
() const;
FontObject.h
197
le_uint16
getUnitsPerEM
();
FontObject.cpp
195
le_uint16 FontObject::
getUnitsPerEM
()
PortableFontInstance.cpp
374
le_int32 PortableFontInstance::
getUnitsPerEM
() const
Completed in 158 milliseconds