OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathCache
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/libs/hwui/
PathCache.cpp
30
#include "
PathCache
.h"
85
bool
PathCache
::canDrawAsConvexPath(SkPath* path, SkPaint* paint) {
90
void
PathCache
::computePathBounds(const SkPath* path, const SkPaint* paint,
93
PathCache
::computeBounds(bounds, paint, left, top, offset, width, height);
96
void
PathCache
::computeBounds(const SkRect& bounds, const SkPaint* paint,
156
PathCache
::
PathCache
():
169
PathCache
::~
PathCache
() {
173
void
PathCache
::init()
[
all
...]
PathCache.h
181
class
PathCache
: public OnEntryRemoved<PathDescription, PathTexture*> {
183
PathCache
();
184
~
PathCache
();
330
}; // class
PathCache
Android.mk
33
PathCache
.cpp \
Caches.h
44
#include "
PathCache
.h"
331
PathCache
pathCache
;
DisplayListOp.h
[
all
...]
/frameworks/compile/mclinker/include/mcld/Support/
Directory.h
21
#include "
PathCache
.h"
36
friend mcld::sys::fs::
PathCache
::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
94
mcld::sys::fs::
PathCache
m_Cache;
110
friend mcld::sys::fs::
PathCache
::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113
typedef mcld::sys::fs::
PathCache
DirCache;
PathCache.h
1
//===-
PathCache
.h --------------------------------------------------------===//
30
typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> >
PathCache
;
FileSystem.h
20
#include "mcld/Support/
PathCache
.h"
96
mcld::sys::fs::
PathCache
::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
131
PathCache
::iterator iter = m_Cache.begin();
Completed in 489 milliseconds