Home
last modified time | relevance | path

Searched refs:left_margin_ (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.h112 return left_margin_; in CLISTIZEH()
115 left_margin_ = margin; in CLISTIZEH()
402 return left_margin_ <= other.bounding_box_.left() && in CLISTIZEH()
403 bounding_box_.left() >= other.left_margin_ && in CLISTIZEH()
823 int left_margin_ = 0; in CLISTIZEH() local
H A Dcolpartition.cpp92 : left_margin_(-INT32_MAX), in ColPartition()
352 int tmp = left_margin_; in ReflectInYAxis()
353 left_margin_ = -right_margin_; in ReflectInYAxis()
372 if (left_margin_ > bounding_box_.left() || in IsLegal()
560 if (left_margin_ > bounding_box_.left()) { in CopyLeftTab()
561 left_margin_ = src.left_margin_; in CopyLeftTab()
718 left_margin_ = std::min(left_margin_, other->left_margin_); in Absorb()
898 split_part->left_margin_ = split_x; in SplitAt()
911 bounding_box_.set_left(left_margin_); in ComputeLimits()
1810 part->left_margin_ = left_margin_; in ShallowCopy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlogin_expanded_public_account_view.cc159 left_margin_view_ = add_horizontal_margin(left_margin_, label_container); in SelectionButtonView()
189 if (left_margin_ == left && right_margin_ == right) in SetMargins()
192 left_margin_ = left; in SetMargins()
195 gfx::Size(left_margin_, kNonEmptyHeight)); in SetMargins()
213 int left_margin_ = 0; member in ash::SelectionButtonView
/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.h373 Lisp_Object left_margin_; member
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h384 Lisp_Object left_margin_; member