HomeSort by relevance Sort by last modified time
    Searched defs:LayoutEngine (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
LayoutEngine.h 23 * be in a single font, script, and language. An instance of a LayoutEngine can be
34 * These arrays are protected members of LayoutEngine which can be retreived by a
36 * LayoutEngine can be reused.
64 class U_LAYOUT_API LayoutEngine : public UObject {
140 LayoutEngine(const LEFontInstance *fontInstance,
156 LayoutEngine();
341 virtual ~LayoutEngine();
373 * of characters used to create the LayoutEngine.
463 * so that the LayoutEngine can be reused to layout a different
471 * This method returns a LayoutEngine capable of laying out tex
    [all...]
LayoutEngine.cpp 10 #include "LayoutEngine.h"
42 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
128 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
143 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance,
161 le_int32 LayoutEngine::getGlyphCount() const
166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) cons
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 174 class LayoutEngine : public Singleton<LayoutEngine> {
176 LayoutEngine() {
185 ANDROID_SINGLETON_STATIC_INSTANCE(LayoutEngine);
355 HbFaceCache& cache = LayoutEngine::getInstance().hbFaceCache;
618 LayoutCache& cache = LayoutEngine::getInstance().layoutCache;
654 hb_buffer_t* buffer = LayoutEngine::getInstance().hbBuffer;
876 LayoutCache& layoutCache = LayoutEngine::getInstance().layoutCache;
878 HbFaceCache& hbCache = LayoutEngine::getInstance().hbFaceCache;

Completed in 71 milliseconds