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/chromium_org/third_party/skia/src/animator/
SkDisplayList.h
27
void clear() {
fDrawList
.reset(); }
28
int count() { return
fDrawList
.count(); }
38
SkDrawable* get(int index) { return
fDrawList
[index]; }
40
SkTDDrawableArray* getDrawList() { return &
fDrawList
; }
62
SkTDDrawableArray
fDrawList
;
SkDisplayList.cpp
36
if (
fDrawList
.count()) {
41
for (int index = 0; index <
fDrawList
.count(); index++) {
42
SkDrawable* draw =
fDrawList
[index];
56
*list = &
fDrawList
;
57
*grandList = &
fDrawList
;
62
fDrawList
.reset();
117
for (int index = 0; index <
fDrawList
.count(); index++) {
118
SkDrawable* draw =
fDrawList
[index];
143
for (int index = 0; index <
fDrawList
.count(); index++) {
145
fDrawList
[fDumpIndex]->dump(maker)
[
all
...]
SkDisplayEvents.cpp
82
SkTDDrawableArray& drawArray = maker.fDisplayList.
fDrawList
;
Completed in 79 milliseconds