Home
last modified time | relevance | path

Searched refs:SkDisplayList (Results 1 – 25 of 42) sorted by relevance

12

/external/skia/src/animator/
DSkDisplayList.cpp21 SkDisplayList::SkDisplayList() : fDrawBounds(true), fUnionBounds(false), fInTime(0) { in SkDisplayList() function in SkDisplayList
24 SkDisplayList::~SkDisplayList() { in ~SkDisplayList()
27 void SkDisplayList::append(SkActive* active) { in append()
31 bool SkDisplayList::draw(SkAnimateMaker& maker, SkMSec inTime) { in draw()
53 int SkDisplayList::findGroup(SkDrawable* match, SkTDDrawableArray** list, in findGroup()
61 void SkDisplayList::hardReset() { in hardReset()
66 bool SkDisplayList::onIRect(const SkIRect& r) { in onIRect()
71 int SkDisplayList::SearchForMatch(SkDrawable* match, SkTDDrawableArray** list, in SearchForMatch()
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** li… in SearchGroupForMatch()
116 void SkDisplayList::reset() { in reset()
[all …]
DSkMatrixParts.cpp190 SkDisplayList::fIndent += 4; in dump()
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); in dump()
193 SkDisplayList::fIndent += 4; in dump()
195 SkDisplayList::fIndent -= 4; in dump()
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); in dump()
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); in dump()
200 SkDisplayList::fIndent += 4; in dump()
202 SkDisplayList::fIndent -= 4; in dump()
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, ""); in dump()
205 SkDisplayList::fIndent -= 4; in dump()
[all …]
DSkDisplayAdd.cpp68 SkDisplayList::fIndent += 4; in dump()
69 int save = SkDisplayList::fDumpIndex; in dump()
72 SkDisplayList::fIndent -= 4; in dump()
73 SkDisplayList::fDumpIndex = save; in dump()
80 SkDisplayList& displayList = maker.fDisplayList; in enable()
206 SkDisplayList& displayList = maker.fDisplayList; in enable()
DSkDrawGroup.cpp135 SkDisplayList::fIndent += 4; in dumpDrawables()
136 int save = SkDisplayList::fDumpIndex; in dumpDrawables()
137 SkDisplayList::fDumpIndex = 0; in dumpDrawables()
146 SkDisplayList::fDumpIndex++; in dumpDrawables()
148 SkDisplayList::fIndent -= 4; in dumpDrawables()
149 SkDisplayList::fDumpIndex = save; in dumpDrawables()
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList); in findGroup()
DSkDisplayList.h22 class SkDisplayList : public SkRefCnt {
24 SkDisplayList();
25 virtual ~SkDisplayList();
DSkDisplayable.cpp246 SkDebugf("%*s", SkDisplayList::fIndent, ""); in dumpBase()
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0) in dumpBase()
248 SkDebugf("%d: ", SkDisplayList::fDumpIndex); in dumpBase()
259 SkDisplayList::fIndent += 4; in dumpChildren()
276 SkDisplayList::fIndent -= 4; in dumpChildren()
288 SkDebugf("%*s", SkDisplayList::fIndent, ""); in dumpEnd()
DSkDisplayPost.cpp99 SkDisplayList::fIndent += 4; in dump()
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name); in dump()
157 SkDisplayList::fIndent -= 4; in dump()
DSkDisplayMovie.cpp93 SkDisplayList::fIndent += 4; in dump()
95 SkDisplayList::fIndent -= 4; in dump()
DSkDrawGradient.cpp58 SkDisplayList::fIndent += 4; in dumpRest()
67 SkDisplayList::fIndent -= 4; in dumpRest()
DSkDrawPath.cpp85 SkDisplayList::fIndent += 4; in dump()
93 SkDisplayList::fIndent -= 4; in dump()
DSkPaintPart.cpp94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str()); in dump()
DSkAnimateBase.h80 friend class SkDisplayList; variable
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayList.cpp21 SkDisplayList::SkDisplayList() : fDrawBounds(true), fUnionBounds(false), fInTime(0) { in SkDisplayList() function in SkDisplayList
24 SkDisplayList::~SkDisplayList() { in ~SkDisplayList()
27 void SkDisplayList::append(SkActive* active) { in append()
31 bool SkDisplayList::draw(SkAnimateMaker& maker, SkMSec inTime) { in draw()
53 int SkDisplayList::findGroup(SkDrawable* match, SkTDDrawableArray** list, in findGroup()
61 void SkDisplayList::hardReset() { in hardReset()
66 bool SkDisplayList::onIRect(const SkIRect& r) { in onIRect()
71 int SkDisplayList::SearchForMatch(SkDrawable* match, SkTDDrawableArray** list, in SearchForMatch()
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** li… in SearchGroupForMatch()
116 void SkDisplayList::reset() { in reset()
[all …]
DSkMatrixParts.cpp190 SkDisplayList::fIndent += 4; in dump()
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); in dump()
193 SkDisplayList::fIndent += 4; in dump()
195 SkDisplayList::fIndent -= 4; in dump()
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); in dump()
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); in dump()
200 SkDisplayList::fIndent += 4; in dump()
202 SkDisplayList::fIndent -= 4; in dump()
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, ""); in dump()
205 SkDisplayList::fIndent -= 4; in dump()
[all …]
DSkDisplayAdd.cpp68 SkDisplayList::fIndent += 4; in dump()
69 int save = SkDisplayList::fDumpIndex; in dump()
72 SkDisplayList::fIndent -= 4; in dump()
73 SkDisplayList::fDumpIndex = save; in dump()
80 SkDisplayList& displayList = maker.fDisplayList; in enable()
206 SkDisplayList& displayList = maker.fDisplayList; in enable()
DSkDrawGroup.cpp135 SkDisplayList::fIndent += 4; in dumpDrawables()
136 int save = SkDisplayList::fDumpIndex; in dumpDrawables()
137 SkDisplayList::fDumpIndex = 0; in dumpDrawables()
146 SkDisplayList::fDumpIndex++; in dumpDrawables()
148 SkDisplayList::fIndent -= 4; in dumpDrawables()
149 SkDisplayList::fDumpIndex = save; in dumpDrawables()
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList); in findGroup()
DSkDisplayList.h22 class SkDisplayList : public SkRefCnt {
24 SkDisplayList();
25 virtual ~SkDisplayList();
DSkDisplayable.cpp246 SkDebugf("%*s", SkDisplayList::fIndent, ""); in dumpBase()
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0) in dumpBase()
248 SkDebugf("%d: ", SkDisplayList::fDumpIndex); in dumpBase()
259 SkDisplayList::fIndent += 4; in dumpChildren()
276 SkDisplayList::fIndent -= 4; in dumpChildren()
288 SkDebugf("%*s", SkDisplayList::fIndent, ""); in dumpEnd()
DSkDisplayPost.cpp99 SkDisplayList::fIndent += 4; in dump()
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name); in dump()
157 SkDisplayList::fIndent -= 4; in dump()
DSkDrawGradient.cpp58 SkDisplayList::fIndent += 4; in dumpRest()
67 SkDisplayList::fIndent -= 4; in dumpRest()
DSkDisplayMovie.cpp93 SkDisplayList::fIndent += 4; in dump()
95 SkDisplayList::fIndent -= 4; in dump()
DSkDrawPath.cpp85 SkDisplayList::fIndent += 4; in dump()
93 SkDisplayList::fIndent -= 4; in dump()
DSkPaintPart.cpp94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str()); in dump()
DSkAnimateBase.h80 friend class SkDisplayList; variable
DSkDisplayApply.cpp234 SkDisplayList::fIndent += 4; in dump()
235 int save = SkDisplayList::fDumpIndex; in dump()
254 SkDisplayList::fIndent -= 4; in dump()
255 SkDisplayList::fDumpIndex = save; in dump()
302 SkDisplayList& displayList = maker.fDisplayList; in enable()

12