Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DSelectionFrame.cs293 Point pointerLocation = new Point (x, y); in ResizeContinue()
307 top = pointerLocation.Y; in ResizeContinue()
311 left = pointerLocation.X; in ResizeContinue()
324 top = pointerLocation.Y; in ResizeContinue()
332 top = pointerLocation.Y; in ResizeContinue()
360 left = pointerLocation.X; in ResizeContinue()
368 left = pointerLocation.X; in ResizeContinue()
464 pointerLocation.Y >= handleRectangle.Y && in IsCursorOnGrabHandle()
474 pointerLocation.X = pointerLocation.X - this.Bounds.X; in PointToClient()
475 pointerLocation.Y = pointerLocation.Y - this.Bounds.Y; in PointToClient()
[all …]
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-binary.h1201 size_t pointerLocation; member
1202 Buffer(const char* data, size_t size, size_t pointerLocation) in Buffer()
1203 : data(data), size(size), pointerLocation(pointerLocation) {} in Buffer()
/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp1646 const auto pointerLocation = static_cast<TType*>(lua_newuserdata(state, sizeof(TType))); in push() local
1647 new (pointerLocation) TType(std::forward<TType2>(value)); in push()
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp1646 const auto pointerLocation = static_cast<TType*>(lua_newuserdata(state, sizeof(TType))); in push() local
1647 new (pointerLocation) TType(std::forward<TType2>(value)); in push()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-binary.cpp945 << o.size() << " and pointer is at " << buffer.pointerLocation in finishUp()
947 o.writeAt(buffer.pointerLocation, (uint32_t)o.size()); in finishUp()