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

/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.h107 virtual void GetPreferredSize(float* pWidth, float* pHeight);
H A DValControlDigitSegment.cpp287 void ValControlDigitSegment::GetPreferredSize(float* pWidth, float* pHeight) { argument
295 *pHeight = prefHeight();
/haiku/src/apps/terminal/
H A DTermWindow.cpp1288 int pHeight = (int)pageRect.Height(); local
1293 int yPages = (int)ceil(h / pHeight);
1300 curPageRect.OffsetTo(x * pWidth, y * pHeight);

Completed in 66 milliseconds