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
();
374
}; // class
ShapeCache
376
class RoundRectShapeCache: public
ShapeCache
<RoundRectShapeCacheEntry> {
383
class CircleShapeCache: public
ShapeCache
<CircleShapeCacheEntry> {
390
class OvalShapeCache: public
ShapeCache
<OvalShapeCacheEntry> {
397
class RectShapeCache: public
ShapeCache
<RectShapeCacheEntry> {
404
class ArcShapeCache: public
ShapeCache
<ArcShapeCacheEntry> {
417
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>(
140
ArcShapeCache::ArcShapeCache():
ShapeCache
<ArcShapeCacheEntry>(
PathCache.h
23
#include "
ShapeCache
.h"
61
class PathCache: public
ShapeCache
<PathCacheEntry> {
Android.mk
26
ShapeCache
.cpp \
PathCache.cpp
27
// Defined in
ShapeCache
.h
53
PathCache::PathCache():
ShapeCache
<PathCacheEntry>("path",
Completed in 1900 milliseconds