Home
last modified time | relevance | path

Searched refs:LayoutEngine (Results 1 – 25 of 29) sorted by relevance

12

/external/icu4c/layout/
Dloengine.cpp27 …return (le_engine *) LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, typ… in le_create()
33 LayoutEngine *le = (LayoutEngine *) engine; in le_close()
49 LayoutEngine *le = (LayoutEngine *) engine; in le_layoutChars()
63 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphCount()
78 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphs()
93 LayoutEngine *le = (LayoutEngine *) engine; in le_getCharIndices()
109 LayoutEngine *le = (LayoutEngine *) engine; in le_getCharIndicesWithBase()
124 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphPositions()
141 LayoutEngine *le = (LayoutEngine *) engine; in le_getGlyphPosition()
155 LayoutEngine *le = (LayoutEngine *) engine; in le_reset()
DLayoutEngine.cpp42 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
126 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
141 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance, in LayoutEngine() function in LayoutEngine
159 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount()
164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices()
169 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices()
175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs()
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs()
186 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions()
[all …]
DLayoutEngine.h64 class U_LAYOUT_API LayoutEngine : public UObject {
140 LayoutEngine(const LEFontInstance *fontInstance,
156 LayoutEngine();
335 virtual ~LayoutEngine();
480 …static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, …
486 …static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, …
DGXLayoutEngine2.h28 class GXLayoutEngine2 : public LayoutEngine
DGXLayoutEngine.h29 class GXLayoutEngine : public LayoutEngine
DThaiLayoutEngine.h29 class ThaiLayoutEngine : public LayoutEngine
DGXLayoutEngine2.cpp18 …: LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMorphTable(morphTable) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
DGXLayoutEngine.cpp20 : LayoutEngine(fontInstance, scriptCode, languageCode, 0, success), fMorphTable(morphTable) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
DThaiLayoutEngine.cpp23 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
DOpenTypeLayoutEngine.cpp130 …: LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureMask(minimalFe… in OpenTypeLayoutEngine()
216 LayoutEngine::reset(); in reset()
221 … : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureOrder(FALSE), in OpenTypeLayoutEngine()
DMakefile.in69 LayoutEngine.o \
150 HEADERS= $(srcdir)/LayoutEngine.h $(srcdir)/LE*.h $(srcdir)/loengine.h
DOpenTypeLayoutEngine.h45 class U_LAYOUT_API OpenTypeLayoutEngine : public LayoutEngine
/external/icu4c/test/letest/
Dletest.cpp58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); in ParamTest()
221 LayoutEngine *engine = NULL; in FactoryTest()
225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status); in FactoryTest()
243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); in AccessTest()
616 LayoutEngine *engine = NULL; in DataDrivenTest()
690 … engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success); in DataDrivenTest()
Dgendata.cpp163 LayoutEngine *engine = NULL; in main()
250 … engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus); in main()
/external/chromium_org/third_party/icu/source/test/letest/
Dletest.cpp58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); in ParamTest()
221 LayoutEngine *engine = NULL; in FactoryTest()
225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status); in FactoryTest()
243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); in AccessTest()
616 LayoutEngine *engine = NULL; in DataDrivenTest()
690 … engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success); in DataDrivenTest()
Dgendata.cpp163 LayoutEngine *engine = NULL; in main()
250 … engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus); in main()
/external/icu4c/samples/layout/
DSample.txt1 The LayoutEngine does all the work necessary to display Unicode text written in languages with comp…
/external/chromium_org/third_party/icu/source/test/hdrtst/
Dcxxfiles.txt97 LayoutEngine.h
/external/icu4c/test/hdrtst/
Dcxxfiles.txt112 LayoutEngine.h
/external/icu4c/samples/
Dreadme.txt19 layout - demonstrates the ICU LayoutEngine
/external/icu4c/layoutex/layout/
DParagraphLayout.h559 LayoutEngine *engine;
/external/icu4c/
DDoxyfile.in89 …h @srcdir@/layout/LESwaps.h @srcdir@/layout/LETypes.h @srcdir@/layout/LayoutEngine.h @srcdir@/layo…
/external/chromium_org/third_party/icu/source/
DDoxyfile.in89 …h @srcdir@/layout/LESwaps.h @srcdir@/layout/LETypes.h @srcdir@/layout/LayoutEngine.h @srcdir@/layo…
/external/harfbuzz_ng/
DNEWS208 - Use ICU LayoutEngine's C API instead of C++. Avoids much headache.
262 - Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
/external/icu4c/layoutex/
DParagraphLayout.cpp408 fStyleRunInfo[run].engine = LayoutEngine::layoutEngineFactory(fStyleRunInfo[run].font, in ParagraphLayout()
447 LayoutEngine *engine = fStyleRunInfo[run].engine; in ParagraphLayout()

12