OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSaveRestore
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp
43
for (index = 0; index <
fSaveRestore
.count(); index++)
44
delete[]
fSaveRestore
[index];
94
int saveIndex =
fSaveRestore
.count();
99
delete[]
fSaveRestore
[saveIndex];
100
fSaveRestore
.remove(saveIndex);
119
int saveIndex =
fSaveRestore
.count();
123
fSaveRestore
.setCount(newTotal);
129
memmove(&
fSaveRestore
[newTotal], &
fSaveRestore
[saveIndex], oldCount);
130
memset(&
fSaveRestore
[newTotal + oldCount], 0
[
all
...]
SkAnimateActive.h
69
SkTDOperandPtrArray
fSaveRestore
; // if apply has restore="true"
SkDisplayApply.cpp
469
SkOperand* saveOperand = fActive->
fSaveRestore
[activeIndex];
471
info->setValue(target, fActive->
fSaveRestore
[activeIndex], count);
477
scriptValue.fOperand = fActive->
fSaveRestore
[activeIndex][0];
480
SkOperand* save = fActive->
fSaveRestore
[activeIndex];
751
if (fActive->
fSaveRestore
[activeIndex] == NULL) {
752
fActive->
fSaveRestore
[activeIndex] = new SkOperand[count];
756
memcpy(last.begin(), fActive->
fSaveRestore
[activeIndex], count * sizeof(SkOperand));
759
info->getValue(target, fActive->
fSaveRestore
[activeIndex], count);
767
fActive->
fSaveRestore
[activeIndex][0] = scriptValue.fOperand;
/external/skia/src/animator/
SkAnimateActive.cpp
43
for (index = 0; index <
fSaveRestore
.count(); index++)
44
delete[]
fSaveRestore
[index];
94
int saveIndex =
fSaveRestore
.count();
99
delete[]
fSaveRestore
[saveIndex];
100
fSaveRestore
.remove(saveIndex);
119
int saveIndex =
fSaveRestore
.count();
123
fSaveRestore
.setCount(newTotal);
129
memmove(&
fSaveRestore
[newTotal], &
fSaveRestore
[saveIndex], oldCount);
130
memset(&
fSaveRestore
[newTotal + oldCount], 0
[
all
...]
SkAnimateActive.h
69
SkTDOperandPtrArray
fSaveRestore
; // if apply has restore="true"
SkDisplayApply.cpp
469
SkOperand* saveOperand = fActive->
fSaveRestore
[activeIndex];
471
info->setValue(target, fActive->
fSaveRestore
[activeIndex], count);
477
scriptValue.fOperand = fActive->
fSaveRestore
[activeIndex][0];
480
SkOperand* save = fActive->
fSaveRestore
[activeIndex];
751
if (fActive->
fSaveRestore
[activeIndex] == NULL) {
752
fActive->
fSaveRestore
[activeIndex] = new SkOperand[count];
756
memcpy(last.begin(), fActive->
fSaveRestore
[activeIndex], count * sizeof(SkOperand));
759
info->getValue(target, fActive->
fSaveRestore
[activeIndex], count);
767
fActive->
fSaveRestore
[activeIndex][0] = scriptValue.fOperand;
Completed in 180 milliseconds