Searched refs:SkDisplayInt (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayTypes.cpp49 const SkMemberInfo SkDisplayInt::fInfo[] = {
55 DEFINE_GET_MEMBER(SkDisplayInt); variable
57 SkDisplayInt::SkDisplayInt() : value(0) { function in class:SkDisplayInt
61 void SkDisplayInt::dump(SkAnimateMaker* maker){
H A DSkDisplayTypes.h46 class SkDisplayInt : public SkDisplayDepend { class in inherits:SkDisplayDepend
48 SkDisplayInt();
H A DSkAnimatorScript2.cpp65 SkDisplayInt* boxedValue = new SkDisplayInt;
323 SkDisplayInt* boxedValue = (SkDisplayInt*) displayable;
H A DSkAnimatorScript.cpp106 SkDisplayInt* boxedValue = new SkDisplayInt;
456 SkDisplayInt* boxedValue = (SkDisplayInt*) displayable;

Completed in 113 milliseconds