Searched defs:SkPost (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayPost.h22 class SkPost : public SkDisplayable { class in inherits:SkDisplayable
28 SkPost();
29 virtual ~SkPost();
H A DSkDisplayPost.cpp28 const SkMemberInfo SkPost::fInfo[] = {
39 DEFINE_GET_MEMBER(SkPost); variable
41 SkPost::SkPost() : delay(0), /*initialized(SkBool(-1)), */ mode(kImmediate), fMaker(NULL), function in class:SkPost
45 SkPost::~SkPost() {
50 bool SkPost::addChild(SkAnimateMaker& , SkDisplayable* child) {
57 bool SkPost::childrenNeedDisposing() const {
61 void SkPost::dirty() {
66 void SkPost
[all...]
/external/skia/src/animator/
H A DSkDisplayPost.h22 class SkPost : public SkDisplayable { class in inherits:SkDisplayable
28 SkPost();
29 virtual ~SkPost();
H A DSkDisplayPost.cpp28 const SkMemberInfo SkPost::fInfo[] = {
39 DEFINE_GET_MEMBER(SkPost); variable
41 SkPost::SkPost() : delay(0), /*initialized(SkBool(-1)), */ mode(kImmediate), fMaker(NULL), function in class:SkPost
45 SkPost::~SkPost() {
50 bool SkPost::addChild(SkAnimateMaker& , SkDisplayable* child) {
57 bool SkPost::childrenNeedDisposing() const {
61 void SkPost::dirty() {
66 void SkPost
[all...]

Completed in 1646 milliseconds