HomeSort by relevance Sort by last modified time
    Searched defs:SkDump (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkDump.h 1 /* libs/graphics/animator/SkDump.h
27 class SkDump : public SkDisplayable {
30 SkDump();
SkDump.cpp 1 /* libs/graphics/animator/SkDump.cpp
18 #include "SkDump.h"
30 const SkMemberInfo SkDump::fInfo[] = {
42 DEFINE_GET_MEMBER(SkDump);
44 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
47 bool SkDump::enable(SkAnimateMaker& maker ) {
66 bool SkDump::evaluate(SkAnimateMaker &maker) {
92 bool SkDump::hasEnable() const {
96 void SkDump::GetEnumString(SkDisplayTypes type, int index, SkString* result)
    [all...]

Completed in 138 milliseconds