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

/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp217 floating(Buffer& outBuffer, double value, int fieldWidth, int flags) argument
259 outBuffer.PutPadding(fieldWidth);
268 outBuffer.PutPadding(fieldWidth);
279 int fieldWidth; /* width of output field */ local
313 fieldWidth = -1;
315 fieldWidth = skip_atoi(&format);
319 fieldWidth = va_arg(args, int);
320 if (fieldWidth < 0) {
321 fieldWidth = -fieldWidth;
[all...]
/haiku/src/kits/interface/
H A DColumnTypes.cpp208 float fieldWidth = field->Width(); local
209 bool updateNeeded = width != fieldWidth;
/haiku/src/apps/sudoku/
H A DSudokuView.cpp1357 SudokuView::_FitFont(BFont& font, float fieldWidth, float fieldHeight) argument
1367 float factor = fieldWidth != fHintWidth ? 4.f / 5.f : 1.f;
1368 float widthFactor = fieldWidth / (width / factor);

Completed in 37 milliseconds