OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkSVGAttribute
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/third_party/skia/include/svg/
SkSVGBase.h
13
#include "
SkSVGAttribute
.h"
22
virtual int getAttributes(const
SkSVGAttribute
** attrPtr) = 0;
25
#endif // SkSVGBase_DEFINEDes(const
SkSVGAttribute
** attrPtr) = 0;
/external/chromium_org/third_party/skia/src/svg/
SkSVGFilter.cpp
13
const
SkSVGAttribute
SkSVGFilter::gAttributes[] = {
SkSVGSymbol.cpp
13
const
SkSVGAttribute
SkSVGSymbol::gAttributes[] = {
SkSVGText.cpp
13
const
SkSVGAttribute
SkSVGText::gAttributes[] = {
30
const
SkSVGAttribute
SkSVGTspan::gAttributes[] = {
SkSVGElements.h
22
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; } \
SkSVGFeColorMatrix.cpp
13
const
SkSVGAttribute
SkSVGFeColorMatrix::gAttributes[] = {
SkSVGMask.cpp
13
const
SkSVGAttribute
SkSVGMask::gAttributes[] = {
SkSVGStop.cpp
13
const
SkSVGAttribute
SkSVGStop::gAttributes[] = {
SkSVGLine.cpp
13
const
SkSVGAttribute
SkSVGLine::gAttributes[] = {
SkSVGUse.cpp
13
const
SkSVGAttribute
SkSVGUse::gAttributes[] = {
SkSVGPath.cpp
13
const
SkSVGAttribute
SkSVGPath::gAttributes[] = {
SkSVGPolygon.cpp
13
const
SkSVGAttribute
SkSVGPolygon::gAttributes[] = {
SkSVGRect.cpp
13
const
SkSVGAttribute
SkSVGRect::gAttributes[] = {
/external/skia/include/svg/
SkSVGBase.h
13
#include "
SkSVGAttribute
.h"
22
virtual int getAttributes(const
SkSVGAttribute
** attrPtr) = 0;
25
#endif // SkSVGBase_DEFINEDes(const
SkSVGAttribute
** attrPtr) = 0;
/external/skia/src/svg/
SkSVGFilter.cpp
13
const
SkSVGAttribute
SkSVGFilter::gAttributes[] = {
SkSVGSymbol.cpp
13
const
SkSVGAttribute
SkSVGSymbol::gAttributes[] = {
SkSVGText.cpp
13
const
SkSVGAttribute
SkSVGText::gAttributes[] = {
30
const
SkSVGAttribute
SkSVGTspan::gAttributes[] = {
SkSVGElements.h
22
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; } \
SkSVGFeColorMatrix.cpp
13
const
SkSVGAttribute
SkSVGFeColorMatrix::gAttributes[] = {
SkSVGMask.cpp
13
const
SkSVGAttribute
SkSVGMask::gAttributes[] = {
SkSVGStop.cpp
13
const
SkSVGAttribute
SkSVGStop::gAttributes[] = {
SkSVGLine.cpp
13
const
SkSVGAttribute
SkSVGLine::gAttributes[] = {
SkSVGUse.cpp
13
const
SkSVGAttribute
SkSVGUse::gAttributes[] = {
SkSVGPath.cpp
13
const
SkSVGAttribute
SkSVGPath::gAttributes[] = {
SkSVGPolygon.cpp
13
const
SkSVGAttribute
SkSVGPolygon::gAttributes[] = {
Completed in 135 milliseconds
1
2
3