OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkSVGStop
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/svg/
SkSVGStop.h
1
/* libs/graphics/svg/
SkSVGStop
.h
23
class
SkSVGStop
: public SkSVGElement {
SkSVGStop.cpp
1
/* libs/graphics/svg/
SkSVGStop
.cpp
18
#include "
SkSVGStop
.h"
21
const SkSVGAttribute
SkSVGStop
::gAttributes[] = {
27
void
SkSVGStop
::translate(SkSVGParser& parser, bool defState) {
SkSVGGradient.cpp
20
#include "
SkSVGStop
.h"
47
SkSVGStop
* stop = (
SkSVGStop
*) *ptr;
98
SkSVGStop
* colorElement = (
SkSVGStop
*) *ptr;
114
SkSVGStop
* color = (
SkSVGStop
*) *ptr;
Completed in 21 milliseconds