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

  /external/skqp/modules/sksg/include/
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);
  /external/skia/modules/sksg/include/
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);
  /external/skqp/modules/sksg/src/
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 RenderContext* ctx) const {
39 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/skia/modules/sksg/src/
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 RenderContext* ctx) const {
36 const RenderNode* ClipEffect::onNodeAt(const SkPoint& p) const {
40 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/skia/modules/skottie/src/
SkottieLayer.cpp 152 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true);
505 layer = sksg::ClipEffect::Make(std::move(layer),
  /external/skqp/modules/skottie/src/
SkottieLayer.cpp 152 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true);
503 layer = sksg::ClipEffect::Make(std::move(layer),

Completed in 2046 milliseconds