HomeSort by relevance Sort by last modified time
    Searched refs:extraCount (Results 1 - 9 of 9) 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/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 &&
  /external/skia/src/gpu/
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 &&
GrResourceCache.h 310 * extraCount and extraBytes are added to the current resource allocation
314 void purgeAsNeeded(int extraCount = 0, size_t extraBytes = 0);
371 void internalPurge(int extraCount, size_t extraBytes);
  /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...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 1176 milliseconds