Home | History | Annotate | Download | only in rendering

Lines Matching refs:tabWidth

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