Home
last modified time | relevance | path

Searched refs:SkSVGBase (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/svg/
DSkSVGElements.cpp21 SkSVGBase::~SkSVGBase() { in ~SkSVGBase()
24 void SkSVGBase::addAttribute(SkSVGParser& parser, int attrIndex, in addAttribute()
DSkSVGElements.h55 class SkSVGElement : public SkSVGBase {
DSkSVGParser.cpp74 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, in findAttribute()
/external/skia/include/svg/
DSkSVGBase.h24 class SkSVGBase {
26 virtual ~SkSVGBase();
DSkSVGParser.h30 class SkSVGBase; variable
44 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
DSkSVGPaintState.h23 class SkSVGPaint : public SkSVGBase {