HomeSort by relevance Sort by last modified time
    Searched refs:fCount (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/skia/src/utils/
SkJSON.cpp 428 if (0 == fCount) {
431 int last = fCount - 1;
538 fCount = count;
548 for (int i = 0; i < fCount; ++i) {
600 for (int i = 0; i < fCount; ++i) {
610 SkASSERT((unsigned)index < (unsigned)fCount);
619 SkASSERT((unsigned)index < (unsigned)fCount);
628 SkASSERT((unsigned)index < (unsigned)fCount);
  /external/icu4c/i18n/unicode/
fmtable.h 444 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
656 int32_t fCount;
  /external/skia/src/utils/
SkJSON.cpp 428 if (0 == fCount) {
431 int last = fCount - 1;
538 fCount = count;
548 for (int i = 0; i < fCount; ++i) {
600 for (int i = 0; i < fCount; ++i) {
610 SkASSERT((unsigned)index < (unsigned)fCount);
619 SkASSERT((unsigned)index < (unsigned)fCount);
628 SkASSERT((unsigned)index < (unsigned)fCount);
  /external/skia/tests/
MetaDataTest.cpp 73 int fCount;
95 REPORTER_ASSERT(reporter, gElems[i].fCount == count);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.cpp 51 fFieldInfo->setValue(maker, &fValues, 0, fFieldInfo->fCount, NULL,
SkBuildCondensedInfo.cpp 36 SkASSERT(info[inner].fCount < 256);
44 *gUnknownsCounts.append() = info[inner].fCount;
78 info[inner].fType, info[inner].fCount);
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 238 int countGlyphs() const { return fCount; }
241 SkASSERT((unsigned)index < (unsigned)fCount);
246 SkASSERT((unsigned)index < (unsigned)fCount);
256 int fCount;
  /external/skia/src/animator/
SkAnimateSet.cpp 51 fFieldInfo->setValue(maker, &fValues, 0, fFieldInfo->fCount, NULL,
SkBuildCondensedInfo.cpp 36 SkASSERT(info[inner].fCount < 256);
44 *gUnknownsCounts.append() = info[inner].fCount;
78 info[inner].fType, info[inner].fCount);
  /external/skia/src/fonts/
SkGScalerContext.cpp 238 int countGlyphs() const { return fCount; }
241 SkASSERT((unsigned)index < (unsigned)fCount);
246 SkASSERT((unsigned)index < (unsigned)fCount);
256 int fCount;
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h 107 uint32_t fCount;
117 uint32_t fCount;
145 uint32_t fCount;
wrtjava.c 337 if (res->u.fArray.fCount > 0) {
403 for(i = 0; i<res->u.fIntVector.fCount; i++) {
414 for(i = 0; i<res->u.fIntVector.fCount; i++) {
523 if (res->u.fTable.fCount > 0) {
538 assert(i < res->u.fTable.fCount);
  /external/chromium_org/third_party/skia/src/core/
SkMipMap.cpp 222 : fSize(size), fLevels(levels), fCount(count) {
255 if (level > fCount) {
256 level = fCount;
SkPictureFlat.h 105 int count() const { return fCount; }
113 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
117 int fCount;
123 SkFactoryPlayback(int count) : fCount(count) {
134 buffer.setFactoryPlayback(fArray, fCount);
138 int fCount;
SkRTree.cpp 36 , fCount(0)
83 ++fCount;
90 fCount = fDeferredInserts.count();
91 if (1 == fCount) {
122 fCount = 0;
400 SkASSERT(fCount == (size_t)this->validateSubtree(fRoot.fChild.subtree, fRoot.fBounds, true));
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 16 SkASSERT(desc.fCount > 1);
44 fColorCount = desc.fCount;
50 dummyLast = desc.fPos[desc.fCount - 1] != SK_Scalar1;
69 memcpy(origColors, desc.fColors, desc.fCount * sizeof(SkColor));
71 origColors += desc.fCount;
72 *origColors = desc.fColors[desc.fCount - 1];
92 int count = desc.fCount + dummyLast;
96 if (i == desc.fCount) { // we're really at the dummyLast
118 SkFixed dp = SK_Fixed1 / (desc.fCount - 1);
120 SkFixed scale = (desc.fCount - 1) << 8; // (1 << 24) / d
    [all...]
  /external/icu4c/tools/genrb/
reslist.h 107 uint32_t fCount;
117 uint32_t fCount;
145 uint32_t fCount;
wrtjava.c 334 if (res->u.fArray.fCount > 0) {
398 for(i = 0; i<res->u.fIntVector.fCount; i++) {
409 for(i = 0; i<res->u.fIntVector.fCount; i++) {
516 if (res->u.fTable.fCount > 0) {
531 assert(i < res->u.fTable.fCount);
  /external/skia/src/core/
SkMipMap.cpp 222 : fSize(size), fLevels(levels), fCount(count) {
255 if (level > fCount) {
256 level = fCount;
SkPictureFlat.h 105 int count() const { return fCount; }
113 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
117 int fCount;
123 SkFactoryPlayback(int count) : fCount(count) {
134 buffer.setFactoryPlayback(fArray, fCount);
138 int fCount;
SkRTree.cpp 36 , fCount(0)
83 ++fCount;
90 fCount = fDeferredInserts.count();
91 if (1 == fCount) {
122 fCount = 0;
400 SkASSERT(fCount == (size_t)this->validateSubtree(fRoot.fChild.subtree, fRoot.fBounds, true));
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 16 SkASSERT(desc.fCount > 1);
44 fColorCount = desc.fCount;
50 dummyLast = desc.fPos[desc.fCount - 1] != SK_Scalar1;
69 memcpy(origColors, desc.fColors, desc.fCount * sizeof(SkColor));
71 origColors += desc.fCount;
72 *origColors = desc.fColors[desc.fCount - 1];
92 int count = desc.fCount + dummyLast;
96 if (i == desc.fCount) { // we're really at the dummyLast
118 SkFixed dp = SK_Fixed1 / (desc.fCount - 1);
120 SkFixed scale = (desc.fCount - 1) << 8; // (1 << 24) / d
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 71 bool empty() const {return 0 == fCount;}
76 int count() const {return fCount;}
173 int fCount;
228 fCount = 0;
337 fCount = 0;
344 ++fCount;
381 GrAssert(1 == fCount);
589 --fCount;
630 GrAssert(0 == fCount);
849 if (fCount) {
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 71 bool empty() const {return 0 == fCount;}
76 int count() const {return fCount;}
173 int fCount;
228 fCount = 0;
337 fCount = 0;
344 ++fCount;
381 GrAssert(1 == fCount);
589 --fCount;
630 GrAssert(0 == fCount);
849 if (fCount) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 682 * Each ChoiceFormat divides the range -Inf..+Inf into fCount
688 * fCount-2: fChoiceLimits[fCount-2]..fChoiceLimits[fCount-1]
689 * fCount-1: fChoiceLimits[fCount-1]..+Inf
721 int32_t fCount;

Completed in 708 milliseconds

1 2 3 45 6 7