Home
last modified time | relevance | path

Searched refs:smpl_width (Results 1 – 2 of 2) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_draw_str.c292 u_int smpl_width; in draw_drcs() local
312 if ((smpl_width = glyph_width / ch_width + 1) >= 3) { in draw_drcs()
313 smpl_width = 2; in draw_drcs()
321 left_x = (x_off * glyph_width * 10 / ch_width + 5) / 10 - smpl_width / 2; in draw_drcs()
335 (double)(x_off * glyph_width) / (double)ch_width, left_x + smpl_width / 2); in draw_drcs()
344 for (smpl_x = 0; smpl_x < smpl_width; smpl_x++) { in draw_drcs()
/dports/comms/limesuite/LimeSuite-20.10.0/src/protocols/
H A DStreamer.cpp630 const uint16_t smpl_width = dataLinkFormat == StreamConfig::FMT_INT12 ? 2 : 0; in UpdateThreads() local
638 fpga->WriteRegister(0x0008, mode | smpl_width); in UpdateThreads()