Home
last modified time | relevance | path

Searched defs:aBlur (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapSeparableUnsharpenFilter.cxx27 Bitmap aBlur(aBitmap); in execute() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapSeparableUnsharpenFilter.cxx27 Bitmap aBlur(aBitmap); in execute() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTarget.cpp239 void DrawTarget::Blur(const AlphaBoxBlur &aBlur) { in Blur()
H A DDrawTargetCapture.cpp263 void DrawTargetCaptureImpl::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawCommands.h911 explicit BlurCommand(const AlphaBoxBlur& aBlur) in BlurCommand()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DDrawTarget.cpp238 void DrawTarget::Blur(const AlphaBoxBlur& aBlur) { in Blur()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawTarget.cpp250 void DrawTarget::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawTargetCapture.cpp314 void DrawTargetCaptureImpl::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawCommands.h948 explicit BlurCommand(const AlphaBoxBlur& aBlur) : mBlur(aBlur) {} in BlurCommand()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawTarget.cpp250 void DrawTarget::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawTargetCapture.cpp314 void DrawTargetCaptureImpl::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawCommands.h948 explicit BlurCommand(const AlphaBoxBlur& aBlur) : mBlur(aBlur) {} in BlurCommand()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawTarget.cpp250 void DrawTarget::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawTargetCapture.cpp314 void DrawTargetCaptureImpl::Blur(const AlphaBoxBlur& aBlur) { in Blur()
H A DDrawCommands.h948 explicit BlurCommand(const AlphaBoxBlur& aBlur) : mBlur(aBlur) {} in BlurCommand()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DIMEStateManager.cpp103 void IMEStateManager::OnFocusMovedBetweenBrowsers(BrowserParent* aBlur, in OnFocusMovedBetweenBrowsers()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DIMEStateManager.cpp112 void IMEStateManager::OnFocusMovedBetweenBrowsers(BrowserParent* aBlur, in OnFocusMovedBetweenBrowsers()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DIMEStateManager.cpp112 void IMEStateManager::OnFocusMovedBetweenBrowsers(BrowserParent* aBlur, in OnFocusMovedBetweenBrowsers()
/dports/www/firefox/firefox-99.0/dom/events/
H A DIMEStateManager.cpp112 void IMEStateManager::OnFocusMovedBetweenBrowsers(BrowserParent* aBlur, in OnFocusMovedBetweenBrowsers()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxBlur.cpp93 SourceSurface* aBlur, in DrawBlur()