OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextLayoutCache
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
186
class
TextLayoutCache
: public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >,
187
public Singleton<
TextLayoutCache
>
190
TextLayoutCache
();
192
virtual ~
TextLayoutCache
();
259
}; //
TextLayoutCache
TextLayoutCache.cpp
17
#define LOG_TAG "
TextLayoutCache
"
19
#include "
TextLayoutCache
.h"
30
ANDROID_SINGLETON_STATIC_INSTANCE(
TextLayoutCache
);
34
TextLayoutCache
::
TextLayoutCache
() :
41
TextLayoutCache
::~
TextLayoutCache
() {
45
void
TextLayoutCache
::init() {
65
uint32_t
TextLayoutCache
::getSize() {
69
uint32_t
TextLayoutCache
::getMaxSize()
[
all
...]
TextLayout.cpp
18
#include "
TextLayoutCache
.h"
260
value =
TextLayoutCache
::getInstance().getValue(paint, chars, start, count,
Canvas.cpp
30
#include "
TextLayoutCache
.h"
770
value =
TextLayoutCache
::getInstance().getValue(paint, textArray, start, count,
773
LOGE("Cannot get
TextLayoutCache
value");
[
all
...]
/frameworks/base/core/jni/
Android.mk
119
android/graphics/
TextLayoutCache
.cpp \
android_view_GLES20Canvas.cpp
480
value =
TextLayoutCache
::getInstance().getValue(paint, text, 0, count, count, flags);
482
LOGE("Cannot get
TextLayoutCache
value");
510
value =
TextLayoutCache
::getInstance().getValue(paint, text, start, count, contextCount, flags);
512
LOGE("Cannot get
TextLayoutCache
value");
[
all
...]
Completed in 78 milliseconds