Flutter Engine
The Flutter Engine
|
#include "modules/sksg/include/SkSGRenderNode.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/effects/SkImageFilters.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkTo.h"
#include "modules/sksg/src/SkSGNodePriv.h"
Go to the source code of this file.
Namespaces | |
namespace | sksg |
Functions | |
static SkAlpha | sksg::ScaleAlpha (SkAlpha alpha, float opacity) |
static sk_sp< SkShader > | sksg::LocalShader (const sk_sp< SkShader > &shader, const SkMatrix &base, const SkMatrix &ctm) |