HomeSort by relevance Sort by last modified time
    Searched defs:oldCount (Results 1 - 9 of 9) sorted by null

  /external/skia/src/animator/
SkTypedArray.cpp 113 unsigned oldCount = fCount;
121 memcpy(fArray + oldCount, src, sizeof(int32_t) * count);
123 return fArray + oldCount;
164 int oldCount = fCount;
167 memmove(dst + count, dst, sizeof(int32_t) * (oldCount - index));
SkAnimateActive.cpp 66 int oldCount = fAnimators.count();
70 int total = oldCount + newCount;
74 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
75 for (index = oldCount; index < total; index++)
78 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) *
81 initState(apply, oldCount);
86 SkActive::SkState& testState = fState[oldCount + index];
87 for (int inner = 0; inner < oldCount; inner++) {
106 saveIndex -= oldCount;
113 oldCount--
    [all...]
SkDisplayApply.cpp 105 int oldCount = fActive->fAnimators.count();
108 fActive->appendSave(oldCount);
110 for (int index = oldCount; index < newCount; index++)
  /external/webkit/WebCore/rendering/
CounterNode.cpp 120 int oldCount = node->m_countInParent;
122 if (oldCount == newCount)
  /external/skia/include/core/
SkTDArray.h 154 unsigned oldCount = fCount;
157 src + count <= fArray || fArray + oldCount <= src);
161 memcpy(fArray + oldCount, src, sizeof(T) * count);
164 return fArray + oldCount;
179 int oldCount = fCount;
182 memmove(dst + count, dst, sizeof(T) * (oldCount - index));
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 153 int oldCount = mCount;
  /external/webkit/WebCore/platform/
ScrollView.cpp 586 int oldCount = m_scrollbarsAvoidingResizer;
594 if ((oldCount > 0 && m_scrollbarsAvoidingResizer == 0) ||
595 (oldCount == 0 && m_scrollbarsAvoidingResizer > 0))
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 223 milliseconds