Home
last modified time | relevance | path

Searched defs:height (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dsvghelper.c141 static double normalize_height(double height) in normalize_height()
153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox()
172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox()
191 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox()
475 double height = 0; in svg_pstate() local
496 double height; in svg_partial_wakeline() local
554 double height; in svg_wakeline() local
/tools/perf/ui/gtk/
Dbrowser.c21 int height; in perf_gtk__resize_window() local
/tools/testing/radix-tree/
Dmultiorder.c58 int height = order[i] / XA_CHUNK_SHIFT; in multiorder_iteration() local
/tools/perf/ui/
Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
Dbrowser.c312 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
/tools/include/uapi/drm/
Di915_drm.h224 int width, height; /* screen size in pixels */ member
/tools/perf/scripts/python/
Dexported-sql-viewer.py1771 def SetSize(self, width, height): argument