Searched refs:compose (Results 1 – 4 of 4) sorted by relevance
94 tpg->crop.width = tpg->compose.width = w; in tpg_init()95 tpg->crop.height = tpg->compose.height = h; in tpg_init()422 const struct v4l2_rect *compose) in tpg_s_crop_compose() argument425 tpg->compose = *compose; in tpg_s_crop_compose()426 tpg->scaled_width = (tpg->src_width * tpg->compose.width + in tpg_s_crop_compose()452 tpg->compose.top = tpg->compose.left = 0; in tpg_reset_source()453 tpg->compose.width = width; in tpg_reset_source()454 tpg->compose.height = tpg->buf_height; in tpg_reset_source()1819 if (y + 16 >= tpg->compose.height || x + 8 >= tpg->compose.width) in tpg_gen_text()1822 if (len > (tpg->compose.width - x) / 8) in tpg_gen_text()[all …]
189 compose '^' 'c' to Control_c190 compose '^' 'd' to Control_d191 compose '^' 'z' to Control_z192 compose '^' '\012' to nul
131 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local138 compose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_uni2asc()144 if (likely(compose)) in hfsplus_uni2asc()180 if (likely(compose)) in hfsplus_uni2asc()
145 struct v4l2_rect compose; member254 const struct v4l2_rect *compose);