OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extraCount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp
83
int
extraCount
= 0;
113
extraCount
= originalCount - count;
158
fCount2 +=
extraCount
;
160
fCount0 +=
extraCount
;
/external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.h
223
*
extraCount
and extraBytes are added to the current resource allocation
227
void purgeAsNeeded(int
extraCount
= 0, size_t extraBytes = 0);
284
void internalPurge(int
extraCount
, size_t extraBytes);
GrResourceCache.cpp
330
*
extraCount
and extraBytes are added to the current resource totals to account
334
void GrResourceCache::purgeAsNeeded(int
extraCount
, size_t extraBytes) {
343
this->internalPurge(
extraCount
, extraBytes);
344
if (((fEntryCount+
extraCount
) > fMaxCount ||
350
this->internalPurge(
extraCount
, extraBytes);
386
void GrResourceCache::internalPurge(int
extraCount
, size_t extraBytes) {
408
if ((fEntryCount+
extraCount
) <= fMaxCount &&
/dalvik/tools/hprof-conv/
HprofConv.c
406
int
extraCount
= get4BE(origBuf + kIdentSize * 2 + 4);
407
return kIdentSize * 2 + 8 +
extraCount
;
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
Completed in 647 milliseconds