Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/third_party/boost/boost/geometry/algorithms/
Dtransform.hpp49 namespace detail { namespace transform namespace
279 struct transform {}; struct
282 struct transform<Point1, Point2, point_tag, point_tag> struct
289 struct transform struct
299 struct transform<Range1, Range2, ring_tag, ring_tag> struct
305 struct transform<Polygon1, Polygon2, polygon_tag, polygon_tag> struct
311 struct transform<Box1, Box2, box_tag, box_tag> struct
317 struct transform<Segment1, Segment2, segment_tag, segment_tag> struct
323 struct transform struct
345 struct transform struct
[all …]
/third_party/node/test/parallel/
Dtest-stream-transform-destroy.js8 const transform = new Transform({ constant
9 transform(chunk, enc, cb) {} method
22 const transform = new Transform({ constant
23 transform(chunk, enc, cb) {} method
40 const transform = new Transform({ constant
41 transform(chunk, enc, cb) {} method
62 const transform = new Transform({ constant
63 transform(chunk, enc, cb) {}, method
82 const transform = new Transform({ constant
83 transform(chunk, enc, cb) {} method
[all …]
Dtest-stream-writable-needdrain-state.js7 const transform = new stream.Transform({ constant
8 transform: _transform, property
Dtest-stdout-pipeline-destroy.js15 const transform = new Transform({ constant
16 transform(chunk, enc, cb) { method
Dtest-stream-readable-emit-readable-short-stream.js16 transform: common.mustCall(function(chunk, encoding, callback) { property
39 transform: common.mustCall(function(chunk, encoding, callback) { property
62 transform: common.mustCall(function(chunk, encoding, callback) { property
126 transform: common.mustCall(function(chunk, encoding, callback) { property
Dtest-stream-inheritance.js9 const transform = new Transform({ transform() {} }); constant
/third_party/boost/boost/fusion/algorithm/transformation/
Dtransform.hpp20 struct transform struct
22 typedef transform_view<Sequence1, Sequence2, F> type;
27 struct transform<Sequence, F, void_> struct
32 typedef transform_view<Sequence, F> type;
39 transform(Sequence const& seq, F f) in transform() function
47 transform(Sequence1 const& seq1, Sequence2 const& seq2, F f) in transform() function
/third_party/boost/boost/metaparse/v1/
Dtransform.hpp24 struct transform struct
28 struct no_error :
38 typedef transform type;
41 struct apply :
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiTransform.java221 public String transform(CharSequence text, in transform() method in BidiTransform
385 void doTransform(BidiTransform transform) { in doTransform()
398 void doTransform(BidiTransform transform) { in doTransform()
411 void doTransform(BidiTransform transform) { in doTransform()
425 void doTransform(BidiTransform transform) { in doTransform()
439 void doTransform(BidiTransform transform) { in doTransform()
452 void doTransform(BidiTransform transform) { in doTransform()
466 void doTransform(BidiTransform transform) { in doTransform()
479 void doTransform(BidiTransform transform) { in doTransform()
493 void doTransform(BidiTransform transform) { in doTransform()
[all …]
DBytesDictionaryMatcher.java19 private final int transform; field in BytesDictionaryMatcher
21 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher()
30 private int transform(int c) { in transform() method in BytesDictionaryMatcher
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiTransform.java211 public String transform(CharSequence text, in transform() method in BidiTransform
375 void doTransform(BidiTransform transform) { in doTransform()
388 void doTransform(BidiTransform transform) { in doTransform()
401 void doTransform(BidiTransform transform) { in doTransform()
415 void doTransform(BidiTransform transform) { in doTransform()
429 void doTransform(BidiTransform transform) { in doTransform()
442 void doTransform(BidiTransform transform) { in doTransform()
456 void doTransform(BidiTransform transform) { in doTransform()
469 void doTransform(BidiTransform transform) { in doTransform()
483 void doTransform(BidiTransform transform) { in doTransform()
[all …]
DBytesDictionaryMatcher.java20 private final int transform; field in BytesDictionaryMatcher
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher()
31 private int transform(int c) { in transform() method in BytesDictionaryMatcher
DSourceTargetUtility.java21 final Transform<String, String> transform; field in SourceTargetUtility
28 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument
32 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvvideofilter.cpp92 GstOpencvVideoFilter *transform = GST_OPENCV_VIDEO_FILTER (obj); in gst_opencv_video_filter_finalize() local
124 gst_opencv_video_filter_init (GstOpencvVideoFilter * transform) in gst_opencv_video_filter_init()
132 GstOpencvVideoFilter *transform; in gst_opencv_video_filter_transform_frame() local
155 GstOpencvVideoFilter *transform; in gst_opencv_video_filter_transform_frame_ip() local
176 GstOpencvVideoFilter *transform = GST_OPENCV_VIDEO_FILTER (trans); in gst_opencv_video_filter_set_info() local
239 gst_opencv_video_filter_set_in_place (GstOpencvVideoFilter * transform, in gst_opencv_video_filter_set_in_place()
/third_party/boost/boost/geometry/srs/
Dtransformation.hpp242 typedef transform_geometry<OutGeometry, CT> transform; typedef
267 typedef transform_geometry<OutGeometry, CT> transform; typedef
386 struct transform struct
391 struct transform<Point, CT, point_tag> struct
400 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
436 struct transform<MultiPoint, CT, multi_point_tag> struct
441 struct transform<Segment, CT, segment_tag> struct
450 static inline bool apply(Proj1 const& proj1, Par1 const& par1, in apply()
496 struct transform<Linestring, CT, linestring_tag> struct
501 struct transform<MultiLinestring, CT, multi_linestring_tag> struct
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dmanager.cc30 namespace transform { namespace
37 auto print_program = [&](const char* msg, const Transform* transform) { in Run()
54 for (const auto& transform : transforms_) { in Run() local
/third_party/node/deps/npm/node_modules/through2/
Dthrough2.js33 return function (options, transform, flush) { argument
52 module.exports = through2(function (options, transform, flush) { argument
66 module.exports.ctor = through2(function (options, transform, flush) { argument
87 module.exports.obj = through2(function (options, transform, flush) { argument
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DSourceTargetUtility.java20 final Transform<String, String> transform; field in SourceTargetUtility
27 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument
31 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform() method in TJTransformer
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform() method in TJTransformer
155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform() method in TJTransformer
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform() method in TJTransformer
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform() method in TJTransformer
155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform() method in TJTransformer
/third_party/boost/boost/compute/algorithm/
Dtransform.hpp39 inline OutputIterator transform(InputIterator first, in transform() function
60 inline OutputIterator transform(InputIterator1 first1, in transform() function
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeTransformer.java26 @Override public ImmutableList<Result> transform(CldrValue value) { in transform() method in FakeTransformer
30 @Override public ImmutableList<Result> transform(CldrValue value, DynamicVars ignored) { in transform() method in FakeTransformer
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dtransform.hpp39 inline OutputIterator transform(InputIterator first, in transform() function
60 inline OutputIterator transform(InputIterator1 first1, in transform() function
/third_party/skia/src/core/
DSkMatrixImageFilter.cpp19 SkMatrixImageFilter::SkMatrixImageFilter(const SkMatrix& transform, in SkMatrixImageFilter()
29 sk_sp<SkImageFilter> SkMatrixImageFilter::Make(const SkMatrix& transform, in Make()
38 const SkMatrix& transform, const SkSamplingOptions& sampling, sk_sp<SkImageFilter> input) { in MatrixTransform()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPathValueTransformer.java111 public abstract ImmutableList<Result> transform(CldrValue cldrValue); in transform() method in PathValueTransformer
122 public abstract ImmutableList<Result> transform(CldrValue cldrValue, DynamicVars varFn); in transform() method in PathValueTransformer

12345678910>>...28