Flutter Engine
The Flutter Engine
|
#include "include/core/SkColor.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSpan.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | SkSVGProperty< T, kInheritable > |
class | SkSVGLength |
class | SkSVGIRI |
class | SkSVGColor |
class | SkSVGPaint |
class | SkSVGFuncIRI |
class | SkSVGLineJoin |
class | SkSVGSpreadMethod |
class | SkSVGFillRule |
class | SkSVGVisibility |
class | SkSVGDashArray |
class | SkSVGStopColor |
class | SkSVGObjectBoundingBoxUnits |
class | SkSVGFontFamily |
class | SkSVGFontStyle |
class | SkSVGFontSize |
class | SkSVGFontWeight |
struct | SkSVGPreserveAspectRatio |
class | SkSVGTextAnchor |
class | SkSVGFeInputType |
class | SkSVGFeTurbulenceBaseFrequency |
struct | SkSVGFeTurbulenceType |
Typedefs | |
using | SkSVGColorType = SkColor |
using | SkSVGIntegerType = int |
using | SkSVGNumberType = SkScalar |
using | SkSVGStringType = SkString |
using | SkSVGViewBoxType = SkRect |
using | SkSVGTransformType = SkMatrix |
using | SkSVGPointsType = std::vector< SkPoint > |
using | SkSVGFeColorMatrixValues = std::vector< SkSVGNumberType > |
Enumerations | |
enum class | SkSVGPropertyState { kUnspecified , kInherit , kValue } |
enum class | SkSVGLineCap { kButt , kRound , kSquare } |
enum class | SkSVGFeColorMatrixType { kMatrix , kSaturate , kHueRotate , kLuminanceToAlpha } |
enum class | SkSVGFeCompositeOperator { kOver , kIn , kOut , kAtop , kXor , kArithmetic } |
enum class | SkSVGXmlSpace { kDefault , kPreserve } |
enum class | SkSVGColorspace { kAuto , kSRGB , kLinearRGB } |
enum class | SkSVGDisplay { kInline , kNone } |
enum class | SkSVGFeFuncType { kIdentity , kTable , kDiscrete , kLinear , kGamma } |
using SkSVGColorType = SkColor |
Definition at line 25 of file SkSVGTypes.h.
using SkSVGFeColorMatrixValues = std::vector<SkSVGNumberType> |
Definition at line 677 of file SkSVGTypes.h.
using SkSVGIntegerType = int |
Definition at line 26 of file SkSVGTypes.h.
using SkSVGNumberType = SkScalar |
Definition at line 27 of file SkSVGTypes.h.
using SkSVGPointsType = std::vector<SkPoint> |
Definition at line 31 of file SkSVGTypes.h.
using SkSVGStringType = SkString |
Definition at line 28 of file SkSVGTypes.h.
using SkSVGTransformType = SkMatrix |
Definition at line 30 of file SkSVGTypes.h.
using SkSVGViewBoxType = SkRect |
Definition at line 29 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kAuto | |
kSRGB | |
kLinearRGB |
Definition at line 719 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kInline | |
kNone |
Definition at line 726 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kMatrix | |
kSaturate | |
kHueRotate | |
kLuminanceToAlpha |
Definition at line 670 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kOver | |
kIn | |
kOut | |
kAtop | |
kXor | |
kArithmetic |
Definition at line 679 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kIdentity | |
kTable | |
kDiscrete | |
kLinear | |
kGamma |
Definition at line 732 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kButt | |
kRound | |
kSquare |
Definition at line 288 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kUnspecified | |
kInherit | |
kValue |
Definition at line 33 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
kDefault | |
kPreserve |
Definition at line 714 of file SkSVGTypes.h.