Searched refs:res_w (Results 1 – 3 of 3) sorted by relevance
852 xmlrpc_value *res, *res_w, *res_h; in chamelium_get_captured_resolution() local856 xmlrpc_array_read_item(&chamelium->env, res, 0, &res_w); in chamelium_get_captured_resolution()858 xmlrpc_read_int(&chamelium->env, res_w, w); in chamelium_get_captured_resolution()861 xmlrpc_DECREF(res_w); in chamelium_get_captured_resolution()
1530 OPJ_SIZE_T res_w = (OPJ_SIZE_T)(l_res->x1 - l_res->x0); in opj_tcd_decode_tile() local1538 if (res_h > 0 && res_w > SIZE_MAX / res_h) { in opj_tcd_decode_tile()1543 l_data_size = res_w * res_h; in opj_tcd_decode_tile()
5294 …int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() local5314 const float t_step = 1.0f / (float)res_w; in PlotEx()5325 for (int n = 0; n < res_w; n++) in PlotEx()