Home
last modified time | relevance | path

Searched refs:flag_ (Results 1 – 25 of 27) sorted by relevance

12

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dfast_marching_inl.hpp62 mask.copyTo(flag_); in run()
63 flag_.create(mask.size()); in run()
70 for (int y = 0; y < flag_.rows; ++y) in run()
72 for (int x = 0; x < flag_.cols; ++x) in run()
74 if (flag_(y,x) == KNOWN) in run()
86 if (xn >= 0 && xn < flag_.cols && yn >= 0 && yn < flag_.rows) in run()
89 if (flag_(yn,xn) != KNOWN) in run()
97 flag_(y,x) = INSIDE; in run()
102 flag_(y,x) = BAND; in run()
123 flag_(y,x) = KNOWN; in run()
[all …]
Dfast_marching.hpp106 cv::Mat_<uchar> flag_; // flag map member in cv::videostab::FastMarchingMethod
/external/libweave/third_party/chromium/base/memory/
Dweak_ptr.cc27 WeakReference::WeakReference(const Flag* flag) : flag_(flag) { in WeakReference()
33 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); } in is_valid()
45 flag_ = new WeakReference::Flag(); in GetRef()
47 return WeakReference(flag_.get()); in GetRef()
51 if (flag_.get()) { in Invalidate()
52 flag_->Invalidate(); in Invalidate()
53 flag_ = NULL; in Invalidate()
Dweak_ptr.h113 scoped_refptr<const Flag> flag_;
124 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
130 mutable scoped_refptr<WeakReference::Flag> flag_;
/external/libchrome/base/memory/
Dweak_ptr.cc37 WeakReference::WeakReference(const Flag* flag) : flag_(flag) { in WeakReference()
43 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); } in is_valid()
55 flag_ = new WeakReference::Flag(); in GetRef()
57 return WeakReference(flag_.get()); in GetRef()
61 if (flag_.get()) { in Invalidate()
62 flag_->Invalidate(); in Invalidate()
63 flag_ = NULL; in Invalidate()
Dweak_ptr.h116 scoped_refptr<const Flag> flag_;
127 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
133 mutable scoped_refptr<WeakReference::Flag> flag_;
/external/opencv3/modules/videostab/src/
Dfast_marching.cpp55 if (y1 >=0 && y1 < flag_.rows && x1 >= 0 && x1 < flag_.cols && flag_(y1,x1) == KNOWN) in solve()
58 if (y2 >=0 && y2 < flag_.rows && x2 >= 0 && x2 < flag_.cols && flag_(y2,x2) == KNOWN) in solve()
76 else if (y2 >=0 && y2 < flag_.rows && x2 >= 0 && x2 < flag_.cols && flag_(y2,x2) == KNOWN) in solve()
/external/libchrome/base/synchronization/
Dwaitable_event_watcher_posix.cc34 Flag() { flag_ = false; } in Flag()
38 flag_ = true; in Set()
43 return flag_; in value()
51 bool flag_; member in base::Flag
67 flag_(flag) { } in AsyncWaiter()
71 if (!flag_->value()) { in Fire()
85 bool Compare(void* tag) override { return tag == flag_.get(); } in Compare()
90 scoped_refptr<Flag> flag_; member in base::AsyncWaiter
Dcancellation_flag.cc15 base::subtle::Release_Store(&flag_, 1); in Set()
19 return base::subtle::Acquire_Load(&flag_) != 0; in IsSet()
23 base::subtle::Release_Store(&flag_, 0); in UnsafeResetForTesting()
Dcancellation_flag.h22 CancellationFlag() : flag_(false) { in CancellationFlag()
39 base::subtle::Atomic32 flag_;
/external/regex-re2/re2/
Ddfa.cc97 inline bool IsMatch() const { return flag_ & kFlagMatch; } in IsMatch()
102 uint flag_; // Empty string bitfield flags in effect on the way member
128 if (a->flag_ != b->flag_) in operator ()()
144 return Hash32StringWithSeed(s, len, a->flag_); in operator ()()
146 return Hash64StringWithSeed(s, len, a->flag_); in operator ()()
157 if (a->flag_ != b->flag_) in operator ()()
158 return a->flag_ < b->flag_; in operator ()()
542 StringAppendF(&s, " flag=%#x", state->flag_); in DumpState()
771 s->flag_ = flag; in CachedState()
1004 uint needflag = state->flag_ >> kFlagNeedShift; in RunStateOnByte()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h42 void adjoin(const bool flag_);
80 void debug(const bool flag_);
195 void strokeAntiAlias(const bool flag_);
252 void textAntiAlias(const bool flag_);
DImage.h101 void adjoin(const bool flag_);
143 void blackPointCompensation(const bool flag_);
207 void debug(const bool flag_);
409 void strokeAntiAlias(const bool flag_);
470 void textAntiAlias(const bool flag_);
810 bool flag_);
DDrawable.h1859 DrawableStrokeAntialias ( bool flag_ ) in DrawableStrokeAntialias() argument
1860 : _flag(flag_) in DrawableStrokeAntialias()
1871 void flag( bool flag_ ) in flag() argument
1873 _flag = flag_; in flag()
2060 DrawableTextAntialias ( bool flag_ );
2072 void flag( bool flag_ ) in flag() argument
2074 _flag = flag_; in flag()
DSTL.h1233 adjoinImage( const bool flag_ );
1793 textAntiAliasImage( const bool flag_ );
/external/libcxxabi/src/
Dcxa_exception_storage.cpp58 pthread_once_t flag_ = PTHREAD_ONCE_INIT; variable
95 if (0 != pthread_once(&flag_, construct_)) in __cxa_get_globals_fast()
/external/webrtc/webrtc/base/
Dthread_unittest.cc155 explicit AtomicBool(bool value = false) : flag_(value) {} in AtomicBool()
158 flag_ = value; in operator =()
163 return flag_; in get()
168 bool flag_; member in AtomicBool
177 explicit FunctorB(AtomicBool* flag) : flag_(flag) {} in FunctorB()
178 void operator()() { if (flag_) *flag_ = true; } in operator ()()
180 AtomicBool* flag_; member in FunctorB
/external/pdfium/third_party/agg23/
Dagg_basics.h267 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} in x()
275 … point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} in point_type()
/external/ImageMagick/Magick++/lib/
DOptions.cpp65 void Magick::Options::adjoin(const bool flag_) in adjoin() argument
68 flag_ ? MagickTrue : MagickFalse); in adjoin()
163 void Magick::Options::debug(const bool flag_) in debug() argument
165 if (flag_) in debug()
552 void Magick::Options::strokeAntiAlias(const bool flag_) in strokeAntiAlias() argument
554 flag_ ? _drawInfo->stroke_antialias=MagickTrue : in strokeAntiAlias()
691 void Magick::Options::textAntiAlias(const bool flag_) in textAntiAlias() argument
694 flag_ ? MagickTrue : MagickFalse); in textAntiAlias()
DSTL.cpp1138 Magick::adjoinImage::adjoinImage( const bool flag_ ) in adjoinImage() argument
1139 : _flag( flag_ ) in adjoinImage()
1586 Magick::textAntiAliasImage::textAntiAliasImage( const bool flag_ ) in textAntiAliasImage() argument
1587 : _flag( flag_ ) in textAntiAliasImage()
DImage.cpp288 void Magick::Image::adjoin(const bool flag_) in adjoin() argument
291 options()->adjoin(flag_); in adjoin()
422 void Magick::Image::blackPointCompensation(const bool flag_) in blackPointCompensation() argument
424 image()->black_point_compensation=(MagickBooleanType) flag_; in blackPointCompensation()
645 void Magick::Image::debug(const bool flag_) in debug() argument
648 options()->debug(flag_); in debug()
1374 void Magick::Image::strokeAntiAlias(const bool flag_) in strokeAntiAlias() argument
1377 options()->strokeAntiAlias(flag_); in strokeAntiAlias()
1527 void Magick::Image::textAntiAlias(const bool flag_) in textAntiAlias() argument
1530 options()->textAntiAlias(flag_); in textAntiAlias()
[all …]
DDrawable.cpp1548 Magick::DrawableTextAntialias::DrawableTextAntialias ( bool flag_ ) in DrawableTextAntialias() argument
1549 : _flag(flag_) in DrawableTextAntialias()
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_performance_unittest.cc215 return flag_; in get_flag()
220 flag_ = true; in set_flag()
225 bool flag_ GUARDED_BY(crit_) = false;
/external/v8/src/
Dd8.cc1065 NoUseStrongForUtilityScriptScope() : flag_(i::FLAG_use_strong) { in NoUseStrongForUtilityScriptScope()
1068 ~NoUseStrongForUtilityScriptScope() { i::FLAG_use_strong = flag_; } in ~NoUseStrongForUtilityScriptScope()
1071 bool flag_; member in v8::NoUseStrongForUtilityScriptScope
/external/v8/src/crankshaft/
Dhydrogen.h804 : AstContext(owner, Expression::kValue), flag_(flag) { in ValueContext()
814 bool arguments_allowed() { return flag_ == ARGUMENTS_ALLOWED; } in arguments_allowed()
817 ArgumentsAllowedFlag flag_;

12