Home
last modified time | relevance | path

Searched refs:res_w (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_chamelium.c852 xmlrpc_value *res, *res_w, *res_h; in chamelium_get_captured_resolution() local
856 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()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c1530 OPJ_SIZE_T res_w = (OPJ_SIZE_T)(l_res->x1 - l_res->x0); in opj_tcd_decode_tile() local
1538 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()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5294 …int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() local
5314 const float t_step = 1.0f / (float)res_w; in PlotEx()
5325 for (int n = 0; n < res_w; n++) in PlotEx()