OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeCacheEntry
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
PathCache.h
34
struct PathCacheEntry: public
ShapeCacheEntry
{
36
ShapeCacheEntry
(
ShapeCacheEntry
::kShapePath, paint) {
40
PathCacheEntry():
ShapeCacheEntry
() {
44
bool lessThan(const
ShapeCacheEntry
& r) const {
ShapeCache.h
76
struct
ShapeCacheEntry
{
87
ShapeCacheEntry
() {
99
ShapeCacheEntry
(ShapeType type, SkPaint* paint) {
111
virtual ~
ShapeCacheEntry
() {
122
bool operator<(const
ShapeCacheEntry
& rhs) const {
142
virtual bool lessThan(const
ShapeCacheEntry
& rhs) const {
145
}; // struct
ShapeCacheEntry
148
struct RoundRectShapeCacheEntry: public
ShapeCacheEntry
{
150
ShapeCacheEntry
(
ShapeCacheEntry
::kShapeRoundRect, paint)
[
all
...]
Completed in 37 milliseconds