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

  /external/skia/src/svg/parser/
SkSVGStop.h 15 class SkSVGStop : public SkSVGElement {
SkSVGStop.cpp 10 #include "SkSVGStop.h"
13 const SkSVGAttribute SkSVGStop::gAttributes[] = {
19 void SkSVGStop::translate(SkSVGParser& parser, bool defState) {
SkSVGGradient.cpp 12 #include "SkSVGStop.h"
39 SkSVGStop* stop = (SkSVGStop*) *ptr;
90 SkSVGStop* colorElement = (SkSVGStop*) *ptr;
106 SkSVGStop* color = (SkSVGStop*) *ptr;

Completed in 6783 milliseconds