OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathCache
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
PathCache.h
1
//===-
PathCache
.h --------------------------------------------------------===//
27
EntryFactory<HashEntryType> >
PathCache
;
Directory.h
15
#include "mcld/Support/
PathCache
.h"
32
friend mcld::sys::fs::
PathCache
::entry_type* detail::bring_one_into_cache(
95
mcld::sys::fs::
PathCache
m_Cache;
110
friend mcld::sys::fs::
PathCache
::entry_type* detail::bring_one_into_cache(
115
typedef mcld::sys::fs::
PathCache
DirCache;
FileSystem.h
17
#include "mcld/Support/
PathCache
.h"
89
mcld::sys::fs::
PathCache
::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/base/libs/hwui/
PathCache.cpp
29
#include "
PathCache
.h"
124
bool
PathCache
::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
129
void
PathCache
::computePathBounds(const SkPath* path, const SkPaint* paint,
132
PathCache
::computeBounds(bounds, paint, left, top, offset, width, height);
135
void
PathCache
::computeBounds(const SkRect& bounds, const SkPaint* paint,
182
PathCache
::
PathCache
()
195
PathCache
::~
PathCache
() {
203
uint32_t
PathCache
::getSize()
[
all
...]
Caches.h
29
#include "
PathCache
.h"
153
PathCache
pathCache
;
PathCache.h
170
class
PathCache
: public OnEntryRemoved<PathDescription, PathTexture*> {
172
PathCache
();
173
~
PathCache
();
311
}; // class
PathCache
Android.mk
78
PathCache
.cpp \
DisplayListOp.h
[
all
...]
/external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h
79
typedef SkTDynamicHash<PathData, PathData::Key>
PathCache
;
83
PathCache
fPathCache;
GrAADistanceFieldPathRenderer.cpp
128
typedef SkTDynamicHash<PathData, PathData::Key>
PathCache
;
152
GrBatchAtlas* atlas,
PathCache
*
pathCache
, PathDataList* pathList) {
153
return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas,
pathCache
, pathList);
303
PathCache
*
pathCache
, PathDataList* pathList)
309
fPathCache =
pathCache
;
533
PathCache
* fPathCache;
584
typedef GrAADistanceFieldPathRenderer::
PathCache
PathCache
;
[
all
...]
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
121
PathCache
::iterator iter = m_Cache.begin();
Completed in 104 milliseconds