Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp27 const float spacing, in resample() argument
37 float markedDistance = offset - spacing; in resample()
41 assert(spacing > 0.0); in resample()
51 while (markedDistance + spacing < distance + segmentDist) { in resample()
52 markedDistance += spacing; in resample()
81 …anchors = resample(line, distance / 2, spacing, angleWindowSize, maxAngle, labelLength, continuedL… in resample()
88 float spacing, in getAnchors() argument
115 if (spacing - labelLength < spacing / 4) { in getAnchors()
116 spacing = labelLength + spacing / 4; in getAnchors()
127 std::fmod((shapedLabelLength / 2 + fixedExtraOffset) * boxScale * overscaling, spacing) : in getAnchors()
[all …]
H A Dshaping.cpp115 const float spacing, in determineAverageLineWidth() argument
123 totalWidth += (*it->second)->metrics.advance + spacing; in determineAverageLineWidth()
213 const float spacing, in determineLineBreaks() argument
225 const float targetWidth = determineAverageLineWidth(logicalInput, spacing, maxWidth, glyphs); in determineLineBreaks()
234 currentX += (*it->second)->metrics.advance + spacing; in determineLineBreaks()
252 const float spacing, in shapeLines() argument
292 x += glyph.metrics.advance + spacing; in shapeLines()
295 x += verticalHeight + spacing; in shapeLines()
301 float lineLength = x - spacing; // Don't count trailing spacing in shapeLines()
330 const float spacing, in getShaping() argument
[all …]
H A Dget_anchors.hpp10 float spacing,
H A Dshaping.hpp53 float spacing,
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c153 unsigned spacing; in vivid_radio_rx_s_hw_freq_seek() local
192 spacing = band == BAND_AM ? 1600 : 16000; in vivid_radio_rx_s_hw_freq_seek()
196 freq = spacing * (freq / spacing) + spacing; in vivid_radio_rx_s_hw_freq_seek()
200 freq = spacing * (low / spacing) + spacing; in vivid_radio_rx_s_hw_freq_seek()
205 freq = spacing * ((freq + spacing - 1) / spacing) - spacing; in vivid_radio_rx_s_hw_freq_seek()
209 freq = spacing * ((high + spacing - 1) / spacing) - spacing; in vivid_radio_rx_s_hw_freq_seek()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0006-themes-Industrial-add-info-label-in-ui.patch31 + <property name="spacing">12</property>
35 <property name="spacing">12</property>
45 + <property name="spacing">12</property>
76 + <property name="spacing">12</property>
80 <property name="spacing">12</property>
90 + <property name="spacing">12</property>
/OK3568_Linux_fs/kernel/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c132 static int fm_rx_set_channel_spacing(struct fmdev *fmdev, u32 spacing) in fm_rx_set_channel_spacing() argument
137 if (spacing > 0 && spacing <= 50000) in fm_rx_set_channel_spacing()
138 spacing = FM_CHANNEL_SPACING_50KHZ; in fm_rx_set_channel_spacing()
139 else if (spacing > 50000 && spacing <= 100000) in fm_rx_set_channel_spacing()
140 spacing = FM_CHANNEL_SPACING_100KHZ; in fm_rx_set_channel_spacing()
142 spacing = FM_CHANNEL_SPACING_200KHZ; in fm_rx_set_channel_spacing()
145 payload = spacing; in fm_rx_set_channel_spacing()
151 fmdev->rx.region.chanl_space = spacing * FM_FREQ_MUL; in fm_rx_set_channel_spacing()
157 u32 wrap_around, u32 spacing) in fm_rx_seek() argument
167 ret = fm_rx_set_channel_spacing(fmdev, spacing); in fm_rx_seek()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0068-desktop-shell-Support-setting-panel-scale-in-weston..patch72 + int spacing = DEFAULT_SPACING * scale;
86 + allocation.width - spacing * 1.5 - extents.width;
97 + int spacing = DEFAULT_SPACING * scale;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
117 + y = height - (h = spacing * 3);
H A D0070-desktop-shell-Support-clock-without-date.patch85 - allocation.width - spacing * 1.5 - extents.width;
86 + allocation.width - spacing - extents.width;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0068-desktop-shell-Support-setting-panel-scale-in-weston..patch72 + int spacing = DEFAULT_SPACING * scale;
86 + allocation.width - spacing * 1.5 - extents.width;
97 + int spacing = DEFAULT_SPACING * scale;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
117 + y = height - (h = spacing * 3);
H A D0070-desktop-shell-Support-clock-without-date.patch85 - allocation.width - spacing * 1.5 - extents.width;
86 + allocation.width - spacing - extents.width;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0069-desktop-shell-Support-setting-panel-scale-in-weston..patch72 + int spacing = DEFAULT_SPACING * scale;
86 + allocation.width - spacing * 1.5 - extents.width;
97 + int spacing = DEFAULT_SPACING * scale;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
117 + y = height - (h = spacing * 3);
H A D0071-desktop-shell-Support-clock-without-date.patch85 - allocation.width - spacing * 1.5 - extents.width;
86 + allocation.width - spacing - extents.width;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapSliders.qml144 - sliderColumn.spacing * 2
150 spacing: 10
158 spacing: sliderRow.spacing
219 spacing: -10
272 spacing: sliderRow.spacing
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf43505 Stores channel Y frequency resolution/channel spacing in Hz.
9 generate proper values for multiples of channel spacing.
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_ax88796.c275 int spacing; in parport_ax88796_probe() local
291 spacing = size / 3; in parport_ax88796_probe()
326 dd->spp_spr = dd->base + (spacing * 1); in parport_ax88796_probe()
327 dd->spp_cpr = dd->base + (spacing * 2); in parport_ax88796_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/
H A Dadf4350.txt15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS).
80 adi,channel-spacing = <10000>;
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-wl1273.c48 unsigned int spacing; member
794 if (dir && f + radio->spacing <= radio->rangehigh) in wl1273_fm_set_seek()
795 r = wl1273_fm_set_rx_freq(radio, f + radio->spacing); in wl1273_fm_set_seek()
798 else if (f - radio->spacing >= radio->rangelow) in wl1273_fm_set_seek()
799 r = wl1273_fm_set_rx_freq(radio, f - radio->spacing); in wl1273_fm_set_seek()
1347 unsigned int spacing) in wl1273_fm_tx_set_spacing() argument
1352 if (spacing == 0) { in wl1273_fm_tx_set_spacing()
1355 radio->spacing = 100; in wl1273_fm_tx_set_spacing()
1356 } else if (spacing - 50000 < 25000) { in wl1273_fm_tx_set_spacing()
1359 radio->spacing = 50; in wl1273_fm_tx_set_spacing()
[all …]
H A Dradio-tea5777.c376 int i, res, spacing; in vidioc_s_hw_freq_seek() local
409 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */ in vidioc_s_hw_freq_seek()
434 tea->freq = orig_freq + spacing; in vidioc_s_hw_freq_seek()
437 tea->freq = orig_freq - spacing; in vidioc_s_hw_freq_seek()
H A Dtea575x.c360 int i, spacing; in snd_tea575x_s_hw_freq_seek() local
390 spacing = (tea->band == BAND_AM) ? 5 : 50; /* kHz */ in snd_tea575x_s_hw_freq_seek()
426 if (abs(tea->freq - freq) < 16 * spacing || in snd_tea575x_s_hw_freq_seek()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst36 ``wrap_around``, ``spacing``, ``rangelow`` and ``rangehigh`` fields, and
90 - ``spacing``
93 If spacing is zero a reasonable default value is used.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dhighgui.hpp723 int style = QT_STYLE_NORMAL, int spacing = 0);
752 int weight = QT_FONT_NORMAL, int style = QT_STYLE_NORMAL, int spacing = 0);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Drouting.qml91 spacing: 10
96 spacing: 10
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/
H A Dmd5deep_git.bb14 file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/
H A Dbeep_1.4.9.bb3 patterns with given frequencies, durations, and spacing."

12345