HomeSort by relevance Sort by last modified time
    Searched refs:SkSVGAttribute (Results 1 - 24 of 24) sorted by null

  /external/skia/include/svg/
SkSVGBase.h 20 #include "SkSVGAttribute.h"
29 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
32 #endif // SkSVGBase_DEFINEDes(const SkSVGAttribute** attrPtr) = 0;
SkSVGPaintState.h 55 virtual int getAttributes(const SkSVGAttribute** attrPtr);
85 static SkSVGAttribute gAttributes[];
SkSVGAttribute.h 22 struct SkSVGAttribute {
  /external/skia/src/svg/
SkSVGFilter.cpp 21 const SkSVGAttribute SkSVGFilter::gAttributes[] = {
SkSVGSymbol.cpp 21 const SkSVGAttribute SkSVGSymbol::gAttributes[] = {
SkSVGText.cpp 21 const SkSVGAttribute SkSVGText::gAttributes[] = {
38 const SkSVGAttribute SkSVGTspan::gAttributes[] = {
SkSVGElements.h 30 static const SkSVGAttribute gAttributes[]; \
31 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
46 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
SkSVGFeColorMatrix.cpp 21 const SkSVGAttribute SkSVGFeColorMatrix::gAttributes[] = {
SkSVGMask.cpp 21 const SkSVGAttribute SkSVGMask::gAttributes[] = {
SkSVGStop.cpp 21 const SkSVGAttribute SkSVGStop::gAttributes[] = {
SkSVGLine.cpp 21 const SkSVGAttribute SkSVGLine::gAttributes[] = {
SkSVGUse.cpp 21 const SkSVGAttribute SkSVGUse::gAttributes[] = {
SkSVGPath.cpp 21 const SkSVGAttribute SkSVGPath::gAttributes[] = {
SkSVGPolygon.cpp 21 const SkSVGAttribute SkSVGPolygon::gAttributes[] = {
SkSVGRect.cpp 21 const SkSVGAttribute SkSVGRect::gAttributes[] = {
SkSVGImage.cpp 21 const SkSVGAttribute SkSVGImage::gAttributes[] = {
SkSVGLinearGradient.cpp 21 const SkSVGAttribute SkSVGLinearGradient::gAttributes[] = {
SkSVGPolyline.cpp 27 const SkSVGAttribute SkSVGPolyline::gAttributes[] = {
SkSVGRadialGradient.cpp 21 const SkSVGAttribute SkSVGRadialGradient::gAttributes[] = {
SkSVGCircle.cpp 23 const SkSVGAttribute SkSVGCircle::gAttributes[] = {
SkSVGEllipse.cpp 23 const SkSVGAttribute SkSVGEllipse::gAttributes[] = {
SkSVGSVG.cpp 23 const SkSVGAttribute SkSVGSVG::gAttributes[] = {
SkSVGPaintState.cpp 23 SkSVGAttribute SkSVGPaint::gAttributes[] = {
195 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) {
SkSVGParser.cpp 76 const SkSVGAttribute* attributes;

Completed in 632 milliseconds