Searched refs:fCellSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DColorControl.cpp207 fPaletteFrame.Set(0, 0, fColumns * fCellSize, fRows * fCellSize);
215 float rampHeight = (float)(fRows * fCellSize / kRampCount);
255 status = data->AddFloat("_csize", fCellSize);
398 _InitData((color_control_layout)fColumns, fCellSize,
441 int colBegin = max_c(0, -1 + int(updateRect.left) / int(fCellSize));
443 2 + int(updateRect.right) / int(fCellSize));
444 int rowBegin = max_c(0, -1 + int(updateRect.top) / int(fCellSize));
446 / int(fCellSize));
452 float x = fPaletteFrame.left + float(xi) * fCellSize;
[all...]
/haiku/headers/os/interface/
H A DColorControl.h118 float fCellSize; member in class:BColorControl

Completed in 84 milliseconds