Skia
2D Graphics Library
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"
Include dependency graph for SkSVGValue.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

◆ SkSVGLengthValue

◆ SkSVGNumberValue

◆ SkSVGObjectBoundingBoxUnitsValue

◆ SkSVGPreserveAspectRatioValue

◆ SkSVGStopColorValue

◆ SkSVGStringValue

◆ SkSVGTransformValue

◆ SkSVGViewBoxValue