Flutter Engine
The Flutter Engine
|
#include <SkSVGRenderContext.h>
Public Member Functions | |
SkSVGPresentationContext () | |
SkSVGPresentationContext (const SkSVGPresentationContext &)=default | |
SkSVGPresentationContext & | operator= (const SkSVGPresentationContext &)=default |
Public Attributes | |
const skia_private::THashMap< SkString, SkSVGColorType > * | fNamedColors = nullptr |
SkSVGPresentationAttributes | fInherited |
Definition at line 52 of file SkSVGRenderContext.h.
SkSVGPresentationContext::SkSVGPresentationContext | ( | ) |
Definition at line 145 of file SkSVGRenderContext.cpp.
|
default |
|
default |
SkSVGPresentationAttributes SkSVGPresentationContext::fInherited |
Definition at line 60 of file SkSVGRenderContext.h.
const skia_private::THashMap<SkString, SkSVGColorType>* SkSVGPresentationContext::fNamedColors = nullptr |
Definition at line 57 of file SkSVGRenderContext.h.