Home
last modified time | relevance | path

Searched refs:tickmarks (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart2/
H A DIncrementData.idl29 /** An IncrementData describes how tickmarks are positioned on the scale of an axis.
52 main tickmarks will always look equidistant on the screen.
67 sub tickmarks on the scale of an axis.
70 distance between two neighboring main tickmarks is divided for positioning
71 of further sub tickmarks. Every following SubIncrement determines the
72 positions of subsequent tickmarks in relation to their parent tickmarks
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart2/
H A DIncrementData.idl29 /** An IncrementData describes how tickmarks are positioned on the scale of an axis.
52 main tickmarks will always look equidistant on the screen.
67 sub tickmarks on the scale of an axis.
70 distance between two neighboring main tickmarks is divided for positioning
71 of further sub tickmarks. Every following SubIncrement determines the
72 positions of subsequent tickmarks in relation to their parent tickmarks
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/private/
H A Dfind_private.cc91 void Find_Private::SetTickmarks(const std::vector<pp::Rect>& tickmarks) { in SetTickmarks() argument
93 std::vector<PP_Rect> tickmarks_converted(tickmarks.begin(), in SetTickmarks()
94 tickmarks.end()); in SetTickmarks()
99 static_cast<uint32_t>(tickmarks.size())); in SetTickmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/private/
H A Dfind_private.cc91 void Find_Private::SetTickmarks(const std::vector<pp::Rect>& tickmarks) { in SetTickmarks() argument
93 std::vector<PP_Rect> tickmarks_converted(tickmarks.begin(), in SetTickmarks()
94 tickmarks.end()); in SetTickmarks()
99 static_cast<uint32_t>(tickmarks.size())); in SetTickmarks()
/dports/math/grace/grace-5.1.25/src/
H A Dgraphs.h179 tickmarks *t[MAXAXES]; /* flags etc. for tickmarks for all axes */
204 tickmarks *new_graph_tickmarks(void);
205 tickmarks *copy_graph_tickmarks(tickmarks *);
206 tickmarks *get_graph_tickmarks(int gno, int a);
207 void free_graph_tickmarks(tickmarks *t);
208 int set_graph_tickmarks(int gno, int a, tickmarks *t);
H A Dgraphs.c327 tickmarks *get_graph_tickmarks(int gno, int a) in get_graph_tickmarks()
336 tickmarks *new_graph_tickmarks(void) in new_graph_tickmarks()
338 tickmarks *retval; in new_graph_tickmarks()
340 retval = xmalloc(sizeof(tickmarks)); in new_graph_tickmarks()
347 tickmarks *copy_graph_tickmarks(tickmarks *t) in copy_graph_tickmarks()
349 tickmarks *retval; in copy_graph_tickmarks()
357 memcpy(retval, t, sizeof(tickmarks)); in copy_graph_tickmarks()
368 void free_graph_tickmarks(tickmarks *t) in free_graph_tickmarks()
383 int set_graph_tickmarks(int gno, int a, tickmarks *t) in set_graph_tickmarks()
760 tickmarks *t; in set_graph_xscale()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart/
H A DTimeIncrement.idl28 /** A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis.
34 …this is used as a fixed distance value for the major tickmarks. Otherwise, if the any is empty or…
35 …incompatible type, the distance between major tickmarks is calculated automatically by the applica…
40 …this is used as a fixed distance value for the minor tickmarks. Otherwise, if the any is empty or…
41 …incompatible type, the distance between minor tickmarks is calculated automatically by the applica…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart/
H A DTimeIncrement.idl28 /** A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis.
34 …this is used as a fixed distance value for the major tickmarks. Otherwise, if the any is empty or…
35 …incompatible type, the distance between major tickmarks is calculated automatically by the applica…
40 …this is used as a fixed distance value for the minor tickmarks. Otherwise, if the any is empty or…
41 …incompatible type, the distance between minor tickmarks is calculated automatically by the applica…
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/doc/src/
H A Dstyling-gauge.qdoc35 tutorial will cover a different scenario: one where the gauge's tickmarks
74 have the tickmarks cover the width of the value bar instead, we need to do
77 \li Remove the space the tickmarks previously assumed so that there is
78 just enough space for margins between the tickmarks and value bar.
79 \li Position the tickmarks according to the control's orientation and
86 the tickmarks to that.
91 orientation and the tickmarks left-aligned, then it is enough to set the
99 tickmarks so that they cover the width of it.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dfind_in_page.cc278 void WebLocalFrameImpl::SetTickmarks(const WebVector<WebRect>& tickmarks) { in SetTickmarks() argument
279 find_in_page_->SetTickmarks(tickmarks); in SetTickmarks()
282 void FindInPage::SetTickmarks(const WebVector<WebRect>& tickmarks) { in SetTickmarks() argument
284 Vector<IntRect> tickmarks_converted(SafeCast<wtf_size_t>(tickmarks.size())); in SetTickmarks()
285 for (wtf_size_t i = 0; i < tickmarks.size(); ++i) in SetTickmarks()
286 tickmarks_converted[i] = tickmarks[i]; in SetTickmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dfind_in_page.cc280 const WebVector<WebRect>& tickmarks) { in SetTickmarks() argument
281 find_in_page_->SetTickmarks(target, tickmarks); in SetTickmarks()
285 const WebVector<WebRect>& tickmarks) { in SetTickmarks() argument
286 Vector<IntRect> tickmarks_converted(SafeCast<wtf_size_t>(tickmarks.size())); in SetTickmarks()
287 for (wtf_size_t i = 0; i < tickmarks.size(); ++i) in SetTickmarks()
288 tickmarks_converted[i] = tickmarks[i]; in SetTickmarks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/css/
H A Ddistilledpage_desktop.css243 /* Render the thumb on top of the tickmarks. We can't just rearrange the HTML
244 * because the tickmarks need to render above the slider's track but below the
273 .tickmarks {
278 /* Position the tickmarks over the slider track. */
290 .tickmarks option {
295 .tickmarks option.before-thumb {
299 .tickmarks option.after-thumb {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/css/
H A Ddistilledpage_desktop.css264 /* Render the thumb on top of the tickmarks. We can't just rearrange the HTML
265 * because the tickmarks need to render above the slider's track but below the
294 .tickmarks {
299 /* Position the tickmarks over the slider track. */
311 .tickmarks option {
316 .tickmarks option.before-thumb {
320 .tickmarks option.after-thumb {
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Private/
H A DCircularTickmarkLabel.qml83 The interval at which tickmarks are displayed.
94 The amount of tickmarks displayed.
99 The amount of minor tickmarks between each tickmark.
129 This property determines whether or not the control displays tickmarks,
130 minor tickmarks, and labels.
/dports/math/grace/grace-5.1.25/grconvert/
H A Dutil.c235 void get_graph_tickmarks(int gno, tickmarks * t, int a) in get_graph_tickmarks()
237 memcpy(t, &g[gno].t[a], sizeof(tickmarks)); in get_graph_tickmarks()
247 void set_graph_tickmarks(int gno, tickmarks * t, int a) in set_graph_tickmarks()
249 memcpy(&g[gno].t[a], t, sizeof(tickmarks)); in set_graph_tickmarks()
287 tickmarks t; in default_ticks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_find_private_thunk.cc47 const struct PP_Rect tickmarks[], in SetTickmarks() argument
53 enter.functions()->SetTickmarks(instance, tickmarks, count); in SetTickmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_find_private_thunk.cc48 const struct PP_Rect tickmarks[], in SetTickmarks() argument
54 enter.functions()->SetTickmarks(instance, tickmarks, count); in SetTickmarks()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqslider.h63 Q_PROPERTY( TickSetting tickmarks READ tickmarks WRITE setTickmarks )
92 TickSetting tickmarks() const { return ticks; } in tickmarks() function
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Styles/Base/
H A DGaugeStyle.qml135 To set the size of the tickmarks, specify an
140 tickmarks. For this reason, the \c implicitWidth of each tickmark
142 need minor tickmarks to have greater widths than the major tickmarks,
147 tickmarks, specify those heights in a child item of the component.
149 In the example below, we decrease the height of the tickmarks:
196 To set the size of the minor tickmarks, specify an
202 tickmarks, specify those heights in a child item of the component.
204 In the example below, we decrease the width of the minor tickmarks:
384 … // the whole item containing the tickmarks and labels vertically. Then, we flip each tickmark
432 …// Doesn't need to be in a column, since we assume that the major tickmarks will always be longer …
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/api/private/
H A Dppb_find_private.idl58 * Updates the tickmarks on the scrollbar for the find request. |tickmarks|
63 [in, size_as=count] PP_Rect[] tickmarks,
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/api/private/
H A Dppb_find_private.idl58 * Updates the tickmarks on the scrollbar for the find request. |tickmarks|
63 [in, size_as=count] PP_Rect[] tickmarks,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/api/private/
H A Dppb_find_private.idl58 * Updates the tickmarks on the scrollbar for the find request. |tickmarks|
63 [in, size_as=count] PP_Rect[] tickmarks,
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dgrdimage-classic.rst62 24, and using 1 degree tickmarks:
71 inch/x-unit, tickmarks every 5 units:
79 tickmarks every 5 units:
/dports/math/latte-integrale/latte-version_1_7_6/code/maple/
H A D3-ehrhart-polynomials-paper-examples.mpl31 tickmarks = [BasisPlotsTicks, [-1=-1, 1=1]],
37 tickmarks = [BasisPlotsTicks, [1=1]],
42 tickmarks = [BasisPlotsTicks, [1=1]],
52 tickmarks = [[0 = 0, 1/sqrt(2) = "", 1 = 1, sqrt(2) = sqrt(2), 2 = 2,
170 tickmarks = [[0 = 0, 1/5 = 1/5, 1/3 = 1/3, 2/5 = 2/5, 3/5 = 3/5,
179 tickmarks = [[1 = 1, 6/5 = 6/5, 4/3 = 4/3, 7/5 = 7/5, 8/5 = 8/5,
207tickmarks = [[sqrt(2)/6 = sqrt(2)/6, 1/3 = 1/3, sqrt(2)/3 = sqrt(2)/3, 2/3 = 2/3, sqrt(2)/2 = sqrt…
219 tickmarks = [Ex236Ticks,
227 tickmarks = [Ex236Ticks,
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/
H A DGauge.qml59 providing tickmarks and labels to provide a visual measurement of the
148 This property determines whether or not the tickmarks and their labels
155 This property determines the rate at which tickmarks are drawn on the
156 gauge. The lower the value, the more often tickmarks are drawn.
163 This property determines the amount of minor tickmarks drawn between

12345678910>>...15