HomeSort by relevance Sort by last modified time
    Searched refs:SkSVGElement (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/svg/
SkSVGClipPath.h 15 class SkSVGClipPath : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGMetadata.h 15 class SkSVGMetadata : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGPath.h 15 class SkSVGPath : public SkSVGElement {
19 typedef SkSVGElement INHERITED;
SkSVGSymbol.h 15 class SkSVGSymbol : public SkSVGElement {
19 typedef SkSVGElement INHERITED;
SkSVGElements.cpp 18 SkString* first = (SkString*) ((char*) this + sizeof(SkSVGElement));
24 SkSVGElement::SkSVGElement() : fParent(NULL), fIsDef(false), fIsNotDef(true) {
27 SkSVGElement::~SkSVGElement() {
30 SkSVGElement* SkSVGElement::getGradient() {
34 bool SkSVGElement::isGroupParent() {
35 SkSVGElement* parent = fParent;
44 bool SkSVGElement::isDef()
    [all...]
SkSVGGroup.h 15 class SkSVGGroup : public SkSVGElement {
18 virtual SkSVGElement* getGradient();
25 typedef SkSVGElement INHERITED;
SkSVGCircle.h 15 class SkSVGCircle : public SkSVGElement {
21 typedef SkSVGElement INHERITED;
SkSVGStop.h 15 class SkSVGStop : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGEllipse.h 15 class SkSVGEllipse : public SkSVGElement {
22 typedef SkSVGElement INHERITED;
SkSVGFeColorMatrix.h 15 class SkSVGFeColorMatrix : public SkSVGElement {
23 typedef SkSVGElement INHERITED;
SkSVGFilter.h 15 class SkSVGFilter : public SkSVGElement {
24 typedef SkSVGElement INHERITED;
SkSVGLine.h 15 class SkSVGLine : public SkSVGElement {
22 typedef SkSVGElement INHERITED;
SkSVGPolyline.h 16 class SkSVGPolyline : public SkSVGElement {
24 typedef SkSVGElement INHERITED;
SkSVGRect.h 15 class SkSVGRect : public SkSVGElement {
23 typedef SkSVGElement INHERITED;
SkSVGUse.h 15 class SkSVGUse : public SkSVGElement {
24 typedef SkSVGElement INHERITED;
  /external/skia/src/svg/
SkSVGClipPath.h 15 class SkSVGClipPath : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGMetadata.h 15 class SkSVGMetadata : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGPath.h 15 class SkSVGPath : public SkSVGElement {
19 typedef SkSVGElement INHERITED;
SkSVGSymbol.h 15 class SkSVGSymbol : public SkSVGElement {
19 typedef SkSVGElement INHERITED;
SkSVGElements.cpp 18 SkString* first = (SkString*) ((char*) this + sizeof(SkSVGElement));
24 SkSVGElement::SkSVGElement() : fParent(NULL), fIsDef(false), fIsNotDef(true) {
27 SkSVGElement::~SkSVGElement() {
30 SkSVGElement* SkSVGElement::getGradient() {
34 bool SkSVGElement::isGroupParent() {
35 SkSVGElement* parent = fParent;
44 bool SkSVGElement::isDef()
    [all...]
SkSVGGroup.h 15 class SkSVGGroup : public SkSVGElement {
18 virtual SkSVGElement* getGradient();
25 typedef SkSVGElement INHERITED;
SkSVGCircle.h 15 class SkSVGCircle : public SkSVGElement {
21 typedef SkSVGElement INHERITED;
SkSVGStop.h 15 class SkSVGStop : public SkSVGElement {
20 typedef SkSVGElement INHERITED;
SkSVGEllipse.h 15 class SkSVGEllipse : public SkSVGElement {
22 typedef SkSVGElement INHERITED;
SkSVGFeColorMatrix.h 15 class SkSVGFeColorMatrix : public SkSVGElement {
23 typedef SkSVGElement INHERITED;

Completed in 112 milliseconds

1 2 3