Home
last modified time | relevance | path

Searched defs:ctm (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/skia/modules/sksg/src/
DSkSGRenderNode.cpp59 const SkMatrix& ctm) { in LocalShader()
94 void RenderNode::RenderContext::modulatePaint(const SkMatrix& ctm, SkPaint* paint, in modulatePaint()
156 RenderNode::ScopedRenderContext::modulateMaskShader(sk_sp<SkShader> ms, const SkMatrix& ctm) { in modulateMaskShader()
186 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, const SkMatrix& ctm, in setIsolation()
209 RenderNode::ScopedRenderContext::setFilterIsolation(const SkRect& bounds, const SkMatrix& ctm, in setFilterIsolation()
DSkSGPaint.cpp45 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
69 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGTransform.cpp55 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
100 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
193 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGInvalidationController.cpp17 void InvalidationController::inval(const SkRect& r, const SkMatrix& ctm) { in inval()
DSkSGEffectNode.cpp30 SkRect EffectNode::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGOpacityEffect.cpp36 SkRect OpacityEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGImage.cpp44 SkRect Image::onRevalidate(InvalidationController*, const SkMatrix& ctm) { in onRevalidate()
DSkSGClipEffect.cpp40 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGDraw.cpp64 SkRect Draw::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGMaskEffect.cpp86 SkRect MaskEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGMerge.cpp64 SkRect Merge::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
/third_party/skia/tests/
DShadowTest.cpp37 void tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm, in tessellate_shadow()
125 void check_xformed_bounds(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm) { in check_xformed_bounds()
175 SkMatrix ctm; in check_bounds() local
/third_party/skia/src/core/
DSkRasterClipStack.h53 void clipRect(const SkMatrix& ctm, const SkRect& rect, SkClipOp op, bool aa) { in clipRect()
58 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, SkClipOp op, bool aa) { in clipRRect()
63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath()
DSkDrawShadowInfo.cpp34 const SkMatrix& ctm, const SkPoint3& zPlaneParams, in GetSpotShadowTransform()
141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds()
/third_party/skia/src/effects/imagefilters/
DSkOffsetImageFilter.cpp78 static SkIPoint map_offset_vector(const SkMatrix& ctm, const SkVector& offset) { in map_offset_vector()
136 const SkIRect& src, const SkMatrix& ctm, MapDirection dir, const SkIRect* inputRect) const { in onFilterNodeBounds() argument
/third_party/skia/gm/
Dcrbug_1162942.cpp25 SkMatrix ctm = SkMatrix::MakeAll( variable
Dcrbug_1167277.cpp19 SkMatrix ctm = SkMatrix::MakeAll( variable
Drasterhandleallocator.cpp80 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle()
109 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { in matrix_to_transform()
142 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle()
244 void updateHandle(Handle handle, const SkMatrix& ctm, const SkIRect& clip_bounds) override { in updateHandle()
Dpictureshader.cpp81 SkMatrix ctm, localMatrix; in onDraw() local
106 SkMatrix ctm, localMatrix; in drawSceneColumn() local
/third_party/skia/src/gpu/v1/
DClipStack.h63 void clipRect(const SkMatrix& ctm, const SkRect& rect, GrAA aa, SkClipOp op) { in clipRect()
66 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, GrAA aa, SkClipOp op) { in clipRRect()
69 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath()
/third_party/skia/src/gpu/ops/
DSmallPathShapeData.cpp25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey()
/third_party/skia/docs/examples/
DCanvas_accessTopRasterHandle.cpp22 void updateHandle(Handle handle, const SkMatrix& ctm, const SkIRect& clip_bounds) override { in updateHandle()
/third_party/skia/src/utils/
DSkShadowTessellator.cpp904 const SkMatrix& ctm, in SkAmbientShadowTessellator()
940 bool SkAmbientShadowTessellator::computePathPolygon(const SkPath& path, const SkMatrix& ctm) { in computePathPolygon()
1000 SkSpotShadowTessellator::SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, in SkSpotShadowTessellator()
1049 bool SkSpotShadowTessellator::computeClipAndPathPolygons(const SkPath& path, const SkMatrix& ctm, in computeClipAndPathPolygons()
1147 sk_sp<SkVertices> SkShadowTessellator::MakeAmbient(const SkPath& path, const SkMatrix& ctm, in MakeAmbient()
1156 sk_sp<SkVertices> SkShadowTessellator::MakeSpot(const SkPath& path, const SkMatrix& ctm, in MakeSpot()
/third_party/skia/experimental/xform/
DSkXform.cpp73 void Xform::setCache(const SkMatrix& ctm, sk_sp<ClipCache> clip) { in setCache()
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp166 sk_sp<SkShader> buildEffectShader(sksg::InvalidationController* ic, const SkMatrix& ctm) { in buildEffectShader()
175 sksg::InvalidationController* ic, const SkMatrix& ctm) { in buildEffectShader()
243 SkRect onRevalidate(sksg::InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()

1234