Home
last modified time | relevance | path

Searched defs:row_height (Results 1 – 9 of 9) 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
DBundleItemDialog.java29 int row_height = 25; field in BundleItemDialog
DBundleItemCreationDialog.java29 int row_height = 25; field in BundleItemCreationDialog
/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.c949 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local