Home
last modified time | relevance | path

Searched refs:Blur (Results 1 – 25 of 89) sorted by relevance

1234

/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
DRadialBlur.j3md1 MaterialDef Radial Blur {
14 FragmentShader GLSL150: Common/MatDefs/Blur/RadialBlur15.frag
27 FragmentShader GLSL120: Common/MatDefs/Blur/RadialBlur.frag
DHGaussianBlur.j3md12 FragmentShader GLSL100: Common/MatDefs/Blur/HGaussianBlur.frag
DVGaussianBlur.j3md12 FragmentShader GLSL100: Common/MatDefs/Blur/VGaussianBlur.frag
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dimage_adjust.js214 ImageEditor.Mode.Blur = function() { class in ImageEditor.Mode
218 ImageEditor.Mode.Blur.prototype =
225 ImageEditor.Mode.Blur.prototype.createTools = function(toolbar) {
/external/chromium_org/third_party/skia/src/animator/
DSkDrawBlur.h17 DECLARE_DRAW_MEMBER_INFO(Blur);
DSkDisplayType.cpp103 CASE_DRAW_NEW(Blur); in CreateInstance()
258 CASE_GET_DRAW_INFO(Blur); in GetMembers()
/external/skia/src/animator/
DSkDrawBlur.h17 DECLARE_DRAW_MEMBER_INFO(Blur);
DSkDisplayType.cpp103 CASE_DRAW_NEW(Blur); in CreateInstance()
258 CASE_GET_DRAW_INFO(Blur); in GetMembers()
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm142 // a Blur() message to the renderer, but only if the RWHV currently has focus.
146 rvh->Blur();
156 devtoolsView->Blur();
/external/chromium_org/third_party/skia/src/effects/
DSkBlurMask.h55 static bool Blur(SkMask* dst, const SkMask& src,
/external/skia/src/effects/
DSkBlurMask.h55 static bool Blur(SkMask* dst, const SkMask& src,
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager_android.h57 void Blur(JNIEnv* env, jobject obj);
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_postproc_mmx.asm527 Blur: label
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm187 // a Blur() message to the renderer, but only if the RWHV currently has focus.
190 rvh->Blur();
/external/chromium_org/content/public/browser/
Drender_widget_host.h177 virtual void Blur() = 0;
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h68 virtual void Blur();
Drender_widget_host_view_views.cc872 void RenderWidgetHostViewViews::Blur() { in Blur() function in RenderWidgetHostViewViews
876 host_->Blur(); in Blur()
897 host_->Blur(); in OnBlur()
Drender_widget_host_view_gtk.cc215 host_view->GetRenderWidgetHost()->Blur(); in OnFocusOut()
678 void RenderWidgetHostViewGtk::Blur() { in Blur() function in RenderWidgetHostViewGtk
681 host_->Blur(); in Blur()
Drender_widget_host_view_mac.h197 virtual void Blur();
Drender_widget_host_view_views.h134 virtual void Blur() OVERRIDE;
Drender_widget_host_view_win.h139 virtual void Blur();
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h93 virtual void Blur() = 0;
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac_unittest.mm114 MOCK_METHOD0(Blur, void());
652 // Verify that |SetActive()| calls |RenderWidgetHostImpl::Blur()| and
674 EXPECT_CALL(*rwh, Blur());
683 EXPECT_CALL(*rwh, Blur());
Drender_widget_host_view_guest.h80 virtual void Blur() OVERRIDE;
Drender_widget_host_view_gtk.h80 virtual void Blur() OVERRIDE;

1234