Home | History | Annotate | Download | only in rendering

Lines Matching defs:tabWidth

588         float tabWidth = allowTabs() ? monospaceCharacterWidth * 8 : 0;
601 w += tabWidth ? tabWidth - fmodf(xPos + w, tabWidth) : monospaceCharacterWidth;