Home
last modified time | relevance | path

Searched defs:row_height (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h35 const float row_height = MAX2(RowHeight, label_size.y); in DrawAllocation() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleGroupEditDialog.java25 int row_height = 25; field in BundleGroupEditDialog
DBundleGroupCreationDialog.java25 int row_height = 25; field in BundleGroupCreationDialog
DBundleItemCreationDialog.java29 int row_height = 25; field in BundleItemCreationDialog
DBundleItemDialog.java29 int row_height = 25; field in BundleItemDialog
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c671 unsigned row_height = util_format_is_compressed(pres->format) ? 4 : 16; in lima_transfer_map() local
775 unsigned row_height = util_format_is_compressed(pres->format) ? 4 : 16; in lima_transfer_flush_region() local
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1841 float row_height = table->RowPosY2 - table->RowPosY1; in TableEndRow() local
2796 float row_height = GetTextLineHeight(); in TableGetHeaderRowHeight() local
2826 const float row_height = TableGetHeaderRowHeight(); in TableHeadersRow() local
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.h314 int row_height[MAX_TILE_ROWS]; member
Dhevc_ps.h311 unsigned int *row_height; ///< RowHeight member
/third_party/mesa3d/src/mesa/main/
Ddlist.c892 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local