Lines Matching refs:width
385 double width; in svg_process() local
404 width = time2pixels(end)-time2pixels(start); in svg_process()
405 if (width > 6) in svg_process()
406 width = 6; in svg_process()
408 width = round_text_size(width); in svg_process()
410 if (width > MIN_TEXT_SIZE) in svg_process()
412 width, name); in svg_process()
419 double width; in svg_cstate() local
437 width = (time2pixels(end)-time2pixels(start))/2.0; in svg_cstate()
438 if (width > 6) in svg_cstate()
439 width = 6; in svg_cstate()
441 width = round_text_size(width); in svg_cstate()
443 if (width > MIN_TEXT_SIZE) in svg_cstate()
445 time2pixels(start), cpu2y(cpu)+width, width, type); in svg_cstate()