HomeSort by relevance Sort by last modified time
    Searched refs:ClipEffect (Results 1 - 6 of 6) sorted by null

  /external/skia/experimental/sksg/effects/
SkSGClipEffect.h 21 class ClipEffect final : public EffectNode {
23 static sk_sp<ClipEffect> Make(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip,
26 ? sk_sp<ClipEffect>(new ClipEffect(std::move(child), std::move(clip), aa))
30 ~ClipEffect() override;
33 ClipEffect(sk_sp<RenderNode>, sk_sp<GeometryNode>, bool aa);
SkSGClipEffect.cpp 16 ClipEffect::ClipEffect(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip, bool aa)
23 ClipEffect::~ClipEffect() {
27 void ClipEffect::onRender(SkCanvas* canvas) const {
39 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/skqp/experimental/sksg/effects/
SkSGClipEffect.h 21 class ClipEffect final : public EffectNode {
23 static sk_sp<ClipEffect> Make(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip,
26 ? sk_sp<ClipEffect>(new ClipEffect(std::move(child), std::move(clip), aa))
30 ~ClipEffect() override;
33 ClipEffect(sk_sp<RenderNode>, sk_sp<GeometryNode>, bool aa);
SkSGClipEffect.cpp 16 ClipEffect::ClipEffect(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip, bool aa)
23 ClipEffect::~ClipEffect() {
27 void ClipEffect::onRender(SkCanvas* canvas) const {
39 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/skia/experimental/skottie/
Skottie.cpp     [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp     [all...]

Completed in 100 milliseconds