OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newLongs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.cpp
244
int
newLongs
= (index >> 5) + 1;
245
if (oldLongs <
newLongs
) {
246
fCopies.setCount(
newLongs
);
247
memset(&fCopies[oldLongs], 0, (
newLongs
- oldLongs) << 2);
/external/skia/src/animator/
SkDrawGroup.cpp
244
int
newLongs
= (index >> 5) + 1;
245
if (oldLongs <
newLongs
) {
246
fCopies.setCount(
newLongs
);
247
memset(&fCopies[oldLongs], 0, (
newLongs
- oldLongs) << 2);
Completed in 485 milliseconds