Lines Matching refs:SkDrawPath
10 #include "SkDrawPath.h"
25 const SkMemberInfo SkDrawPath::fInfo[] = {
33 DEFINE_GET_MEMBER(SkDrawPath);
35 SkDrawPath::SkDrawPath()
43 SkDrawPath::~SkDrawPath() {
48 bool SkDrawPath::addChild(SkAnimateMaker& maker, SkDisplayable* child) {
58 bool SkDrawPath::childrenNeedDisposing() const {
62 void SkDrawPath::dirty() {
69 bool SkDrawPath::draw(SkAnimateMaker& maker) {
76 SkDisplayable* SkDrawPath::getParent() const {
81 void SkDrawPath::dump(SkAnimateMaker* maker) {
101 SkPath& SkDrawPath::getPath() {
119 void SkDrawPath::onEndElement(SkAnimateMaker& ) {
134 bool SkDrawPath::getProperty(int index, SkScriptValue* value) const {
138 const SkPath& path = ((SkDrawPath*) this)->getPath();
156 void SkDrawPath::setChildHasID() {
160 bool SkDrawPath::setParent(SkDisplayable* parent) {
165 bool SkDrawPath::setProperty(int index, SkScriptValue& value)