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

12 3 4 5 6 7

  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 75 fCount(0)
90 fCount(0)
104 fCount(0)
132 fCount(0)
144 if (fCount != thatAlias.fCount) return FALSE;
147 for (int32_t i = 0; i < fCount; i++) {
164 fCount = that.fCount;
172 fChoiceLimits = (double*) uprv_malloc( sizeof(double) * fCount);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkData.cpp 213 fCount = 1;
225 fCount = 0;
254 fCount = uniqueCount;
259 for (int i = 0; i < fCount; ++i) {
266 return findValue(key, fPairs, fCount);
270 stream->write32(fCount);
271 if (fCount > 0) {
275 for (int i = 0; i < fCount; ++i) {
282 buffer.writeInt(fCount);
283 if (fCount > 0)
    [all...]
SkDataTable.cpp 20 fCount = 0;
31 fCount = count;
41 fCount = count;
55 SkASSERT((unsigned)index < (unsigned)fCount);
65 SkASSERT((unsigned)index < (unsigned)fCount);
86 fCount = buffer.read32();
87 if (fCount) {
92 SkASSERT(fCount * fElemSize == size);
102 size_t allocSize = fCount * sizeof(Dir) + dataSize;
105 char* elem = (char*)(dir + fCount);
    [all...]
SkPerspIter.h 45 int fCount;
SkFontStream.cpp 104 SfntHeader() : fCount(0), fDir(NULL) {}
107 /** If it returns true, then fCount and fDir are properly initialized.
117 fCount = count_tables(stream, ttcIndex, &offsetToDir);
118 if (0 == fCount) {
127 size_t size = fCount * sizeof(SkSFNTDirEntry);
132 int fCount;
163 for (int i = 0; i < header.fCount; i++) {
167 return header.fCount;
178 for (int i = 0; i < header.fCount; i++) {
SkPictureFlat.cpp 23 SkTypefacePlayback::SkTypefacePlayback() : fCount(0), fArray(NULL) {}
30 for (int i = 0; i < fCount; i++) {
37 fCount = rec->count();
38 fArray = SkNEW_ARRAY(SkRefCnt*, fCount);
40 for (int i = 0; i < fCount; i++) {
44 fCount = 0;
52 fCount = count;
58 SkASSERT((unsigned)index < (unsigned)fCount);
SkMipMap.h 34 int fCount;
  /external/skia/src/core/
SkData.cpp 213 fCount = 1;
225 fCount = 0;
254 fCount = uniqueCount;
259 for (int i = 0; i < fCount; ++i) {
266 return findValue(key, fPairs, fCount);
270 stream->write32(fCount);
271 if (fCount > 0) {
275 for (int i = 0; i < fCount; ++i) {
282 buffer.writeInt(fCount);
283 if (fCount > 0)
    [all...]
SkDataTable.cpp 20 fCount = 0;
31 fCount = count;
41 fCount = count;
55 SkASSERT((unsigned)index < (unsigned)fCount);
65 SkASSERT((unsigned)index < (unsigned)fCount);
86 fCount = buffer.read32();
87 if (fCount) {
92 SkASSERT(fCount * fElemSize == size);
102 size_t allocSize = fCount * sizeof(Dir) + dataSize;
105 char* elem = (char*)(dir + fCount);
    [all...]
SkPerspIter.h 45 int fCount;
SkFontStream.cpp 104 SfntHeader() : fCount(0), fDir(NULL) {}
107 /** If it returns true, then fCount and fDir are properly initialized.
117 fCount = count_tables(stream, ttcIndex, &offsetToDir);
118 if (0 == fCount) {
127 size_t size = fCount * sizeof(SkSFNTDirEntry);
132 int fCount;
163 for (int i = 0; i < header.fCount; i++) {
167 return header.fCount;
178 for (int i = 0; i < header.fCount; i++) {
SkPictureFlat.cpp 23 SkTypefacePlayback::SkTypefacePlayback() : fCount(0), fArray(NULL) {}
30 for (int i = 0; i < fCount; i++) {
37 fCount = rec->count();
38 fArray = SkNEW_ARRAY(SkRefCnt*, fCount);
40 for (int i = 0; i < fCount; i++) {
44 fCount = 0;
52 fCount = count;
58 SkASSERT((unsigned)index < (unsigned)fCount);
SkMipMap.h 34 int fCount;
  /external/chromium_org/third_party/skia/include/core/
SkDataSet.h 39 bool isEmpty() const { return 0 == fCount; }
40 int count() const { return fCount; }
47 fStop = ds.fPairs + ds.fCount;
81 int32_t fCount;
SkDeque.h 36 bool empty() const { return 0 == fCount; }
37 int count() const { return fCount; }
125 int fCount; // number of elements in the deque
  /external/skia/include/core/
SkDataSet.h 39 bool isEmpty() const { return 0 == fCount; }
40 int count() const { return fCount; }
47 fStop = ds.fPairs + ds.fCount;
81 int32_t fCount;
SkDeque.h 36 bool empty() const { return 0 == fCount; }
37 int count() const { return fCount; }
125 int fCount; // number of elements in the deque
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 64 fCount = kNonArray;
75 fCount = arrayCount;
86 , fCount(var.fCount)
114 fCount = kNonArray;
133 fCount = kNonArray;
153 fCount = count;
173 fCount = count;
182 bool isArray() const { return kNonArray != fCount; }
186 bool isUnsizedArray() const { return kUnsizedArray == fCount; }
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 64 fCount = kNonArray;
75 fCount = arrayCount;
86 , fCount(var.fCount)
114 fCount = kNonArray;
133 fCount = kNonArray;
153 fCount = count;
173 fCount = count;
182 bool isArray() const { return kNonArray != fCount; }
186 bool isUnsizedArray() const { return kUnsizedArray == fCount; }
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageRefPool.cpp 15 fCount = 0;
99 fCount += 1;
100 SkASSERT(computeCount() == fCount);
118 fCount += 1;
119 SkASSERT(computeCount() == fCount);
125 SkASSERT(fCount > 0);
142 fCount -= 1;
143 SkASSERT(computeCount() == fCount);
179 (int)fRAMBudget, (int)fRAMUsed, fCount);
SkImageRefPool.h 37 int fCount;
  /external/skia/src/images/
SkImageRefPool.cpp 15 fCount = 0;
99 fCount += 1;
100 SkASSERT(computeCount() == fCount);
118 fCount += 1;
119 SkASSERT(computeCount() == fCount);
125 SkASSERT(fCount > 0);
142 fCount -= 1;
143 SkASSERT(computeCount() == fCount);
179 (int)fRAMBudget, (int)fRAMUsed, fCount);
SkImageRefPool.h 37 int fCount;
  /external/icu4c/layoutex/layout/
RunArrays.h 218 le_int32 fCount;
223 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
229 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
235 : UObject(), fClientArrays(TRUE), fLimits(limits), fCount(count), fCapacity(count)
242 return fCount;
247 fCount = 0;
252 if (run < 0 || run >= fCount) {
261 return getLimit(fCount - 1);
  /external/junit/src/org/junit/runner/
Result.java 19 private AtomicInteger fCount = new AtomicInteger();
29 return fCount.get();
81 fCount.getAndIncrement();

Completed in 439 milliseconds

12 3 4 5 6 7