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

1 2 34 5 6 7

  /external/skia/src/core/
SkDeque.cpp 32 , fCount(0)
42 , fCount(0)
71 fCount += 1;
111 fCount += 1;
152 SkASSERT(fCount > 0);
153 fCount -= 1;
186 SkASSERT(fCount > 0);
187 fCount -= 1;
SkScaledImageCache.h 102 int fCount;
SkRegion_rects.cpp 73 int fCount; // just [L R] count
139 if (r && (r->fCount == rowCount) &&
148 r->fCount = rowCount;
164 memcpy(dst, curr->fPtr, curr->fCount * sizeof(SkRegion::RunType));
165 dst += curr->fCount;
  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 29 fCount(0),
43 fCount += 1;
64 fCount += 1;
207 SkASSERT(count == fCount);
211 buffer.writeInt(fCount);
214 for (int i = 0; i < fCount; i++) {
229 fCount(0),
242 SkASSERT(count == fCount);
259 str->appendf("SkLayerDrawLooper (%d): ", fCount);
262 for (int i = 0; i < fCount; i++)
    [all...]
SkDashPathEffect.cpp 43 fCount = count;
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount);
249 bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1, fIntervalLength);
269 dashCount += length * (fCount >> 1) / fIntervalLength;
314 SkASSERT(index <= fCount);
315 if (index == fCount) {
357 if (fCount != 2 ||
543 buffer.writeScalarArray(fIntervals, fCount);
556 fCount = buffer.getArrayCount();
557 fIntervals = (SkScalar*)sk_malloc_throw(sizeof(SkScalar) * fCount);
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 29 fCount(0),
43 fCount += 1;
64 fCount += 1;
207 SkASSERT(count == fCount);
211 buffer.writeInt(fCount);
214 for (int i = 0; i < fCount; i++) {
229 fCount(0),
242 SkASSERT(count == fCount);
259 str->appendf("SkLayerDrawLooper (%d): ", fCount);
262 for (int i = 0; i < fCount; i++)
    [all...]
SkDashPathEffect.cpp 43 fCount = count;
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount);
249 bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1, fIntervalLength);
269 dashCount += length * (fCount >> 1) / fIntervalLength;
314 SkASSERT(index <= fCount);
315 if (index == fCount) {
357 if (fCount != 2 ||
543 buffer.writeScalarArray(fIntervals, fCount);
556 fCount = buffer.getArrayCount();
557 fIntervals = (SkScalar*)sk_malloc_throw(sizeof(SkScalar) * fCount);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 240 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
249 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
250 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
253 *p16++ = (uint16_t)res->u.fArray.fCount;
257 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
274 if (res->u.fTable.fCount == 0 && gFormatVersion > 1) {
304 if(res->u.fTable.fCount > (uint32_t)bundle->fMaxTableLength) {
305 bundle->fMaxTableLength = res->u.fTable.fCount;
308 if (res->u.fTable.fCount <= 0xffff &&
313 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fTable.fCount * 2, status)
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 242 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
251 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
252 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
255 *p16++ = (uint16_t)res->u.fArray.fCount;
259 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
276 if (res->u.fTable.fCount == 0 && gFormatVersion > 1) {
306 if(res->u.fTable.fCount > (uint32_t)bundle->fMaxTableLength) {
307 bundle->fMaxTableLength = res->u.fTable.fCount;
310 if (res->u.fTable.fCount <= 0xffff &&
315 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fTable.fCount * 2, status)
    [all...]
  /external/skia/gm/
shadertext.cpp 51 int fCount;
68 data.fCount, tm, mapper);
77 data.fPos, data.fCount, tm, mapper);
86 data.fPos, data.fCount, mapper);
99 data.fColors, data.fPos, data.fCount, tm, mapper);
gradients.cpp 14 int fCount;
45 data.fCount, tm, mapper);
54 data.fPos, data.fCount, tm, mapper);
63 data.fPos, data.fCount, mapper);
76 data.fColors, data.fPos, data.fCount, tm, mapper);
89 data.fCount, tm, mapper);
  /external/icu4c/i18n/
sortkey.cpp 226 uint8_t *result = (uint8_t*) uprv_malloc( sizeof(uint8_t) * fCount );
234 count = fCount;
236 uprv_memcpy(result, fBytes, fCount);
fmtable.cpp 199 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
589 fValue.fArrayAndCount.fCount = count;
612 fValue.fArrayAndCount.fCount = count;
678 count = fValue.fArrayAndCount.fCount;
    [all...]
  /external/icu4c/layoutex/
RunArrays.cpp 20 : fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(initialCapacity)
37 if (fCount >= fCapacity) {
47 return fCount++;
  /external/skia/tests/
ScalarTest.cpp 17 size_t fCount;
45 size_t fCount;
59 r.set(gSets[i].fPts, gSets[i].fCount);
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.h 32 // if fCount == 0, record is member property
38 int fCount; // for properties, actual type (count is always assumed to be 1)
43 signed char fCount;
47 return (SkDisplayTypes) fCount; // hack, but worth it?
56 fType == SkType_MemberFunction ? 1 : fCount;
63 fType == SkType_MemberFunction ? (SkDisplayTypes) fCount : (SkDisplayTypes) fType;
78 return (SkDisplayTypes) fCount; // hack, but worth it?
  /external/skia/src/animator/
SkMemberInfo.h 32 // if fCount == 0, record is member property
38 int fCount; // for properties, actual type (count is always assumed to be 1)
43 signed char fCount;
47 return (SkDisplayTypes) fCount; // hack, but worth it?
56 fType == SkType_MemberFunction ? 1 : fCount;
63 fType == SkType_MemberFunction ? (SkDisplayTypes) fCount : (SkDisplayTypes) fType;
78 return (SkDisplayTypes) fCount; // hack, but worth it?
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 216 int count() const { return fCount; }
266 int fCount;
  /external/skia/include/utils/
SkJSON.h 216 int count() const { return fCount; }
266 int fCount;
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 124 int fCount;
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.h 102 int fCount;
SkRegion_rects.cpp 73 int fCount; // just [L R] count
139 if (r && (r->fCount == rowCount) &&
148 r->fCount = rowCount;
164 memcpy(dst, curr->fPtr, curr->fCount * sizeof(SkRegion::RunType));
165 dst += curr->fCount;
  /external/skia/include/effects/
SkLayerDrawLooper.h 124 int fCount;
  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 196 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
569 fValue.fArrayAndCount.fCount = count;
592 fValue.fArrayAndCount.fCount = count;
658 count = fValue.fArrayAndCount.fCount;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
635 int32_t fCount;

Completed in 571 milliseconds

1 2 34 5 6 7