Home
last modified time | relevance | path

Searched refs:XYPOSITION (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
170 void Move(XYPOSITION xDelta, XYPOSITION yDelta) noexcept { in Move()
352 XYPOSITION left;
[all …]
/dports/x11-toolkits/scintilla/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
170 void Move(XYPOSITION xDelta, XYPOSITION yDelta) noexcept { in Move()
352 XYPOSITION left;
[all …]
/dports/editors/textadept/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
170 void Move(XYPOSITION xDelta, XYPOSITION yDelta) noexcept { in Move()
352 XYPOSITION left;
[all …]
/dports/editors/scite/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
170 void Move(XYPOSITION xDelta, XYPOSITION yDelta) noexcept { in Move()
352 XYPOSITION left;
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
104 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
123 XYPOSITION left;
124 XYPOSITION top;
125 XYPOSITION right;
126 XYPOSITION bottom;
128 …explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_…
134 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
104 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
123 XYPOSITION left;
124 XYPOSITION top;
125 XYPOSITION right;
126 XYPOSITION bottom;
128 …explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_…
134 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
104 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
123 XYPOSITION left;
124 XYPOSITION top;
125 XYPOSITION right;
126 XYPOSITION bottom;
128 …explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_…
134 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/include/
H A DPlatform.h101 XYPOSITION x;
102 XYPOSITION y;
104 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
123 XYPOSITION left;
124 XYPOSITION top;
125 XYPOSITION right;
126 XYPOSITION bottom;
128 …explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_…
134 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/include/
H A DPlatform.h89 typedef float XYPOSITION; typedef
109 XYPOSITION x;
110 XYPOSITION y;
116 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
129 XYPOSITION left;
130 XYPOSITION top;
131 XYPOSITION right;
132 XYPOSITION bottom;
134 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
140 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/include/
H A DPlatform.h89 typedef float XYPOSITION; typedef
109 XYPOSITION x;
110 XYPOSITION y;
116 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
129 XYPOSITION left;
130 XYPOSITION top;
131 XYPOSITION right;
132 XYPOSITION bottom;
134 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
140 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/include/
H A DPlatform.h89 typedef float XYPOSITION; typedef
109 XYPOSITION x;
110 XYPOSITION y;
116 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
129 XYPOSITION left;
130 XYPOSITION top;
131 XYPOSITION right;
132 XYPOSITION bottom;
134 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
140 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/include/
H A DPlatform.h89 typedef float XYPOSITION; typedef
109 XYPOSITION x;
110 XYPOSITION y;
116 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
129 XYPOSITION left;
130 XYPOSITION top;
131 XYPOSITION right;
132 XYPOSITION bottom;
134 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
140 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/include/
H A DPlatform.h67 typedef float XYPOSITION; typedef
88 XYPOSITION x;
89 XYPOSITION y;
91 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
106 XYPOSITION left;
107 XYPOSITION top;
108 XYPOSITION right;
109 XYPOSITION bottom;
111 PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_ = 0) :
133 void Move(XYPOSITION xDelta, XYPOSITION yDelta) { in Move()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/include/
H A DPlatform.h67 typedef float XYPOSITION; typedef
88 XYPOSITION x;
89 XYPOSITION y;
91 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
106 XYPOSITION left;
107 XYPOSITION top;
108 XYPOSITION right;
109 XYPOSITION bottom;
111 PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_ = 0) :
133 void Move(XYPOSITION xDelta, XYPOSITION yDelta) { in Move()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DPositionCache.h50 std::vector<XYPOSITION> widthReprs;
77 std::unique_ptr<XYPOSITION[]> positions;
88 XYPOSITION wrapIndent; // In pixels
122 XYPOSITION width;
123 XYPOSITION height;
125 XYPOSITION tabWidth;
139 XYPOSITION Width() const override;
140 XYPOSITION Height() const override;
141 XYPOSITION TabWidth() const override;
145 XYPOSITION TabPositionAfter(XYPOSITION xPosition) const override;
[all …]
/dports/x11-toolkits/scintilla/scintilla/src/
H A DPositionCache.h50 std::vector<XYPOSITION> widthReprs;
77 std::unique_ptr<XYPOSITION[]> positions;
88 XYPOSITION wrapIndent; // In pixels
122 XYPOSITION width;
123 XYPOSITION height;
125 XYPOSITION tabWidth;
139 XYPOSITION Width() const override;
140 XYPOSITION Height() const override;
141 XYPOSITION TabWidth() const override;
145 XYPOSITION TabPositionAfter(XYPOSITION xPosition) const override;
[all …]
/dports/editors/textadept/scintilla/src/
H A DPositionCache.h50 std::vector<XYPOSITION> widthReprs;
77 std::unique_ptr<XYPOSITION[]> positions;
88 XYPOSITION wrapIndent; // In pixels
122 XYPOSITION width;
123 XYPOSITION height;
125 XYPOSITION tabWidth;
139 XYPOSITION Width() const override;
140 XYPOSITION Height() const override;
141 XYPOSITION TabWidth() const override;
145 XYPOSITION TabPositionAfter(XYPOSITION xPosition) const override;
[all …]
/dports/editors/scite/scintilla/src/
H A DPositionCache.h50 std::vector<XYPOSITION> widthReprs;
77 std::unique_ptr<XYPOSITION[]> positions;
88 XYPOSITION wrapIndent; // In pixels
122 XYPOSITION width;
123 XYPOSITION height;
125 XYPOSITION tabWidth;
139 XYPOSITION Width() const override;
140 XYPOSITION Height() const override;
141 XYPOSITION TabWidth() const override;
145 XYPOSITION TabPositionAfter(XYPOSITION xPosition) const override;
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/include/
H A DPlatform.h81 typedef float XYPOSITION; typedef
101 XYPOSITION x;
102 XYPOSITION y;
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/include/
H A DPlatform.h81 typedef float XYPOSITION; typedef
101 XYPOSITION x;
102 XYPOSITION y;
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/devel/geany/geany-1.38/scintilla/include/
H A DPlatform.h81 typedef float XYPOSITION; typedef
101 XYPOSITION x;
102 XYPOSITION y;
108 return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_)); in FromInts()
133 XYPOSITION left;
134 XYPOSITION top;
135 XYPOSITION right;
136 XYPOSITION bottom;
138 …constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITI…
144 static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_)); in FromInts()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DPlatform.h78 typedef float XYPOSITION; typedef
126 XYPOSITION x;
127 XYPOSITION y;
129 explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) { in x()
144 XYPOSITION left;
145 XYPOSITION top;
146 XYPOSITION right;
147 XYPOSITION bottom;
149 PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_ = 0) :
171 void Move(XYPOSITION xDelta, XYPOSITION yDelta) { in Move()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/cocoa/
H A DPlatCocoa.h99 …void DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDe…
101 …void DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourD…
104 void MeasureWidths(Font &font_, const char *s, int len, XYPOSITION *positions);
105 XYPOSITION WidthText(Font &font_, const char *s, int len);
106 XYPOSITION WidthChar(Font &font_, char ch);
107 XYPOSITION Ascent(Font &font_);
108 XYPOSITION Descent(Font &font_);
109 XYPOSITION InternalLeading(Font &font_);
110 XYPOSITION ExternalLeading(Font &font_);
111 XYPOSITION Height(Font &font_);
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/qt/ScintillaEditBase/
H A DPlatQt.h91 virtual void DrawTextNoClip(PRectangle rc, Font &font, XYPOSITION ybase,
93 virtual void DrawTextClipped(PRectangle rc, Font &font, XYPOSITION ybase,
98 XYPOSITION *positions);
99 virtual XYPOSITION WidthText(Font &font, const char *s, int len);
100 virtual XYPOSITION WidthChar(Font &font, char ch);
101 virtual XYPOSITION Ascent(Font &font);
102 virtual XYPOSITION Descent(Font &font);
103 virtual XYPOSITION InternalLeading(Font &font);
104 virtual XYPOSITION ExternalLeading(Font &font);
105 virtual XYPOSITION Height(Font &font);
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DPlatCocoa.h103 …void DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, ColourDes…
105 …void DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, ColourDe…
107 …void DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, Colo…
108 void MeasureWidths(Font &font_, std::string_view text, XYPOSITION *positions) override;
109 XYPOSITION WidthText(Font &font_, std::string_view text) override;
110 XYPOSITION Ascent(Font &font_) override;
111 XYPOSITION Descent(Font &font_) override;
112 XYPOSITION InternalLeading(Font &font_) override;
113 XYPOSITION Height(Font &font_) override;
114 XYPOSITION AverageCharWidth(Font &font_) override;

1234567891011