Searched refs:SimpleFontInstance (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | SimpleFontInstance.cpp | 14 * file name: SimpleFontInstance.cpp 27 #include "SimpleFontInstance.h" 29 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() function in SimpleFontInstance 42 SimpleFontInstance::~SimpleFontInstance() in ~SimpleFontInstance() 47 const void *SimpleFontInstance::getFontTable(LETag tableTag) const in getFontTable() 60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() 75 le_int32 SimpleFontInstance::getUnitsPerEM() const in getUnitsPerEM() 80 le_int32 SimpleFontInstance [all...] |
H A D | SimpleFontInstance.h | 14 * file name: SimpleFontInstance.h 28 class SimpleFontInstance : public LEFontInstance class 39 SimpleFontInstance(float pointSize, LEErrorCode &status); 41 virtual ~SimpleFontInstance();
|
H A D | cfonts.cpp | 13 #include "SimpleFontInstance.h" 27 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen()
|
H A D | leperf.cpp | 19 #include "SimpleFontInstance.h" 98 p.font = new SimpleFontInstance(12, status); in main() 123 #include "SimpleFontInstance.cpp"
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | SimpleFontInstance.cpp | 10 * file name: SimpleFontInstance.cpp 26 #include "SimpleFontInstance.h" 28 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() function in SimpleFontInstance 41 SimpleFontInstance::~SimpleFontInstance() in ~SimpleFontInstance() 46 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() 61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() 77 le_int32 SimpleFontInstance::getUnitsPerEM() const in getUnitsPerEM() 82 le_int32 SimpleFontInstance [all...] |
H A D | SimpleFontInstance.h | 10 * file name: SimpleFontInstance.h 24 class SimpleFontInstance : public LEFontInstance class 35 SimpleFontInstance(float pointSize, LEErrorCode &status); 37 virtual ~SimpleFontInstance();
|
H A D | letest.cpp | 32 #include "SimpleFontInstance.h" 59 SimpleFontInstance *font = new SimpleFontInstance(12, status); in ParamTest() 222 SimpleFontInstance *font = new SimpleFontInstance(12, status); in FactoryTest() 244 SimpleFontInstance *font = new SimpleFontInstance(12, status); in AccessTest() 677 font = new SimpleFontInstance(12, fontStatus); in DataDrivenTest() 880 font = new SimpleFontInstance(12, status); in GlyphToCharTest()
|
H A D | cfonts.cpp | 14 #include "SimpleFontInstance.h" 28 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen()
|
H A D | gendata.cpp | 31 #include "SimpleFontInstance.h" 305 font = new SimpleFontInstance(12, fontStatus); in main()
|
Completed in 5 milliseconds