OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextLayoutCacheValue
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
116
*
TextLayoutCacheValue
is the Cache value
118
class
TextLayoutCacheValue
: public RefBase {
120
TextLayoutCacheValue
();
181
}; //
TextLayoutCacheValue
186
class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<
TextLayoutCacheValue
> >,
202
void operator()(TextLayoutCacheKey& text, sp<
TextLayoutCacheValue
>& desc);
204
sp<
TextLayoutCacheValue
> getValue(SkPaint* paint, const jchar* text, jint start, jint count,
231
GenerationCache<TextLayoutCacheKey, sp<
TextLayoutCacheValue
> > mCache;
TextLayoutCache.cpp
35
mCache(GenerationCache<TextLayoutCacheKey, sp<
TextLayoutCacheValue
> >::kUnlimitedCapacity),
87
void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<
TextLayoutCacheValue
>& desc) {
108
sp<
TextLayoutCacheValue
> TextLayoutCache::getValue(SkPaint* paint,
120
sp<
TextLayoutCacheValue
> value = mCache.get(key);
128
value = new
TextLayoutCacheValue
();
300
*
TextLayoutCacheValue
302
TextLayoutCacheValue
::
TextLayoutCacheValue
() :
306
void
TextLayoutCacheValue
::setElapsedTime(uint32_t time) {
310
uint32_t
TextLayoutCacheValue
::getElapsedTime()
[
all
...]
TextLayout.cpp
257
sp<
TextLayoutCacheValue
> value;
263
value = new
TextLayoutCacheValue
();
Canvas.cpp
768
sp<
TextLayoutCacheValue
> value;
777
value = new
TextLayoutCacheValue
();
[
all
...]
Paint.cpp
487
TextLayoutCacheValue
value;
[
all
...]
/frameworks/base/core/jni/
android_view_GLES20Canvas.cpp
478
sp<
TextLayoutCacheValue
> value;
486
value = new
TextLayoutCacheValue
();
508
sp<
TextLayoutCacheValue
> value;
516
value = new
TextLayoutCacheValue
();
[
all
...]
Completed in 29 milliseconds