OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDrawList
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkDisplayList.h
37
void clear() {
fDrawList
.reset(); }
38
int count() { return
fDrawList
.count(); }
48
SkDrawable* get(int index) { return
fDrawList
[index]; }
50
SkTDDrawableArray* getDrawList() { return &
fDrawList
; }
72
SkTDDrawableArray
fDrawList
;
SkDisplayList.cpp
44
if (
fDrawList
.count()) {
49
for (int index = 0; index <
fDrawList
.count(); index++) {
50
SkDrawable* draw =
fDrawList
[index];
64
*list = &
fDrawList
;
65
*grandList = &
fDrawList
;
70
fDrawList
.reset();
125
for (int index = 0; index <
fDrawList
.count(); index++) {
126
SkDrawable* draw =
fDrawList
[index];
151
for (int index = 0; index <
fDrawList
.count(); index++) {
153
fDrawList
[fDumpIndex]->dump(maker)
[
all
...]
SkDisplayEvents.cpp
90
SkTDDrawableArray& drawArray = maker.fDisplayList.
fDrawList
;
Completed in 817 milliseconds