MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_leftWidth

Method get_leftWidth

DSView/pv/view/trace.h:156–158  ·  view source on GitHub ↗

* Geom */

Source from the content-addressed store, hash-verified

154 * Geom
155 */
156 inline int get_leftWidth(){
157 return SquareWidth/2 + Margin;
158 }
159
160 inline int get_rightWidth(){
161 return 2 * Margin + _typeWidth * SquareWidth + 1.5 * SquareWidth;

Callers 2

header_resizeMethod · 0.80
headerWidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected