OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTotal
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkAnimateActive.cpp
130
int
newTotal
= records * newCount;
131
fSaveRestore.setCount(
newTotal
);
134
newTotal
-= newCount;
136
SkASSERT(
newTotal
>= 0);
137
memmove(&fSaveRestore[
newTotal
], &fSaveRestore[saveIndex], oldCount);
138
memset(&fSaveRestore[
newTotal
+ oldCount], 0,
140
memmove(&fSaveInterpolators[
newTotal
],
142
memset(&fSaveInterpolators[
newTotal
+ oldCount], 0,
145
SkASSERT(
newTotal
== 0);
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 127 milliseconds