OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkSVGShape
(Results
1 - 8
of
8
) sorted by null
/external/skia/experimental/svg/model/
SkSVGShape.h
17
class
SkSVGShape
: public SkSVGTransformableNode {
19
~
SkSVGShape
() override = default;
24
SkSVGShape
(SkSVGTag);
SkSVGShape.cpp
9
#include "
SkSVGShape
.h"
11
SkSVGShape
::
SkSVGShape
(SkSVGTag t) : INHERITED(t) {}
13
void
SkSVGShape
::onRender(const SkSVGRenderContext& ctx) const {
27
void
SkSVGShape
::appendChild(sk_sp<SkSVGNode>) {
31
SkPath::FillType
SkSVGShape
::FillRuleToFillType(const SkSVGFillRule& fillRule) {
SkSVGPath.h
12
#include "
SkSVGShape
.h"
14
class SkSVGPath final : public
SkSVGShape
{
34
typedef
SkSVGShape
INHERITED;
SkSVGCircle.h
11
#include "
SkSVGShape
.h"
16
class SkSVGCircle final : public
SkSVGShape
{
43
typedef
SkSVGShape
INHERITED;
SkSVGEllipse.h
11
#include "
SkSVGShape
.h"
16
class SkSVGEllipse final : public
SkSVGShape
{
44
typedef
SkSVGShape
INHERITED;
SkSVGPoly.h
12
#include "
SkSVGShape
.h"
15
class SkSVGPoly final : public
SkSVGShape
{
42
typedef
SkSVGShape
INHERITED;
SkSVGLine.h
11
#include "
SkSVGShape
.h"
16
class SkSVGLine final : public
SkSVGShape
{
45
typedef
SkSVGShape
INHERITED;
SkSVGRect.h
11
#include "
SkSVGShape
.h"
16
class SkSVGRect final : public
SkSVGShape
{
51
typedef
SkSVGShape
INHERITED;
Completed in 75 milliseconds