HomeSort by relevance Sort by last modified time
    Searched full:adjuster (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 1 //===--- ArgumentsAdjusters.h - Command line arguments adjuster -*- C++ -*-===//
32 /// \brief A prototype of a command line adjuster.
34 /// Command line argument adjuster is responsible for command line arguments
39 /// \brief Gets an argument adjuster that converts input command line arguments
43 /// \brief Gets an argument adjuster which removes output-related command line
49 /// \brief Gets an argument adjuster which inserts \p Extra arguments in the
54 /// \brief Gets an argument adjuster which inserts an \p Extra argument in the
60 /// \brief Gets an argument adjuster which adjusts the arguments in sequence
61 /// with the \p First adjuster and then with the \p Second one.
Tooling.h 278 /// arguments adjuster by calling the appendArgumentsAdjuster() method.
307 /// \brief Append a command line arguments adjuster to the adjuster chain.
309 /// \param Adjuster An argument adjuster, which will be run on the output of
311 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);
313 /// \brief Clear the command line arguments adjuster chain.
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 64 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) {
65 Adjusters.push_back(Adjuster);
88 for (const auto &Adjuster : Adjusters)
89 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename);
ArgumentsAdjusters.cpp 1 //===--- ArgumentsAdjusters.cpp - Command line arguments adjuster ---------===//
Tooling.cpp 328 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) {
330 ArgsAdjuster = combineAdjusters(ArgsAdjuster, Adjuster);
332 ArgsAdjuster = Adjuster;
  /external/skia/src/gpu/
GrImageIDTextureAdjuster.cpp 58 // By construction this texture adjuster always represents an entire SkImage, so use the
SkGpuDevice.cpp 893 GrBitmapTextureAdjuster adjuster(&bitmap);
895 this->drawTextureProducer(&adjuster, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint,
    [all...]
GrTextureParamsAdjuster.cpp 198 * - The first is the content area specified by the texture adjuster. We can *never* allow
471 // read outside the constraint rect. However, as in the adjuster case, we aren't currently
SkGpuDevice_drawTexture.cpp 101 // adjuster. If the src rect is clipped then the dst rect must be recomputed. Also determine
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 524 Ptr<detail::BundleAdjusterBase> adjuster; local
525 if (ba_cost_func == "reproj") adjuster = makePtr<detail::BundleAdjusterReproj>();
526 else if (ba_cost_func == "ray") adjuster = makePtr<detail::BundleAdjusterRay>();
532 adjuster->setConfThresh(conf_thresh);
539 adjuster->setRefinementMask(refine_mask);
540 if (!(*adjuster)(features, pairwise_matches, cameras))
  /external/ceres-solver/examples/
simple_bundle_adjuster.cc 31 // A minimal, self-contained bundle adjuster using Ceres, that reads
libmv_bundle_adjuster.cc 26 // the command line and runs the bundle adjuster on the problem.
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 131 /** @brief Construct a bundle adjuster base instance.
  /external/zlib/src/contrib/masmx86/
match686.asm 35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
  /external/aac/libSBRdec/src/
sbr_dec.cpp 94 [the envelope adjuster].
    [all...]
sbrdecoder.cpp 113 \li Details about the envelope adjuster: env_calc.cpp
    [all...]

Completed in 271 milliseconds