OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPool
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/text/
GrTextBlobCache.h
24
:
fPool
(kPreAllocSize, kMinGrowthSize)
34
return GrAtlasTextBlob::Create(&
fPool
, glyphCount, runCount);
40
GrAtlasTextBlob* cacheBlob = GrAtlasTextBlob::Create(&
fPool
, glyphCount, runCount);
51
GrAtlasTextBlob* cacheBlob = GrAtlasTextBlob::Create(&
fPool
, glyphCount, runCount);
103
if (
fPool
.size() > fBudget) {
107
while (
fPool
.size() > fBudget && (lruBlob = iter.get()) && lruBlob != blob) {
124
if (
fPool
.size() > fBudget) {
138
GrMemoryPool
fPool
;
GrBatchFontCache.h
88
SkVarAlloc
fPool
;
GrAtlasTextBlob.h
94
blob->
fPool
->release(p);
535
GrMemoryPool*
fPool
;
/external/icu/icu4c/source/common/
uresimp.h
40
* to use one UResourceDataEntry pointer for fAlias and
fPool
, with a separate
49
UResourceDataEntry *
fPool
;
/external/skia/src/lazy/
SkDiscardableMemoryPool.cpp
89
DiscardableMemoryPool* const
fPool
;
98
:
fPool
(pool)
102
SkASSERT(
fPool
!= nullptr);
105
fPool
->ref();
110
fPool
->free(this);
111
fPool
->unref();
116
return
fPool
->lock(this);
126
fPool
->unlock(this);
Completed in 530 milliseconds