OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeCache
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
ShapeCache.h
308
class
ShapeCache
: public OnEntryRemoved<Entry, PathTexture*> {
310
ShapeCache
(const char* name, const char* propertyName, float defaultSize);
311
~
ShapeCache
();
361
}; // class
ShapeCache
363
class RoundRectShapeCache: public
ShapeCache
<RoundRectShapeCacheEntry> {
370
class CircleShapeCache: public
ShapeCache
<CircleShapeCacheEntry> {
377
class OvalShapeCache: public
ShapeCache
<OvalShapeCacheEntry> {
384
class RectShapeCache: public
ShapeCache
<RectShapeCacheEntry> {
391
class ArcShapeCache: public
ShapeCache
<ArcShapeCacheEntry> {
404
ShapeCache
<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize)
[
all
...]
ShapeCache.cpp
19
#include "
ShapeCache
.h"
28
RoundRectShapeCache::RoundRectShapeCache():
ShapeCache
<RoundRectShapeCacheEntry>(
53
CircleShapeCache::CircleShapeCache():
ShapeCache
<CircleShapeCacheEntry>(
75
OvalShapeCache::OvalShapeCache():
ShapeCache
<OvalShapeCacheEntry>(
99
RectShapeCache::RectShapeCache():
ShapeCache
<RectShapeCacheEntry>(
121
ArcShapeCache::ArcShapeCache():
ShapeCache
<ArcShapeCacheEntry>(
PathCache.h
23
#include "
ShapeCache
.h"
61
class PathCache: public
ShapeCache
<PathCacheEntry> {
PathCache.cpp
31
PathCache::PathCache():
ShapeCache
<PathCacheEntry>("path",
Android.mk
26
ShapeCache
.cpp \
Completed in 47 milliseconds