Searched refs:Canvas (Results 1 – 1 of 1) sorted by relevance
516 struct Canvas struct518 Canvas(HDC hdc) : _hdc(hdc) {} in Canvas() argument527 struct WindowCanvas : public Canvas argument530 : Canvas(GetDC(hwnd)), _hwnd(hwnd) {} in WindowCanvas()542 struct MemCanvas : public Canvas545 : Canvas(CreateCompatibleDC(hdc)) {assert(_hdc);} in Canvas() function