Home
last modified time | relevance | path

Searched refs:Inset (Results 1 – 25 of 1464) sorted by relevance

12345678910>>...59

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.cpp190 void Inset::resetBuffer() in resetBuffer()
196 Buffer & Inset::buffer() in buffer()
243 bool Inset::allowEmpty() const in allowEmpty()
255 bool Inset::isInToc() const in isInToc()
439 Inset * Inset::editXY(Cursor &, int x, int y) in editXY()
446 Inset::idx_type Inset::index(row_type row, col_type col) const in index()
481 bool Inset::directWrite() const in directWrite()
487 bool Inset::editable() const in editable()
500 bool Inset::autoDelete() const in autoDelete()
588 bool Inset::undefined() const in undefined()
[all …]
H A DRenderPreview.h48 RenderPreview(Inset const *);
49 RenderPreview(RenderPreview const &, Inset const *);
50 RenderBase * clone(Inset const *) const;
107 Inset const * parent_;
113 RenderMonitoredPreview(Inset const *);
H A DRenderGraphic.cpp38 RenderGraphic::RenderGraphic(Inset const * inset) in RenderGraphic()
41 loader_.connect(bind(&Inset::updateFrontend, inset)); in RenderGraphic()
45 RenderGraphic::RenderGraphic(RenderGraphic const & other, Inset const * inset) in RenderGraphic()
48 loader_.connect(bind(&Inset::updateFrontend, inset)); in RenderGraphic()
52 RenderBase * RenderGraphic::clone(Inset const * inset) const in clone()
150 dim.wid = loader_.image()->width() + 2 * Inset::TEXT_TO_INSET_OFFSET; in metrics()
193 int const x1 = x + Inset::TEXT_TO_INSET_OFFSET; in draw()
195 int const w = dim_.wid - 2 * Inset::TEXT_TO_INSET_OFFSET; in draw()
H A DRenderButton.cpp29 RenderBase * RenderButton::clone(Inset const *) const in clone()
50 fm.buttonText(text_, Inset::TEXT_TO_INSET_OFFSET, dim.wid, dim.asc, dim.des); in metrics()
66 Color_buttonframe, Inset::TEXT_TO_INSET_OFFSET); in draw()
70 Inset::TEXT_TO_INSET_OFFSET); in draw()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/zone/
H A DZoneContainer.java14 private final static int Inset = 6; field in ZoneContainer
35 int controlsWidth = size.width - ReferenceWidth - Gap - 2 * Inset; in doLayout()
36 int zoneHeight = size.height - 2 * Inset; in doLayout()
38 reference.setLocation(Inset, Inset); in doLayout()
41 controls.setLocation(Inset + ReferenceWidth + Gap, Inset); in doLayout()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DDocIterator.h31 DocIterator doc_iterator_begin(Buffer const * buf, Inset const * inset = 0);
32 DocIterator doc_iterator_end(Buffer const * buf, Inset const * inset = 0);
94 Inset & inset() const { return top().inset(); } in inset()
129 Inset * nextInset() const;
131 Inset * prevInset() const;
179 Inset * realInset() const;
181 Inset * innerInsetOfType(int code) const;
240 void updateInsets(Inset * inset);
251 int find(Inset const * inset) const;
269 explicit DocIterator(Buffer * buf, Inset * inset);
[all …]
H A DInsetIterator.h25 explicit InsetIterator(Inset & inset);
31 Inset * operator->() { return nextInset(); }
33 Inset & operator*() { return *nextInset(); }
36 InsetIterator inset_iterator_begin(Inset & inset);
38 InsetIterator inset_iterator_end(Inset & inset);
H A DInsetList.h24 class Inset; variable
46 InsetTable(pos_type p, Inset * i) : pos(p), inset(i) {} in InsetTable()
50 Inset * inset;
76 void insert(Inset * inset, pos_type pos);
80 Inset * release(pos_type);
82 Inset * get(pos_type pos) const;
H A DDocIterator.cpp69 Inset * inset = const_cast<Inset *>(inset0); in doc_iterator_begin()
79 Inset * inset = const_cast<Inset *>(inset0); in doc_iterator_end()
87 Inset * inset = &buffer->inset(); in clone()
118 Inset * DocIterator::nextInset() const in nextInset()
134 Inset * DocIterator::prevInset() const in prevInset()
152 Inset * DocIterator::realInset() const in realInset()
360 Inset * n = 0; in forwardPos()
388 Inset * const nextinset = nextInset(); in forwardPosIgnoreCollapsed()
479 Inset * n = 0; in backwardPos()
565 Inset * inset = &slices_[0].inset(); in fixIfBroken()
[all …]
H A DParIterator.h23 class Inset; variable
44 ParIterator(Buffer * buf, Inset &, pit_type pit);
74 ParIterator par_iterator_begin(Inset & inset);
76 ParIterator par_iterator_end(Inset & inset);
103 void push_back(Inset const &);
H A DCutAndPaste.h71 void copyInset(Cursor const & cur, Inset * inset, docstring const & plaintext);
156 Inset::row_type & r1, Inset::row_type & r2,
157 Inset::col_type & c1, Inset::col_type & c2);
H A DBufferView.h43 class Inset; variable
181 bool setCursorFromInset(Inset const *);
333 Inset * inset = 0);
350 Inset * editedInset(std::string const & name) const;
352 void editInset(std::string const & name, Inset * inset);
354 void clearLastInset(Inset * inset) const;
386 Inset const * getCoveringInset(
H A Dfactory.h19 class Inset; variable
24 Inset * createInset(Buffer * buf, FuncRequest const & cmd);
27 Inset * readInset(Lexer & lex, Buffer * buf);
H A DInsetIterator.cpp22 InsetIterator::InsetIterator(Inset & inset) in InsetIterator()
28 InsetIterator inset_iterator_begin(Inset & inset) in inset_iterator_begin()
36 InsetIterator inset_iterator_end(Inset & inset) in inset_iterator_end()
H A DParIterator.cpp39 ParIterator par_iterator_begin(Inset & inset) in par_iterator_begin()
45 ParIterator par_iterator_end(Inset & inset) in par_iterator_end()
131 void ParConstIterator::push_back(Inset const & inset) in push_back()
133 DocIterator::push_back(CursorSlice(const_cast<Inset &>(inset))); in push_back()
H A DCursorSlice.h27 class Inset; variable
57 explicit CursorSlice(Inset &);
71 Inset & inset() const { return *inset_; } in inset()
155 Inset * inset_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor_extra/
H A Dshadow_unittest.cc30 bounds.Inset(-gfx::ShadowValue::GetBlurRegion(values)); in NineboxImageSizeForElevationAndCornerRadius()
31 bounds.Inset(-gfx::Insets(corner_radius)); in NineboxImageSizeForElevationAndCornerRadius()
67 shadow_bounds.Inset(InsetsForElevation(kElevationLarge)); in TEST_F()
77 shadow_bounds.Inset(InsetsForElevation(kElevationSmall)); in TEST_F()
91 shadow_bounds.Inset(InsetsForElevation(kElevationLarge)); in TEST_F()
100 shadow_bounds.Inset(InsetsForElevation((kWidth - 4) / 4)); in TEST_F()
109 shadow_bounds.Inset(InsetsForElevation((kHeight - 4) / 4)); in TEST_F()
123 shadow_bounds.Inset(InsetsForElevation(kElevationSmall)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor_extra/
H A Dshadow_unittest.cc30 bounds.Inset(-gfx::ShadowValue::GetBlurRegion(values)); in NineboxImageSizeForElevationAndCornerRadius()
31 bounds.Inset(-gfx::Insets(corner_radius)); in NineboxImageSizeForElevationAndCornerRadius()
67 shadow_bounds.Inset(InsetsForElevation(kElevationLarge)); in TEST_F()
77 shadow_bounds.Inset(InsetsForElevation(kElevationSmall)); in TEST_F()
91 shadow_bounds.Inset(InsetsForElevation(kElevationLarge)); in TEST_F()
100 shadow_bounds.Inset(InsetsForElevation((kWidth - 4) / 4)); in TEST_F()
109 shadow_bounds.Inset(InsetsForElevation((kHeight - 4) / 4)); in TEST_F()
123 shadow_bounds.Inset(InsetsForElevation(kElevationSmall)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/base/
H A Dsimple_enclosed_region_unittest.cc148 q.Inset(-1, 0, 0, 0); in TEST()
150 q.Inset(1, -1, 0, 0); in TEST()
152 q.Inset(0, 1, -1, 0); in TEST()
154 q.Inset(0, 0, 1, -1); in TEST()
157 q.Inset(1, 0, 0, 1); in TEST()
159 q.Inset(-1, 1, 0, 0); in TEST()
161 q.Inset(0, -1, 1, 0); in TEST()
163 q.Inset(0, 0, -1, 1); in TEST()
197 q.Inset(1, 0, 0, 1); in TEST()
241 q.Inset(1, 0, 0, 1); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/base/
H A Dsimple_enclosed_region_unittest.cc148 q.Inset(-1, 0, 0, 0); in TEST()
150 q.Inset(1, -1, 0, 0); in TEST()
152 q.Inset(0, 1, -1, 0); in TEST()
154 q.Inset(0, 0, 1, -1); in TEST()
157 q.Inset(1, 0, 0, 1); in TEST()
159 q.Inset(-1, 1, 0, 0); in TEST()
161 q.Inset(0, -1, 1, 0); in TEST()
163 q.Inset(0, 0, -1, 1); in TEST()
197 q.Inset(1, 0, 0, 1); in TEST()
241 q.Inset(1, 0, 0, 1); in TEST()
[all …]
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DBSplineData.h117 static const int Inset = (Degree&1) ? 0 : 1; variable
129 BSPLINE_SET_BOUNDS( UpSample , - ( Degree + 1 - Inset ) / 2 , ( Degree + 1 + Inset ) /2 );
137 …QUAL_TO_HALF( 0 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 0 …
138 …QUAL_TO_HALF( 1 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 1 …
296 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 0 + ( 2*Degree2 + De…
297 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 1 + ( 2*Degree2 + De…
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DBSplineData.h117 static const int Inset = (Degree&1) ? 0 : 1; variable
129 BSPLINE_SET_BOUNDS( UpSample , - ( Degree + 1 - Inset ) / 2 , ( Degree + 1 + Inset ) /2 );
137 …QUAL_TO_HALF( 0 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 0 …
138 …QUAL_TO_HALF( 1 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 1 …
316 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 0 + ( 2*Degree2 + De…
317 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 1 + ( 2*Degree2 + De…
/dports/math/p5-Set-IntSpan/Set-IntSpan-1.19/t/
H A Disland.t27 my @Inset =
73 print "1..", 2 * (@Island+1) + (@Inset+2), "\n";
77 Inset();
113 sub Inset
117 for my $t (@Inset)
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DBSplineData.h144 static const int Inset = (Degree&1) ? 0 : 1;
156 BSPLINE_SET_BOUNDS( UpSample , - ( Degree + 1 - Inset ) / 2 , ( Degree + 1 + Inset ) /2 );
164 …QUAL_TO_HALF( 0 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 0 …
165 …QUAL_TO_HALF( 1 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 1 …
190 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 0 + ( 2*Degree2 + De…
191 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 1 + ( 2*Degree2 + De…
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DBSplineData.h144 static const int Inset = (Degree&1) ? 0 : 1;
156 BSPLINE_SET_BOUNDS( UpSample , - ( Degree + 1 - Inset ) / 2 , ( Degree + 1 + Inset ) /2 );
164 …QUAL_TO_HALF( 0 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 0 …
165 …QUAL_TO_HALF( 1 - ( Degree + 1 + Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_OR_EQUAL_TO_HALF( 1 …
190 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 0 + ( 2*Degree2 + De…
191 … 2*EData2::Inset - EData1::Inset ) / 2 ) , LARGEST_INTEGER_SMALLER_THAN_HALF( 1 + ( 2*Degree2 + De…

12345678910>>...59