Searched refs:smpl_width (Results 1 – 2 of 2) sorted by relevance
292 u_int smpl_width; in draw_drcs() local312 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()
630 const uint16_t smpl_width = dataLinkFormat == StreamConfig::FMT_INT12 ? 2 : 0; in UpdateThreads() local638 fpga->WriteRegister(0x0008, mode | smpl_width); in UpdateThreads()