Lines Matching refs:LayoutEngine
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;
690 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success);
693 log_err("Test %s: could not create a LayoutEngine.\n", id);