Home
last modified time | relevance | path

Searched refs:m_wrap (Results 1 – 25 of 102) sorted by relevance

12345

/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKWrapElement.cpp89 , m_wrap(wrap) in IWORKExternalTextWrapElement()
91 m_wrap=IWORKExternalTextWrap(); in IWORKExternalTextWrapElement()
107 get(m_wrap).m_aligned = true; in attribute()
110 get(m_wrap).m_aligned = false; in attribute()
118 get(m_wrap).m_alphaThreshold=double_cast(value); in attribute()
158 get(m_wrap).m_inlineWrapEnabled=bool_cast(value); in attribute()
161 get(m_wrap).m_margin=double_cast(value); in attribute()
167 get(m_wrap).m_style=IWORK_WRAP_STYLE_REGULAR; in attribute()
170 get(m_wrap).m_style=IWORK_WRAP_STYLE_TIGHT; in attribute()
208 , m_wrap(wrap) in IWORKWrapElement()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Draster_edge_iterator.hpp18 , m_wrap(rin->getWrap()) in RasterEdgeIterator()
44 pixel_type *pix = m_ras->pixels(0) + m_pos.y * m_wrap + m_pos.x; in pixels()
49 pixLeft = pix - m_wrap, pixRight = pixLeft - 1; in pixels()
51 pixLeft = pix, pixRight = pix - m_wrap; in pixels()
53 pixRight = pix - 1, pixLeft = pixRight - m_wrap; in pixels()
158 val = m_selector.value(*(pix - 2 - m_wrap)); in turnAmbiguous()
172 val = m_selector.value(*(pix + 1 - m_wrap)); in turnAmbiguous()
180 int wrap2 = m_wrap << 1; in turnAmbiguous()
196 val = m_selector.value(*(pix + m_wrap)); in turnAmbiguous()
202 val = m_selector.value(*(pix + m_wrap - 1)); in turnAmbiguous()
[all …]
/dports/net/yate/yate-6.4.0-1/modules/
H A Dyrtpchan.cpp245 m_wrap(wrap) in YUDPTLSession()
249 { return m_wrap ? m_wrap->traceId() : String::empty(); } in traceId()
264 { return m_wrap && m_wrap->valid(); } in valid()
279 { return m_wrap && m_wrap->valid(); } in valid()
1024 YRTPSource* source = m_wrap ? m_wrap->m_source : 0; in rtpRecvData()
1132 YRTPSource* source = m_wrap ? m_wrap->m_source : 0; in udptlRecv()
1180 m_wrap = 0; in ~YRTPSource()
1214 m_wrap = 0; in ~YRTPConsumer()
1224 if (!(m_wrap && m_wrap->valid())) in Consume()
1235 if (!(m_wrap->bufSize() && m_wrap->rtp())) in Consume()
[all …]
H A Dfaxchan.cpp265 if (m_wrap) in FaxSource()
266 m_wrap->m_source = this; in FaxSource()
272 if (m_wrap && (m_wrap->m_source == this)) in ~FaxSource()
273 m_wrap->reset(true); in ~FaxSource()
274 m_wrap = 0; in ~FaxSource()
282 if (m_wrap) in FaxConsumer()
289 if (m_wrap && (m_wrap->m_consumer == this)) in ~FaxConsumer()
290 m_wrap->reset(false); in ~FaxConsumer()
291 m_wrap = 0; in ~FaxConsumer()
631 m_wrap->run(); in run()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfillutil.cpp124 , m_wrap(ras->getWrap()) in AreaFiller()
178 int dy = (r.y1 - r.y0) * m_wrap; in rectFill()
305 , m_wrap(ras->getWrap()) in FullColorAreaFiller()
385 int m_lx, m_ly, m_wrap; member in InkSegmenter
398 , m_wrap(r->getWrap()) in InkSegmenter()
598 DRAW_SEGMENT(y, x, dy, dx, (buf += m_wrap), (buf += m_wrap + 1), SET_INK) in drawSegment()
604 DRAW_SEGMENT(y, x, dy, dx, (buf -= m_wrap), (buf -= (m_wrap - 1)), in drawSegment()
703 col_p1 = pix - m_wrap; in findTwinPoints()
707 col_p1 += m_wrap; in findTwinPoints()
711 col_p2 = pix + m_wrap; in findTwinPoints()
[all …]
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/datasource/
H A DArraySource.cpp22 if (!m_wrap && (index < 0 || index > m_array.count() - 1)) { in item()
54 return m_wrap; in wrap()
69 if (m_wrap == wrap) { in setWrap()
73 m_wrap = wrap; in setWrap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; }
36 m_wrap(wrap) {}
41 Wrapping m_wrap;
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_temporary.h166 std::size_t m_wrap; // Mask to wrap vector index. variable
179 , m_wrap( ~(static_cast<std::size_t>(-1) << log2) ) in sc_vpool()
194 m_pool_i = (m_pool_i + 1) & m_wrap; in allocate()
205 return m_wrap + 1; in size()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_move_mask.cpp46 m_wrap = params.get_as<bool>("wrap"); in onLoadParams()
48 m_wrap = false; in onLoadParams()
62 if (m_wrap) in onEnabled()
97 if (m_wrap) { in onExecute()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DOCurves.h80 m_wrap = kNonPeriodic; in Sample()
93 m_wrap = kNonPeriodic; in Sample()
120 m_wrap( iWrap ), in m_positions()
152 { m_wrap = iWrap; } in setWrap()
153 CurvePeriodicity getWrap() const { return m_wrap; } in getWrap()
216 m_wrap = kNonPeriodic; in reset()
241 CurvePeriodicity m_wrap; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/traster/
H A Dtraster.cpp26 , m_wrap(lx) in TRaster()
82 , m_wrap(wrap) in TRaster()
199 const int wrapSize = m_wrap * m_pixelSize; in fillRawData()
299 const int wrapSize = m_wrap * m_pixelSize; in yMirror()
317 const int wrapSize = m_wrap * m_pixelSize; in xMirror()
340 const int wrapSize = m_wrap * m_pixelSize; in rotate180()
345 if (m_wrap == m_lx) { in rotate180()
403 if (m_wrap == m_lx) { in clear()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebuf.h1116 init_ib(i.m_wrap); in IteratorBase()
1134 init_ib(i.m_wrap); in assign_base()
1194 WrapMode wrap() const { return m_wrap; } in wrap()
1219 if (m_wrap == WrapBlack) {
1222 if (m_ib->do_wrap(x_, y_, z_, m_wrap))
1235 m_wrap);
1318 WrapMode m_wrap = WrapBlack; variable
1366 if (m_wrap == WrapBlack) { in pos_xincr()
1370 if (m_ib->do_wrap(x, y, z, m_wrap)) in pos_xincr()
1410 init_ib(m_wrap); in make_writable()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebuf.h1116 init_ib(i.m_wrap); in IteratorBase()
1134 init_ib(i.m_wrap); in assign_base()
1194 WrapMode wrap() const { return m_wrap; } in wrap()
1219 if (m_wrap == WrapBlack) {
1222 if (m_ib->do_wrap(x_, y_, z_, m_wrap))
1235 m_wrap);
1318 WrapMode m_wrap = WrapBlack; variable
1366 if (m_wrap == WrapBlack) { in pos_xincr()
1370 if (m_ib->do_wrap(x, y, z, m_wrap)) in pos_xincr()
1410 init_ib(m_wrap); in make_writable()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk051316.cpp113 , m_wrap(0) in GFXDECODE_MEMBER()
176 save_item(NAME(m_wrap)); in device_start()
235 m_wrap = status; in wraparound_enable()
279 m_wrap, in zoom_draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk051316.cpp113 , m_wrap(0) in GFXDECODE_MEMBER()
176 save_item(NAME(m_wrap)); in device_start()
235 m_wrap = status; in wraparound_enable()
279 m_wrap, in zoom_draw()
/dports/www/logtools/logtools-0.13e/
H A Dclfsplit.cpp69 , m_wrap(wrap) in details()
74 ~details() { m_wrap->close(); } in ~details()
80 m_wrap->write(line); in check_item()
88 file_wrap *m_wrap; member in details

12345