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

/haiku/src/kits/interface/
H A DColorControl.cpp215 float rampHeight = (float)(fRows * fCellSize / kRampCount); local
218 if (rampHeight > fRedText->Frame().Height()) {
221 offset = rampHeight;
589 float rampHeight = (float)(fRows * fCellSize / kRampCount); local
592 fPaletteFrame.top + float(rampIndex) * rampHeight,
594 fPaletteFrame.top + float(rampIndex + 1) * rampHeight);

Completed in 30 milliseconds