Flutter Engine
The Flutter Engine
|
#include <VelloRenderer.h>
Public Member Functions | |
VelloScene () | |
void | reset () |
void | solidFill (const SkPath &, const SkColor4f &, const SkPathFillType, const Transform &transform) |
void | solidStroke (const SkPath &, const SkColor4f &, const SkStrokeRec &, const Transform &transform) |
void | pushClipLayer (const SkPath &shape, const Transform &transform) |
void | popClipLayer () |
void | append (const VelloScene &other) |
Friends | |
class | VelloRenderer |
Definition at line 33 of file VelloRenderer.h.
skgpu::graphite::VelloScene::VelloScene | ( | ) |
Definition at line 204 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::append | ( | const VelloScene & | other | ) |
Definition at line 244 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::popClipLayer | ( | ) |
Definition at line 238 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::pushClipLayer | ( | const SkPath & | shape, |
const Transform & | transform | ||
) |
Definition at line 232 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::reset | ( | ) |
Definition at line 206 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::solidFill | ( | const SkPath & | shape, |
const SkColor4f & | fillColor, | ||
const SkPathFillType | fillType, | ||
const Transform & | transform | ||
) |
Definition at line 210 of file VelloRenderer.cpp.
void skgpu::graphite::VelloScene::solidStroke | ( | const SkPath & | shape, |
const SkColor4f & | fillColor, | ||
const SkStrokeRec & | style, | ||
const Transform & | transform | ||
) |
Definition at line 221 of file VelloRenderer.cpp.
|
friend |
Definition at line 55 of file VelloRenderer.h.