Searched refs:SkDump (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDump.cpp10 #include "SkDump.h"
22 const SkMemberInfo SkDump::fInfo[] = {
34 DEFINE_GET_MEMBER(SkDump); variable
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) { function in class:SkDump
39 bool SkDump::enable(SkAnimateMaker& maker ) {
58 bool SkDump::evaluate(SkAnimateMaker &maker) {
84 bool SkDump::hasEnable() const {
88 void SkDump::GetEnumString(SkDisplayTypes type, int index, SkString* result) {
124 const SkMemberInfo SkDump
136 DEFINE_GET_MEMBER(SkDump); variable
[all...]
H A DSkDump.h19 class SkDump : public SkDisplayable { class in inherits:SkDisplayable
22 SkDump();
H A DSkAnimatorScript2.h40 friend class SkDump;
H A DSkPaintParts.cpp14 #include "SkDump.h"
98 SkDump::GetEnumString(SkType_FontStyle, style, &string);
H A DSkAnimatorScript.h67 friend class SkDump;
H A DSkDisplayEvent.cpp16 #include "SkDump.h"
88 SkDump::GetEnumString(SkType_EventKind, kind, &str);
92 SkDump::GetEnumString(SkType_EventCode, code, &str);
H A DSkAnimateMaker.h34 class SkDump;
H A DSkDisplayPost.cpp17 #include "SkDump.h"
84 SkDump::GetEnumString(SkType_EventMode, mode, &string);
/external/skia/src/animator/
H A DSkDump.cpp10 #include "SkDump.h"
22 const SkMemberInfo SkDump::fInfo[] = {
34 DEFINE_GET_MEMBER(SkDump); variable
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) { function in class:SkDump
39 bool SkDump::enable(SkAnimateMaker& maker ) {
58 bool SkDump::evaluate(SkAnimateMaker &maker) {
84 bool SkDump::hasEnable() const {
88 void SkDump::GetEnumString(SkDisplayTypes type, int index, SkString* result) {
124 const SkMemberInfo SkDump
136 DEFINE_GET_MEMBER(SkDump); variable
[all...]
H A DSkDump.h19 class SkDump : public SkDisplayable { class in inherits:SkDisplayable
22 SkDump();
H A DSkAnimatorScript2.h40 friend class SkDump;
H A DSkPaintParts.cpp14 #include "SkDump.h"
98 SkDump::GetEnumString(SkType_FontStyle, style, &string);
H A DSkAnimatorScript.h67 friend class SkDump;
H A DSkDisplayEvent.cpp16 #include "SkDump.h"
88 SkDump::GetEnumString(SkType_EventKind, kind, &str);
92 SkDump::GetEnumString(SkType_EventCode, code, &str);
H A DSkAnimateMaker.h34 class SkDump;
H A DSkDisplayPost.cpp17 #include "SkDump.h"
84 SkDump::GetEnumString(SkType_EventMode, mode, &string);

Completed in 201 milliseconds