OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextLayoutEngine
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
34
ANDROID_SINGLETON_STATIC_INSTANCE(
TextLayoutEngine
);
[
all
...]
TextLayoutCache.h
288
* The
TextLayoutEngine
is reponsible for computing TextLayoutValues
290
class
TextLayoutEngine
: public Singleton<
TextLayoutEngine
> {
292
TextLayoutEngine
();
293
virtual ~
TextLayoutEngine
();
309
}; //
TextLayoutEngine
Completed in 575 milliseconds