Searched refs:maxTabSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp402 // tab->maxTabSize contains tab->minTabSize + the width required for the
404 tab->maxTabSize = fDrawingEngine
407 if (tab->maxTabSize > 0.0)
408 tab->maxTabSize += tab->textOffset;
409 tab->maxTabSize += tab->minTabSize;
415 if (tabSize > tab->maxTabSize)
416 tabSize = tab->maxTabSize;
465 float maxTabSize = 0; local
474 if (int_equal(maxTabSize, tabWidth)) {
478 if (maxTabSize < tabWidt
[all...]
H A DDecorator.h69 float maxTabSize; member in struct:Decorator::Tab
H A DDecorator.cpp59 maxTabSize(0.0f)

Completed in 87 milliseconds