Home
last modified time | relevance | path

Searched refs:SkSVGAttribute (Results 1 – 25 of 58) sorted by relevance

123

/external/skia/src/svg/
DSkSVGElements.h22 static const SkSVGAttribute gAttributes[]; \
23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
DSkSVGText.cpp13 const SkSVGAttribute SkSVGText::gAttributes[] = {
30 const SkSVGAttribute SkSVGTspan::gAttributes[] = {
DSkSVGSymbol.cpp13 const SkSVGAttribute SkSVGSymbol::gAttributes[] = {
DSkSVGFilter.cpp13 const SkSVGAttribute SkSVGFilter::gAttributes[] = {
DSkSVGFeColorMatrix.cpp13 const SkSVGAttribute SkSVGFeColorMatrix::gAttributes[] = {
DSkSVGStop.cpp13 const SkSVGAttribute SkSVGStop::gAttributes[] = {
DSkSVGMask.cpp13 const SkSVGAttribute SkSVGMask::gAttributes[] = {
DSkSVGLine.cpp13 const SkSVGAttribute SkSVGLine::gAttributes[] = {
DSkSVGUse.cpp13 const SkSVGAttribute SkSVGUse::gAttributes[] = {
DSkSVGRect.cpp13 const SkSVGAttribute SkSVGRect::gAttributes[] = {
/external/chromium_org/third_party/skia/src/svg/
DSkSVGElements.h22 static const SkSVGAttribute gAttributes[]; \
23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
DSkSVGText.cpp13 const SkSVGAttribute SkSVGText::gAttributes[] = {
30 const SkSVGAttribute SkSVGTspan::gAttributes[] = {
DSkSVGSymbol.cpp13 const SkSVGAttribute SkSVGSymbol::gAttributes[] = {
DSkSVGFilter.cpp13 const SkSVGAttribute SkSVGFilter::gAttributes[] = {
DSkSVGFeColorMatrix.cpp13 const SkSVGAttribute SkSVGFeColorMatrix::gAttributes[] = {
DSkSVGStop.cpp13 const SkSVGAttribute SkSVGStop::gAttributes[] = {
DSkSVGMask.cpp13 const SkSVGAttribute SkSVGMask::gAttributes[] = {
DSkSVGLine.cpp13 const SkSVGAttribute SkSVGLine::gAttributes[] = {
DSkSVGUse.cpp13 const SkSVGAttribute SkSVGUse::gAttributes[] = {
DSkSVGRect.cpp13 const SkSVGAttribute SkSVGRect::gAttributes[] = {
DSkSVGPath.cpp13 const SkSVGAttribute SkSVGPath::gAttributes[] = {
/external/skia/include/svg/
DSkSVGPaintState.h48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
78 static SkSVGAttribute gAttributes[];
DSkSVGBase.h22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
/external/chromium_org/third_party/skia/include/svg/
DSkSVGPaintState.h48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
78 static SkSVGAttribute gAttributes[];
DSkSVGBase.h22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;

123