Searched refs:width_out (Results 1 – 3 of 3) sorted by relevance
143 width_out, err := proto.GetExtension(bm_new, user.E_Width)147 if w := width_out.(*int32); *w != *width {
222 const int num, const int den, int *width_out,
426 const int num, const int den, int *width_out, in get_layer_resolution() argument430 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()439 *width_out = w; in get_layer_resolution()