#include <SkSVGBase.h>
Inherited by SkSVGPaint.
Public Member Functions | |
virtual | ~SkSVGBase () |
virtual void | addAttribute (SkSVGParser &parser, int attrIndex, const char *attrValue, size_t attrLength) |
virtual int | getAttributes (const SkSVGAttribute **attrPtr)=0 |
Definition at line 24 of file SkSVGBase.h.
virtual SkSVGBase::~SkSVGBase | ( | ) | [virtual] |
virtual void SkSVGBase::addAttribute | ( | SkSVGParser & | parser, | |
int | attrIndex, | |||
const char * | attrValue, | |||
size_t | attrLength | |||
) | [virtual] |
Reimplemented in SkSVGPaint.
virtual int SkSVGBase::getAttributes | ( | const SkSVGAttribute ** | attrPtr | ) | [pure virtual] |
Implemented in SkSVGPaint.