Home
last modified time | relevance | path

Searched refs:setTransform (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/experimental/svg/model/
DSkSVGTransformableNode.h18 void setTransform(const SkSVGTransformType& t) { fTransform = t; } in setTransform() function
DSkSVGTransformableNode.cpp31 this->setTransform(*transform); in onSetAttribute()
/third_party/skia/modules/svg/include/
DSkSVGTransformableNode.h16 void setTransform(const SkSVGTransformType& t) { fTransform = t; } in setTransform() function
/third_party/skia/modules/svg/src/
DSkSVGTransformableNode.cpp31 this->setTransform(*transform); in onSetAttribute()
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpattern.js38 this.setTransform = function(m) { method in CanvasPattern
Dcanvas2dcontext.js72 this.setTransform(matrix.a, matrix.b, matrix.c,
985 this.setTransform = function(a, b, c, d, e, f) { method in CanvasRenderingContext2D
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpattern.js38 this.setTransform = function(m) { method in CanvasPattern
Dcanvas2dcontext.js70 this.setTransform(matrix.a, matrix.b, matrix.c,
969 this.setTransform = function(a, b, c, d, e, f) { method in CanvasRenderingContext2D
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIRTransformLayer.h36 void setTransform(TransformFunction Transform) { in setTransform() function
DObjectTransformLayer.h37 void setTransform(TransformFunction Transform) { in setTransform() function
DLLJIT.h162 TransformLayer->setTransform(std::move(Transform)); in setLazyCompileTransform()
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js619 CanvasRenderingContext2D.prototype.setTransform = function() {}; method in CanvasRenderingContext2D
643 CanvasPattern.prototype.setTransform = function() {}; method in CanvasPattern
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js357 ctx.setTransform(2, 0, -.5, 2.5, -40, 120);
414 ctx.setTransform(2, 0, -.5, 2.5, -40, 120);
619 pattern.setTransform({a: 1, b: -.1, c:.1, d: 0.5, e: 1800, f:800});
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
DSkottieUtils.cpp183 bool CustomPropertyManager::setTransform(const PropKey& key, in setTransform() function in skottie_utils::CustomPropertyManager
/third_party/skia/modules/skottie/gm/
DExternalProperties.cpp118 SkAssertResult(fPropManager->setTransform(prop, t)); in update_props()
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js360 ctx.setTransform(2, 0, -.5, 2.5, -40, 120);
421 ctx.setTransform(2, 0, -.5, 2.5, -40, 120);
650 pattern.setTransform({a: 1, b: -.1, c:.1, d: 0.5, e: 1800, f:800});
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.h98 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
DSkottieUtils.cpp230 bool CustomPropertyManager::setTransform(const PropKey& key, in setTransform() function in skottie_utils::CustomPropertyManager
/third_party/flutter/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp177 void setTransform(const char *t) { in setTransform() function in DataDict
329 dict.setTransform(options[ARG_TRANSFORM].value); in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp177 void setTransform(const char *t) { in setTransform() function in DataDict
329 dict.setTransform(options[ARG_TRANSFORM].value); in main()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp177 void setTransform(const char *t) { in setTransform() function in DataDict
329 dict.setTransform(options[ARG_TRANSFORM].value); in main()
/third_party/skia/modules/canvaskit/
Dexterns.js1120 CanvasRenderingContext2D.prototype.setTransform = function() {}; method in CanvasRenderingContext2D
1144 CanvasPattern.prototype.setTransform = function() {}; method in CanvasPattern
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp327 void setTransform(const Matrix &M, int i);
DVertexProcessor.cpp770 void VertexProcessor::setTransform(const Matrix &M, int i) in setTransform() function in sw::VertexProcessor
900 setTransform(PBVM[i], i); in updateTransform()

12