/external/icu4c/layout/ |
LESwaps.h | 15 * \brief C++ API: Endian independent access to data for LayoutEngine
|
IndicLayoutEngine.h | 14 #include "LayoutEngine.h" 43 * LayoutEngine::layoutEngineFactory has to read the GSUB table to know that it has an 52 * @see LayoutEngine::layoutEngineFactory
|
ArabicLayoutEngine.h | 14 #include "LayoutEngine.h" 37 * LayoutEngine::layoutEngineFactory has to read the GSUB table to know that it has an 46 * @see LayoutEngine::layoutEngineFactory
|
IndicLayoutEngine.cpp | 9 #include "LayoutEngine.h"
|
Makefile | 72 LayoutEngine.o \ 139 HEADERS= $(srcdir)/LayoutEngine.h $(srcdir)/LE*.h $(srcdir)/loengine.h
|
Makefile.in | 72 LayoutEngine.o \ 139 HEADERS= $(srcdir)/LayoutEngine.h $(srcdir)/LE*.h $(srcdir)/loengine.h
|
LEFontInstance.h | 58 * This is a virtual base class that serves as the interface between a LayoutEngine 59 * and the platform font environment. It allows a LayoutEngine to access font tables, do 99 * Internally, the LayoutEngine works with runs of text all in the same 451 // These methods won't ever be called by the LayoutEngine,
|
LEGlyphStorage.h | 16 * \brief C++ API: This class encapsulates the per-glyph storage used by the ICU LayoutEngine. 22 * This class encapsulates the per-glyph storage used by the ICU LayoutEngine. 510 * auxillary data arrays so that the LayoutEngine can be reused
|
ArabicLayoutEngine.cpp | 12 #include "LayoutEngine.h"
|
/external/icu4c/test/letest/ |
gendata.cpp | 25 #include "layout/LayoutEngine.h" 163 LayoutEngine *engine = NULL; 250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus); 253 printf("Error for test %s: could not create a LayoutEngine.\n", id);
|
letsutil.cpp | 20 #include "layout/LayoutEngine.h"
|
letest.cpp | 24 #include "layout/LayoutEngine.h" 58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); 221 LayoutEngine *engine = NULL; 225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status); 228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); 255 log_err("Could not create LayoutEngine.\n"); 616 LayoutEngine *engine = NULL [all...] |
/external/chromium/third_party/icu/source/test/letest/ |
letsutil.cpp | 20 #include "layout/LayoutEngine.h"
|
letest.cpp | 24 #include "layout/LayoutEngine.h" 58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); 221 LayoutEngine *engine = NULL; 225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status); 228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); 255 log_err("Could not create LayoutEngine.\n"); 616 LayoutEngine *engine = NULL [all...] |
/external/icu4c/samples/ |
readme.txt | 17 layout - demonstrates the ICU LayoutEngine
|
/external/icu4c/test/hdrtst/ |
cxxfiles.txt | 96 LayoutEngine.h
|
/external/icu4c/samples/layout/ |
readme.html | 11 <title>Readme file for the ICU LayoutEngine demo</title> 18 LayoutEngine. There are two versions of this demo, "layout.exe" which runs on 24 including the LayoutEngine.
|
ScriptCompositeFontInstance.h | 32 * Internally, the LayoutEngine works with runs of text all in the same
|
cgnomelayout.c | 52 "A simple demo of the ICU LayoutEngine.",
|
gnomelayout.cpp | 62 "A simple demo of the ICU LayoutEngine.",
|
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 26 #include "layout/LayoutEngine.h" 38 * same font, script and direction, and will create a <code>LayoutEngine</code> object for each run. 39 * The <code>LayoutEngine</code> will transform the characters into glyph codes in visual order. 384 * @see LayoutEngine.h 556 LayoutEngine *engine;
|
/external/chromium/third_party/icu/public/common/unicode/ |
docmain.h | 194 * <td>LayoutEngine, ParagraphLayout</td>
|
/external/icu4c/common/unicode/ |
docmain.h | 194 * <td>LayoutEngine, ParagraphLayout</td>
|
/external/icu4c/extra/scrptrun/ |
readme.html | 14 The ICU LayoutEngine must be called with text in a single script. scrptrun.h
|
/external/icu4c/layoutex/ |
playout.cpp | 18 #include "layout/LayoutEngine.h"
|