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

/haiku/headers/private/shared/
H A DCalendarView.h113 SetTo(int32 _row, int32 _column) argument
115 row = _row;
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp911 TreeTable::ColumnMouseDown(AbstractColumn* column, BRow* _row, BField* field, argument
916 TreeTableRow* row = dynamic_cast<TreeTableRow*>(_row);
936 TreeTable::ColumnMouseUp(AbstractColumn* column, BRow* _row, BField* field, argument
941 TreeTableRow* row = dynamic_cast<TreeTableRow*>(_row);
1010 TreeTable::ExpandOrCollapse(BRow* _row, bool expand) argument
1012 TreeTableRow* row = dynamic_cast<TreeTableRow*>(_row);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp378 fill(uchar* _row, int width, ColorRGB32Little color) argument
380 ColorRGB32Little* row = static_cast<ColorRGB32Little*>(_row);

Completed in 91 milliseconds