| /external/libkmsxx/py/tests/ |
| D | ctm_test.py | 7 def ctm_to_blob(ctm, card): argument 59 ctm = [ 0.0, 1.0, 0.0, variable 78 ctm = [ 1.0, 0.0, 0.0, variable 88 ctm = [ 0.0, 0.0, 1.0, variable
|
| /external/skia/modules/sksg/src/ |
| D | SkSGRenderNode.cpp | 59 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()
|
| D | SkSGPaint.cpp | 45 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate() 69 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| D | SkSGTransform.cpp | 55 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()
|
| D | SkSGInvalidationController.cpp | 17 void InvalidationController::inval(const SkRect& r, const SkMatrix& ctm) { in inval()
|
| D | SkSGOpacityEffect.cpp | 36 SkRect OpacityEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| D | SkSGImage.cpp | 44 SkRect Image::onRevalidate(InvalidationController*, const SkMatrix& ctm) { in onRevalidate()
|
| D | SkSGEffectNode.cpp | 30 SkRect EffectNode::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| D | SkSGClipEffect.cpp | 41 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| /external/skia/tests/ |
| D | ShadowTest.cpp | 48 void tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm, in tessellate_shadow() 136 void check_xformed_bounds(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm) { in check_xformed_bounds() 186 SkMatrix ctm; in check_bounds() local
|
| /external/skia/src/core/ |
| D | SkRasterClipStack.h | 53 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()
|
| D | SkPathUtils.cpp | 30 const SkRect* cullRect, const SkMatrix& ctm) { in FillPathWithPaint() 81 const SkRect *cullRect, const SkMatrix &ctm) { in FillPathWithPaint()
|
| D | SkDrawShadowInfo.cpp | 22 const SkMatrix& ctm, const SkPoint3& zPlaneParams, in GetSpotShadowTransform() 123 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds()
|
| D | SkDraw_atlas.cpp | 26 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() 112 const SkMatrix& ctm = fMatrixProvider->localToDevice(); in drawAtlas() local
|
| /external/igt-gpu-tools/tests/ |
| D | kms_color.c | 240 struct drm_color_ctm ctm; in set_ctm() local 930 double ctm[] = { 0.0, 0.0, 0.0, in run_tests_for_pipe() local 943 double ctm[] = { 1.0, 1.0, 0.0, in run_tests_for_pipe() local 956 double ctm[] = { 1.0, 0.0, 1.0, in run_tests_for_pipe() local 971 double ctm[] = { 0.25, 0.0, 0.0, in run_tests_for_pipe() local 992 double ctm[] = { 0.5, 0.0, 0.0, in run_tests_for_pipe() local 1013 double ctm[] = { 0.75, 0.0, 0.0, in run_tests_for_pipe() local 1036 double ctm[] = { 100.0, 0.0, 0.0, in run_tests_for_pipe() local 1054 double ctm[] = { -1.0, 0.0, 0.0, in run_tests_for_pipe() local
|
| /external/skia/gm/ |
| D | crbug_1162942.cpp | 25 SkMatrix ctm = SkMatrix::MakeAll( variable
|
| D | crbug_1167277.cpp | 19 SkMatrix ctm = SkMatrix::MakeAll( variable
|
| D | rasterhandleallocator.cpp | 80 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()
|
| D | pictureshader.cpp | 82 SkMatrix ctm, localMatrix; in onDraw() local 107 SkMatrix ctm, localMatrix; in drawSceneColumn() local
|
| /external/skia/src/shaders/ |
| D | SkShader.cpp | 38 SkShaderBase::MatrixRec::MatrixRec(const SkMatrix& ctm) : fCTM(ctm) {} in MatrixRec() 121 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, in computeTotalInverse() 267 const SkMatrix& ctm, in rootProgram()
|
| /external/skia/src/gpu/ganesh/ |
| D | ClipStack.h | 71 void clipRect(const SkMatrix& ctm, const SkRect& rect, GrAA aa, SkClipOp op) { in clipRect() 74 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, GrAA aa, SkClipOp op) { in clipRRect() 77 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath()
|
| D | SkGr.cpp | 432 const SkMatrix& ctm, in skpaint_to_grpaint_impl() 622 const SkMatrix& ctm, in SkPaintToGrPaint() 639 const SkMatrix& ctm, in SkPaintToGrPaintReplaceShader() 658 const SkMatrix& ctm, in SkPaintToGrPaintWithBlend()
|
| /external/skia/src/utils/ |
| D | SkShadowTessellator.cpp | 926 const SkMatrix& ctm, in SkAmbientShadowTessellator() 960 bool SkAmbientShadowTessellator::computePathPolygon(const SkPath& path, const SkMatrix& ctm) { in computePathPolygon() 1020 SkSpotShadowTessellator::SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, in SkSpotShadowTessellator() 1069 bool SkSpotShadowTessellator::computeClipAndPathPolygons(const SkPath& path, const SkMatrix& ctm, in computeClipAndPathPolygons() 1167 sk_sp<SkVertices> SkShadowTessellator::MakeAmbient(const SkPath& path, const SkMatrix& ctm, in MakeAmbient() 1176 sk_sp<SkVertices> SkShadowTessellator::MakeSpot(const SkPath& path, const SkMatrix& ctm, in MakeSpot()
|
| /external/skia/src/gpu/ganesh/ops/ |
| D | SmallPathShapeData.cpp | 28 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey()
|
| /external/skia/docs/examples/ |
| D | Canvas_accessTopRasterHandle.cpp | 22 void updateHandle(Handle handle, const SkMatrix& ctm, const SkIRect& clip_bounds) override { in updateHandle()
|