Searched refs:Rows (Results 1 - 11 of 11) sorted by path

/haiku/headers/libs/agg/
H A Dagg_simul_eq.h42 template<unsigned Rows, unsigned Cols>
45 static int pivot(double m[Rows][Cols], unsigned row)
52 for(i = row; i < Rows; i++)
/haiku/src/apps/pairs/
H A DPairsView.h44 int32 Rows() const { return fRows; }; function in class:PairsView
H A DPairsWindow.cpp221 _ResizeWindow(fPairsView->Rows(), fPairsView->Cols());
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp71 EquationSystem::Rows() function in class:EquationSystem
355 for (int row = 0; row < system.Rows(); row++) {
371 for (int col = system.Rows(); col < system.Columns(); col++) {
H A DActiveSetSolver.h18 int32 Rows();
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp31 int Rows();
54 int Rows();
209 ConsoleHandle::Rows() function in class:ConsoleHandle
412 ConsoleDevice::Rows() function in class:ConsoleDevice
757 return sOutput.Rows();
H A Drom_calls.h1190 uint16 Rows; member in struct:BitMap
H A Dvideo.cpp55 dprintf("Rows %d\n", gScreen->RastPort.BitMap->Rows);
65 gKernelArgs.frame_buffer.height = gScreen->RastPort.BitMap->Rows;
/haiku/src/apps/terminal/
H A DTermView.cpp567 TermView::Rows() const function in class:TermView
H A DTermView.h84 int Rows() const;
H A DTermWindow.cpp1574 PrefHandler::Default()->setInt32(PREF_ROWS, view->Rows());

Completed in 196 milliseconds