Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Typedefs
SkSVGValue.h File Reference
#include "include/core/SkColor.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPath.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkNoncopyable.h"
#include "modules/svg/include/SkSVGTypes.h"

Go to the source code of this file.

Classes

class  SkSVGValue
 
class  SkSVGWrapperValue< T, ValueType >
 

Typedefs

using SkSVGColorValue = SkSVGWrapperValue< SkSVGColorType, SkSVGValue::Type::kColor >
 
using SkSVGLengthValue = SkSVGWrapperValue< SkSVGLength, SkSVGValue::Type::kLength >
 
using SkSVGTransformValue = SkSVGWrapperValue< SkSVGTransformType, SkSVGValue::Type::kTransform >
 
using SkSVGViewBoxValue = SkSVGWrapperValue< SkSVGViewBoxType, SkSVGValue::Type::kViewBox >
 
using SkSVGNumberValue = SkSVGWrapperValue< SkSVGNumberType, SkSVGValue::Type::kNumber >
 
using SkSVGStringValue = SkSVGWrapperValue< SkSVGStringType, SkSVGValue::Type::kString >
 
using SkSVGStopColorValue = SkSVGWrapperValue< SkSVGStopColor, SkSVGValue::Type::kStopColor >
 
using SkSVGPreserveAspectRatioValue = SkSVGWrapperValue< SkSVGPreserveAspectRatio, SkSVGValue::Type::kPreserveAspectRatio >
 
using SkSVGObjectBoundingBoxUnitsValue = SkSVGWrapperValue< SkSVGObjectBoundingBoxUnits, SkSVGValue::Type::kObjectBoundingBoxUnits >
 

Typedef Documentation

◆ SkSVGColorValue

Definition at line 71 of file SkSVGValue.h.

◆ SkSVGLengthValue

Definition at line 72 of file SkSVGValue.h.

◆ SkSVGNumberValue

Definition at line 75 of file SkSVGValue.h.

◆ SkSVGObjectBoundingBoxUnitsValue

Definition at line 82 of file SkSVGValue.h.

◆ SkSVGPreserveAspectRatioValue

Definition at line 79 of file SkSVGValue.h.

◆ SkSVGStopColorValue

Definition at line 77 of file SkSVGValue.h.

◆ SkSVGStringValue

Definition at line 76 of file SkSVGValue.h.

◆ SkSVGTransformValue

Definition at line 73 of file SkSVGValue.h.

◆ SkSVGViewBoxValue

Definition at line 74 of file SkSVGValue.h.