Home
last modified time | relevance | path

Searched refs:row_height (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_urb.h35 const float row_height = MAX2(RowHeight, label_size.y); in DrawAllocation() local
45 const float y = window_pos.y + s * row_height; in DrawAllocation()
51 y + row_height); in DrawAllocation()
54 y + row_height); in DrawAllocation()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleGroupCreationDialog.java25 int row_height = 25; field in BundleGroupCreationDialog
26 Dimension leftDim = new Dimension(left_col_width, row_height);
27 Dimension rightDim = new Dimension(right_col_width, row_height);
H A DBundleGroupEditDialog.java25 int row_height = 25; field in BundleGroupEditDialog
26 Dimension leftDim = new Dimension(left_col_width, row_height);
27 Dimension rightDim = new Dimension(right_col_width, row_height);
H A DBundleItemDialog.java29 int row_height = 25; field in BundleItemDialog
30 Dimension leftDim = new Dimension(left_col_width, row_height);
31 Dimension rightDim = new Dimension(right_col_width, row_height);
162 lookupLabels[i].setPreferredSize(new Dimension(30,row_height)); in initComponents()
164 lookupFields[i].setPreferredSize(new Dimension(right_col_width-35,row_height)); in initComponents()
H A DBundleItemCreationDialog.java29 int row_height = 25; field in BundleItemCreationDialog
30 Dimension leftDim = new Dimension(left_col_width, row_height);
31 Dimension rightDim = new Dimension(right_col_width, row_height);
/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c261 int row_height; in config_output() local
264 for (i = 0; i < s->nb_grid_rows; i++, inh += row_height) { in config_output()
265 row_height = ctx->inputs[i * s->nb_grid_columns]->h; in config_output()
271 if (ctx->inputs[k]->h != row_height) { in config_output()
273 k, ctx->inputs[k]->h, row_height); in config_output()
292 height += row_height; in config_output()
/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c1310 av_freep(&pps->row_height); in hevc_pps_free()
1381 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height)); in setup_pps()
1383 if (!pps->column_width || !pps->row_height) in setup_pps()
1392 pps->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows - in setup_pps()
1403 pps->row_bd[i + 1] = pps->row_bd[i] + pps->row_height[i]; in setup_pps()
1447 val += pps->row_height[tile_y] * pps->column_width[i]; in setup_pps()
1449 val += sps->ctb_width * pps->row_height[i]; in setup_pps()
1635 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height)); in ff_hevc_decode_nal_pps()
[all...]
H A Dhevc_ps.h311 unsigned int *row_height; ///< RowHeight member
H A Dvaapi_encode.h321 int row_height[MAX_TILE_ROWS]; member
H A Ddxva2_hevc.c153 pp->row_height_minus1[i] = pps->row_height[i] - 1; in fill_picture_parameters()
H A Dnvdec_hevc.c204 ppc->row_height_minus1[i] = pps->row_height[i] - 1; in nvdec_hevc_start_frame()
H A Dvaapi_encode.c253 pic->slices[index].block_size = ctx->row_height[j] * ctx->col_width[i]; in vaapi_encode_make_tile_slice()
258 ctx->row_height[j], slice->block_size); in vaapi_encode_make_tile_slice()
2156 ctx->row_height[i] = ( i + 1 ) * ctx->slice_block_rows / ctx->tile_rows - in vaapi_encode_init_tile_slice_structure()
2158 ctx->row_bd[i + 1] = ctx->row_bd[i] + ctx->row_height[i]; in vaapi_encode_init_tile_slice_structure()
H A Dvdpau_hevc.c167 info->row_height_minus1[i] = pps->row_height[i] - 1; in vdpau_hevc_start_frame()
H A Dvaapi_hevc.c211 pic_param->row_height_minus1[i] = pps->row_height[i] - 1; in vaapi_hevc_start_frame()
H A Dvaapi_encode_h265.c617 if (ctx->row_height[i] != in vaapi_encode_h265_init_sequence_params()
627 pps->row_height_minus1[i] = ctx->row_height[i] - 1; in vaapi_encode_h265_init_sequence_params()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c671 unsigned row_height = util_format_is_compressed(pres->format) ? 4 : 16; in lima_transfer_map() local
672 unsigned row_stride = line_stride * row_height; in lima_transfer_map()
775 unsigned row_height = util_format_is_compressed(pres->format) ? 4 : 16; in lima_transfer_flush_region() local
776 unsigned row_stride = line_stride * row_height; in lima_transfer_flush_region()
/third_party/glfw/deps/
H A Dnuklear.h2349 /// void nk_layout_row_begin(struct nk_context *ctx, enum nk_layout_format fmt, float row_height, int cols);
2359 NK_API void nk_layout_row_begin(struct nk_context *ctx, enum nk_layout_format fmt, float row_height, int cols);
2400 /// void nk_layout_row_template_begin(struct nk_context*, float row_height);
2408 NK_API void nk_layout_row_template_begin(struct nk_context*, float row_height);
3035 NK_API int nk_list_view_begin(struct nk_context*, struct nk_list_view *out, const char *id, nk_flags, int row_height, int row_count);
5824 NK_LIB struct nk_vec2 nk_text_calculate_text_bounds(const struct nk_user_font *font, const char *begin, int byte_len, float row_height, const char **remaining, struct nk_vec2 *out_offset, int *glyphs, int op);
5858 NK_LIB void nk_textedit_click(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height);
5859 NK_LIB void nk_textedit_drag(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height);
5860 NK_LIB void nk_textedit_key(struct nk_text_edit *state, enum nk_keys key, int shift_mod, const struct nk_user_font *font, float row_height);
5972 NK_LIB void nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, cons
7378 nk_text_calculate_text_bounds(const struct nk_user_font *font, const char *begin, int byte_len, float row_height, const char **remaining, struct nk_vec2 *out_offset, int *glyphs, int op) nk_text_calculate_text_bounds() argument
17733 nk_layout_row_begin(struct nk_context *ctx, enum nk_layout_format fmt, float row_height, int cols) nk_layout_row_begin() argument
18148 const float row_height = layout->row.height - spacing.y; nk_panel_alloc_row() local
18360 float row_height; nk_tree_state_base() local
18541 float row_height; nk_tree_element_image_push_hashed_base() local
18929 nk_list_view_begin(struct nk_context *ctx, struct nk_list_view *view, const char *title, nk_flags flags, int row_height, int row_count) nk_list_view_begin() argument
21732 nk_textedit_layout_row(struct nk_text_edit_row *r, struct nk_text_edit *edit, int line_start_id, float row_height, const struct nk_user_font *font) nk_textedit_layout_row() argument
21753 nk_textedit_locate_coord(struct nk_text_edit *edit, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_locate_coord() argument
21813 nk_textedit_click(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_click() argument
21824 nk_textedit_drag(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_drag() argument
21835 nk_textedit_find_charpos(struct nk_text_find *find, struct nk_text_edit *state, int n, int single_line, const struct nk_user_font *font, float row_height) nk_textedit_find_charpos() argument
22096 nk_textedit_key(struct nk_text_edit *state, enum nk_keys key, int shift_mod, const struct nk_user_font *font, float row_height) nk_textedit_key() argument
22791 nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected) nk_edit_draw_text() argument
22878 float row_height; nk_do_edit() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp1841 float row_height = table->RowPosY2 - table->RowPosY1; in TableEndRow() local
1843 table->RowPosY1 = table->RowPosY2 - row_height; in TableEndRow()
2796 float row_height = GetTextLineHeight();
2802 row_height = ImMax(row_height, CalcTextSize(TableGetColumnName(column_n)).y);
2804 row_height += GetStyle().CellPadding.y * 2.0f;
2805 return row_height;
2826 const float row_height = TableGetHeaderRowHeight();
2827 TableNextRow(ImGuiTableRowFlags_Headers, row_height);
2849 if (mouse_pos.y >= row_y1 && mouse_pos.y < row_y1 + row_height)
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c892 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local
950 ypos += row_height; in build_bitmap_atlas()
951 row_height = 0; in build_bitmap_atlas()
967 row_height = MAX2(row_height, bitmap_height); in build_bitmap_atlas()
971 atlas->texHeight = ypos + row_height; in build_bitmap_atlas()

Completed in 66 milliseconds