Home
last modified time | relevance | path

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

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