Home
last modified time | relevance | path

Searched refs:_position (Results 1 – 25 of 2435) sorted by relevance

12345678910>>...98

/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DRect2.cs89 newRect._position.x = Mathf.Max(b._position.x, _position.x); in Clip()
90 newRect._position.y = Mathf.Max(b._position.y, _position.y); in Clip()
108 return b._position.x >= _position.x && b._position.y >= _position.y && in Encloses()
256 if (_position.x > b._position.x + b._size.x) in Intersects()
260 if (_position.x + _size.x < b._position.x) in Intersects()
264 if (_position.y > b._position.y + b._size.y) in Intersects()
268 if (_position.y + _size.y < b._position.y) in Intersects()
279 if (_position.x + _size.x <= b._position.x) in Intersects()
287 if (_position.y + _size.y <= b._position.y) in Intersects()
305 newRect._position.x = Mathf.Min(b._position.x, _position.x); in Merge()
[all …]
H A DAABB.cs150 return new Vector3(_position.x, _position.y, _position.z); in GetEndpoint()
152 return new Vector3(_position.x, _position.y, _position.z + _size.z); in GetEndpoint()
154 return new Vector3(_position.x, _position.y + _size.y, _position.z); in GetEndpoint()
158 return new Vector3(_position.x + _size.x, _position.y, _position.z); in GetEndpoint()
469 new Vector3(_position.x, _position.y, _position.z), in IntersectsPlane()
470 new Vector3(_position.x, _position.y, _position.z + _size.z), in IntersectsPlane()
471 new Vector3(_position.x, _position.y + _size.y, _position.z), in IntersectsPlane()
472 new Vector3(_position.x, _position.y + _size.y, _position.z + _size.z), in IntersectsPlane()
473 new Vector3(_position.x + _size.x, _position.y, _position.z), in IntersectsPlane()
474 new Vector3(_position.x + _size.x, _position.y, _position.z + _size.z), in IntersectsPlane()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DRect2.cs89 newRect._position.x = Mathf.Max(b._position.x, _position.x); in Clip()
90 newRect._position.y = Mathf.Max(b._position.y, _position.y); in Clip()
108 return b._position.x >= _position.x && b._position.y >= _position.y && in Encloses()
256 if (_position.x > b._position.x + b._size.x) in Intersects()
260 if (_position.x + _size.x < b._position.x) in Intersects()
264 if (_position.y > b._position.y + b._size.y) in Intersects()
268 if (_position.y + _size.y < b._position.y) in Intersects()
279 if (_position.x + _size.x <= b._position.x) in Intersects()
287 if (_position.y + _size.y <= b._position.y) in Intersects()
305 newRect._position.x = Mathf.Min(b._position.x, _position.x); in Merge()
[all …]
H A DAABB.cs150 return new Vector3(_position.x, _position.y, _position.z); in GetEndpoint()
152 return new Vector3(_position.x, _position.y, _position.z + _size.z); in GetEndpoint()
154 return new Vector3(_position.x, _position.y + _size.y, _position.z); in GetEndpoint()
158 return new Vector3(_position.x + _size.x, _position.y, _position.z); in GetEndpoint()
469 new Vector3(_position.x, _position.y, _position.z), in IntersectsPlane()
470 new Vector3(_position.x, _position.y, _position.z + _size.z), in IntersectsPlane()
471 new Vector3(_position.x, _position.y + _size.y, _position.z), in IntersectsPlane()
472 new Vector3(_position.x, _position.y + _size.y, _position.z + _size.z), in IntersectsPlane()
473 new Vector3(_position.x + _size.x, _position.y, _position.z), in IntersectsPlane()
474 new Vector3(_position.x + _size.x, _position.y, _position.z + _size.z), in IntersectsPlane()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs43 ret._position = 0; in allocate()
54 ret._position = 0; in wrap()
64 return _position; in position()
77 _position = pos; in position()
102 _position = 0; in clear()
109 _position = 0; in flip()
177 System.Buffer.BlockCopy(buf._bytes, buf._position, _bytes, _position, len); in put()
317 _position += 2; in getShort()
372 _position += 2; in putShort()
415 _position += 4; in getInt()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs43 ret._position = 0; in allocate()
54 ret._position = 0; in wrap()
64 return _position; in position()
77 _position = pos; in position()
102 _position = 0; in clear()
109 _position = 0; in flip()
177 System.Buffer.BlockCopy(buf._bytes, buf._position, _bytes, _position, len); in put()
317 _position += 2; in getShort()
372 _position += 2; in putShort()
415 _position += 4; in getInt()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs43 ret._position = 0; in allocate()
54 ret._position = 0; in wrap()
64 return _position; in position()
77 _position = pos; in position()
102 _position = 0; in clear()
109 _position = 0; in flip()
177 System.Buffer.BlockCopy(buf._bytes, buf._position, _bytes, _position, len); in put()
317 _position += 2; in getShort()
372 _position += 2; in putShort()
415 _position += 4; in getInt()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DRowIterator.cpp38 _position(other._position) in RowIterator()
45 _position(std::move(other._position)) in RowIterator()
65 _position = std::move(other._position); in operator =()
75 swap(_position, other._position); in swap()
85 ++_position; in increment()
87 _position = POSITION_END; in increment()
102 if (0 == _position) in decrement()
107 --_position; in decrement()
127 if (_position > pos) in setPosition()
148 _position = pos; in setPosition()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DVarIterator.cpp39 _position(other._position) in VarIterator()
46 _position(std::move(other._position)) in VarIterator()
67 _position = std::move(other._position); in operator =()
77 swap(_position, other._position); in swap()
87 ++_position; in increment()
89 _position = POSITION_END; in increment()
95 if (0 == _position) in decrement()
100 --_position; in decrement()
106 if (_position == pos) return; in setPosition()
109 _position = pos; in setPosition()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_credits.cpp129 int x1 = _creditLines[idx]._position.x; in drawCredits()
160 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x - 1, _creditLines[idx]._position in drawCredits()
161 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
162 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x + 1, _creditLines[idx]._position in drawCredits()
164 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x - 1, _creditLines[idx]._position in drawCredits()
165 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x + 1, _creditLines[idx]._position in drawCredits()
168 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
171 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
184 r.moveTo(_creditLines[idx]._position.x, _creditLines[idx]._position.y - 1); in blitCredits()
198 r.moveTo(_creditLines[idx]._position.x, _creditLines[idx]._position.y - 1 + _creditSpeed); in eraseCredits()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_credits.cpp129 int x1 = _creditLines[idx]._position.x; in drawCredits()
160 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x - 1, _creditLines[idx]._position in drawCredits()
161 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
162 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x + 1, _creditLines[idx]._position in drawCredits()
164 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x - 1, _creditLines[idx]._position in drawCredits()
165 …editLines[idx]._line, Common::Point(_creditLines[idx]._position.x + 1, _creditLines[idx]._position in drawCredits()
168 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
171 …creditLines[idx]._line, Common::Point(_creditLines[idx]._position.x, _creditLines[idx]._position.y… in drawCredits()
184 r.moveTo(_creditLines[idx]._position.x, _creditLines[idx]._position.y - 1); in blitCredits()
198 r.moveTo(_creditLines[idx]._position.x, _creditLines[idx]._position.y - 1 + _creditSpeed); in eraseCredits()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_4_1/
H A Dfar_tutorial_4_1.cpp49 _position[0] = src._position[0]; in Vertex()
50 _position[1] = src._position[1]; in Vertex()
51 _position[2] = src._position[2]; in Vertex()
55 _position[0]=_position[1]=_position[2]=0.0f; in Clear()
59 _position[0]+=weight*src._position[0]; in AddWithWeight()
60 _position[1]+=weight*src._position[1]; in AddWithWeight()
61 _position[2]+=weight*src._position[2]; in AddWithWeight()
66 _position[0]=x; in SetPosition()
67 _position[1]=y; in SetPosition()
68 _position[2]=z; in SetPosition()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/generic/ondemand/
H A Dtoken_iterator-inl.h13 return *(_position); in current_offset()
18 return &buf[*(_position++)]; in return_current_and_advance()
35 return *(_position+delta); in peek_index()
38 return *(_position+delta+1) - *(_position+delta); in peek_length()
42 return _position; in position()
49 return _position == other._position;
52 return _position != other._position;
55 return _position > other._position;
58 return _position >= other._position;
61 return _position < other._position;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DDerSequenceReader.cs35 private int _position; field in System.Security.Cryptography.DerSequenceReader
46 _position = offset; in DerSequenceReader()
71 _position = offset; in DerSequenceReader()
96 byte tag = _data[_position]; in PeekTag()
120 _position += contentLength; in SkipValue()
167 var childReader = new DerSequenceReader(true, _data, _position, _end - _position); in ValidateAndSkipDerValue()
195 _position += totalLength; in ReadNextEncodedValue()
209 _position += length; in ReadBoolean()
247 _position++; in ReadBitString()
347 _position += totalLength; in ReadCollectionWithTag()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_1_1/
H A Dfar_tutorial_1_1.cpp47 _position[0] = src._position[0]; in Vertex()
48 _position[1] = src._position[1]; in Vertex()
49 _position[2] = src._position[2]; in Vertex()
53 _position[0]=_position[1]=_position[2]=0.0f; in Clear()
57 _position[0]+=weight*src._position[0]; in AddWithWeight()
58 _position[1]+=weight*src._position[1]; in AddWithWeight()
59 _position[2]+=weight*src._position[2]; in AddWithWeight()
64 _position[0]=x; in SetPosition()
65 _position[1]=y; in SetPosition()
66 _position[2]=z; in SetPosition()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_4_3/
H A Dfar_tutorial_4_3.cpp60 _position[0] = src._position[0]; in Vertex()
61 _position[1] = src._position[1]; in Vertex()
62 _position[2] = src._position[2]; in Vertex()
66 _position[0]=_position[1]=_position[2]=0.0f; in Clear()
70 _position[0]+=weight*src._position[0]; in AddWithWeight()
71 _position[1]+=weight*src._position[1]; in AddWithWeight()
72 _position[2]+=weight*src._position[2]; in AddWithWeight()
77 _position[0]=x; in SetPosition()
78 _position[1]=y; in SetPosition()
79 _position[2]=z; in SetPosition()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlAgilityPack/
H A DParseReader.cs17 private int _position; field in HtmlAgilityPack.ParseReader
31 _position = 0; in ParseReader()
55 return _position;
63 _position = (int)value;
227 _position++; in Read()
250 _position++; in Read()
264 if ((_position + count ) < 0) in Seek()
266 i = _position; in Seek()
267 _position = 0; in Seek()
272 _position += count; in Seek()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/Storage/File/
H A DMemory.php34 private $_position = 0; variable in ZendSearch\\Lucene\\Storage\\File\\Memory
57 $this->_position += $length;
82 $this->_position = $offset;
86 $this->_position += $offset;
91 $this->_position += $offset;
106 return $this->_position;
206 $this->_position += $num;
242 $this->_position += 4;
285 $this->_position += 8;
468 $this->_position += $strlen;
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/hbr/tutorial_2/
H A Dhbr_tutorial_2.cpp63 _position[0] = src._position[0]; in Vertex()
64 _position[1] = src._position[1]; in Vertex()
65 _position[2] = src._position[2]; in Vertex()
69 _position[0]=_position[1]=_position[2]=0.0f; in Clear()
73 _position[0]+=weight*src._position[0]; in AddWithWeight()
74 _position[1]+=weight*src._position[1]; in AddWithWeight()
75 _position[2]+=weight*src._position[2]; in AddWithWeight()
82 _position[0]=x; in SetPosition()
83 _position[1]=y; in SetPosition()
84 _position[2]=z; in SetPosition()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/game/
H A Dviewport.cpp40 return _position; in GetRect()
49 if (_position.GetWidth() == real_size.Width && _position.GetHeight() == real_size.Height) in SetSize()
54 SetAt(_position.Left, _position.Top); // readjust in case went off-room after size changed in SetSize()
65 int cw = _position.GetWidth(); in SetAt()
71 if (_position.Left == x && _position.Top == y) in SetAt()
73 _position.MoveTo(Point(x, y)); in SetAt()
137 if (new_pos == _position) in SetRect()
139 _position = new_pos; in SetRect()
148 if (_position.GetWidth() == fix_size.Width && _position.GetHeight() == fix_size.Height) in SetSize()
150 _position = RectWH(_position.Left, _position.Top, fix_size.Width, fix_size.Height); in SetSize()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dmidiparser.cpp225 _position._playPos = 0; in onTimer()
255_position._playTick = (_position._playTime - _position._lastEventTime) / _psecPerTick + _position.… in onTimer()
260 _position._playTime -= _position._lastEventTime; in onTimer()
262 _position._playTick -= _position._lastEventTick; in onTimer()
352 _position.clear(); in resetTracking()
401 if (!_position._playPos) { in startPlaying()
473 _position._playTime += (tick - _position._lastEventTick) * _psecPerTick; in jumpToTick()
480 _position._playTick = _position._lastEventTick; in jumpToTick()
481 _position._playTime = _position._lastEventTime; in jumpToTick()
490 _position = currentPos; in jumpToTick()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Ddialogs.cpp58 Common::Rect(_position.x, _position.y, _position.x + _width, _position.y + _height), in save()
91 _vm->_screen->hLine(_position.x + 1, _position.y + _height - 2, in draw()
93 _vm->_screen->hLine(_position.x, _position.y + _height - 1, in draw()
95 _vm->_screen->vLine(_position.x + _width - 2, _position.y + 2, in draw()
97 _vm->_screen->vLine(_position.x + _width - 1, _position.y + 1, in draw()
101 drawContent(Common::Rect(_position.x + 2, _position.y + 2, in draw()
102 _position.x + _width - 2, _position.y + _height - 2), 0, in draw()
380 _position.x = _vm->_screen->w - (_position.x + _width); in calculateBounds()
382 _position.y = _vm->_screen->h - (_position.y + _height); in calculateBounds()
391 drawContent(Common::Rect(_position.x + 2, _position.y + 2, in drawWithInput()
[all …]
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/ldns/
H A Dbuffer.h53 size_t _position; member
121 buffer->_position = 0; in ldns_buffer_clear()
137 buffer->_limit = buffer->_position; in ldns_buffer_flip()
138 buffer->_position = 0; in ldns_buffer_flip()
150 buffer->_position = 0; in ldns_buffer_rewind()
161 return buffer->_position; in ldns_buffer_position()
174 buffer->_position = mark; in ldns_buffer_set_position()
188 buffer->_position += count; in ldns_buffer_skip()
376 buffer->_position += count; in ldns_buffer_write()
424 buffer->_position += sizeof(data); in ldns_buffer_write_u8()
[all …]
/dports/dns/py-ldns/ldns-1.8.1/ldns/
H A Dbuffer.h53 size_t _position; member
121 buffer->_position = 0; in ldns_buffer_clear()
137 buffer->_limit = buffer->_position; in ldns_buffer_flip()
138 buffer->_position = 0; in ldns_buffer_flip()
150 buffer->_position = 0; in ldns_buffer_rewind()
161 return buffer->_position; in ldns_buffer_position()
174 buffer->_position = mark; in ldns_buffer_set_position()
188 buffer->_position += count; in ldns_buffer_skip()
376 buffer->_position += count; in ldns_buffer_write()
424 buffer->_position += sizeof(data); in ldns_buffer_write_u8()
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Dbuffer.h30 size_t _position; member
103 return buffer->_position; in buffer_position()
114 buffer->_position = mark; in buffer_set_position()
126 buffer->_position += count; in buffer_skip()
145 buffer->_position = buffer->_limit; in buffer_set_limit()
260 buffer->_position += count; in buffer_write()
286 buffer->_position += sizeof(data); in buffer_write_u8()
300 buffer->_position += sizeof(data); in buffer_write_u16()
314 buffer->_position += sizeof(data); in buffer_write_u32()
328 buffer->_position += sizeof(data); in buffer_write_u64()
[all …]

12345678910>>...98