Home
last modified time | relevance | path

Searched refs:BeginPaint (Results 1 – 25 of 1435) sorted by relevance

12345678910>>...58

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dsoftware_output_device_mac_unittest.mm26 device->BeginPaint(damage0);
34 device->BeginPaint(damage1);
46 device->BeginPaint(damage2);
60 device->BeginPaint(damage3);
76 device->BeginPaint(damage4);
91 device->BeginPaint(damage5);
107 device->BeginPaint(damage6);
H A Dsoftware_output_device_win_unittest.cc76 device_.BeginPaint(gfx::Rect(kDefaultSize)); in TEST_F()
97 device_.BeginPaint(gfx::Rect(kDefaultSize)); in TEST_F()
H A Dsoftware_output_device_ozone_unittest.cc94 SkCanvas* canvas = output_device_->BeginPaint(damage1); in TEST_F()
107 canvas = output_device_->BeginPaint(damage2); in TEST_F()
H A Dsoftware_output_device_x11.h27 SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override;
H A Dsoftware_output_device_ozone.h35 SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override;
H A Dsoftware_output_device_x11.cc39 SkCanvas* SoftwareOutputDeviceX11::BeginPaint(const gfx::Rect& damage_rect) { in BeginPaint() function in viz::SoftwareOutputDeviceX11
H A Dsoftware_output_device_ozone.cc36 SkCanvas* SoftwareOutputDeviceOzone::BeginPaint(const gfx::Rect& damage_rect) { in BeginPaint() function in viz::SoftwareOutputDeviceOzone
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dsoftware_output_device_mac_unittest.mm26 device->BeginPaint(damage0);
34 device->BeginPaint(damage1);
46 device->BeginPaint(damage2);
60 device->BeginPaint(damage3);
76 device->BeginPaint(damage4);
91 device->BeginPaint(damage5);
107 device->BeginPaint(damage6);
H A Dsoftware_output_device_win_unittest.cc76 device_.BeginPaint(gfx::Rect(kDefaultSize)); in TEST_F()
97 device_.BeginPaint(gfx::Rect(kDefaultSize)); in TEST_F()
H A Dsoftware_output_device_ozone_unittest.cc94 SkCanvas* canvas = output_device_->BeginPaint(damage1); in TEST_F()
107 canvas = output_device_->BeginPaint(damage2); in TEST_F()
H A Dsoftware_output_device_x11.h31 SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override;
H A Dsoftware_output_device_ozone.h35 SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override;
H A Dsoftware_output_device_x11.cc46 SkCanvas* SoftwareOutputDeviceX11::BeginPaint(const gfx::Rect& damage_rect) { in BeginPaint() function in viz::SoftwareOutputDeviceX11
H A Dsoftware_output_device_ozone.cc36 SkCanvas* SoftwareOutputDeviceOzone::BeginPaint(const gfx::Rect& damage_rect) { in BeginPaint() function in viz::SoftwareOutputDeviceOzone
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/client/
H A DContentClient.h105 virtual void BeginPaint() {} in BeginPaint() function
138 return RotatedContentBuffer::BeginPaint(aLayer, aFlags); in BeginPaintBuffer()
221 return RotatedContentBuffer::BeginPaint(aLayer, aFlags); in BeginPaintBuffer()
241 virtual void BeginPaint() override;
342 virtual void BeginPaint() override;
/dports/x11/workrave/workrave-1.10.44/frontend/applets/win32/src/
H A DUtil.h29 void BeginPaint(BOOL repaint);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsWindowGfx.cpp169 BeginPaint(mWnd, &ps); in OnPaint()
201 ::BeginPaint(mWnd, &ps); in OnPaint()
240 ::BeginPaint(mWnd, &ps); in OnPaint()
262 HDC hDC = aDC ? aDC : (::BeginPaint(mWnd, &ps)); in OnPaint()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DContentClient.h143 virtual PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags);
322 PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags) override;
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dwin_cam.c109 if ( BeginPaint(hWnd, &ps) ) in WCam_WndProc()
134 BeginPaint(hWnd, &ps); in WCam_WndProc()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DContentClient.h143 virtual PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags);
322 PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags) override;
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dwin_cam.c109 if ( BeginPaint(hWnd, &ps) ) in WCam_WndProc()
134 BeginPaint(hWnd, &ps); in WCam_WndProc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DContentClient.h143 virtual PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags);
322 PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags) override;
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DPainting.sml46 val BeginPaint : HWND -> HDC * PAINTSTRUCT value
137 val beginPaint = winCall2 (user "BeginPaint") (cHWND, cStar PAINTSTRUCT) cHDC
139 fun BeginPaint(hwnd: HWND): HDC * PAINTSTRUCT = function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/client/
H A DClientPaintedLayer.cpp127 PaintState state = mContentClient->BeginPaint(this, flags); in PaintThebes()
214 mContentClient->BeginPaint(this, flags | ContentClient::PAINT_ASYNC); in PaintOffMainThread()
H A DContentClient.h144 virtual PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags);
346 virtual PaintState BeginPaint(PaintedLayer* aLayer, uint32_t aFlags) override;

12345678910>>...58