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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 42 ANDROID_SINGLETON_STATIC_INSTANCE(TextLayoutEngine);
    [all...]
TextLayoutCache.h 309 * The TextLayoutEngine is reponsible for computing TextLayoutValues
311 class TextLayoutEngine : public Singleton<TextLayoutEngine> {
313 TextLayoutEngine();
314 virtual ~TextLayoutEngine();
324 }; // TextLayoutEngine

Completed in 316 milliseconds