Home
last modified time | relevance | path

Searched refs:textrot (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c554 struct svg_transform textrot; in draw_ctx_switch() local
582 textrot.tx = x - w; in draw_ctx_switch()
583 textrot.ty = y; in draw_ctx_switch()
584 textrot.sx = 1.0; in draw_ctx_switch()
585 textrot.sy = 1.0; in draw_ctx_switch()
586 textrot.rot = 90.0; in draw_ctx_switch()
741 struct svg_transform textrot; in ctxsw_draw_pre() local
747 textrot.tx = 0.0 - 0.2; /* XXX */ in ctxsw_draw_pre()
748 textrot.sx = 1.0; in ctxsw_draw_pre()
749 textrot.sy = 1.0; in ctxsw_draw_pre()
[all …]