Lines Matching refs:NWindowScreen
30 class NWindowScreen : public BWindowScreen { class
32 NWindowScreen(status_t*);
95 NWindowScreen *ws = new NWindowScreen(&ret); in ReadyToRun()
116 NWindowScreen::NWindowScreen(status_t *ret) in NWindowScreen() function in NWindowScreen
153 NWindowScreen::ScreenConnected(bool connected) in ScreenConnected()
275 NWindowScreen::Entry(void* p) in Entry()
277 return ((NWindowScreen*)p)->MyCode(); in Entry()
282 NWindowScreen::MyCode() in MyCode()
433 NWindowScreen::draw_line(int x1, int y1, int x2, int y2, int color) in draw_line()
482 NWindowScreen::draw_rect(int x, int y, int w, int h, int color) in draw_rect()
492 NWindowScreen::fill_rect(int x, int y, int w, int h, int color) in fill_rect()
503 NWindowScreen::draw_ellipse(int cx, int cy, int wide, int deep, int color) in draw_ellipse()
556 NWindowScreen::fill_ellipse(int cx, int cy, int wide, int deep, int color) in fill_ellipse()
609 NWindowScreen::ellipse_points(int x, int y, int x_offset, int y_offset, int color) in ellipse_points()
637 NWindowScreen::ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color) in ellipse_fill_points()