/external/skia/src/animator/ |
D | SkDrawBlur.h | 25 DECLARE_DRAW_MEMBER_INFO(Blur);
|
D | SkDisplayType.cpp | 111 CASE_DRAW_NEW(Blur); in CreateInstance() 266 CASE_GET_DRAW_INFO(Blur); in GetMembers()
|
D | SkAnimateSchema.xsd | 509 <!-- @pattern normal Blur inside and outside. --> 515 <!-- @pattern inner Blur inside only.. --> 1138 Blur describes an image filter in the paint that blurs the drawn geometry. 1929 <!-- @element blur Blur radially draws the shape with varying transparency. -->
|
/external/skia/src/effects/ |
D | SkBlurMask.h | 39 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style, Quality quality);
|
D | SkBlurMaskFilter.cpp | 102 if (SkBlurMask::Blur(dst, src, radius, (SkBlurMask::Style)fBlurStyle, blurQuality)) in filterMask()
|
D | SkEmbossMaskFilter.cpp | 79 if (!SkBlurMask::Blur(dst, src, radius, SkBlurMask::kInner_Style, in filterMask()
|
D | SkBlurMask.cpp | 248 bool SkBlurMask::Blur(SkMask* dst, const SkMask& src, in Blur() function in SkBlurMask
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
D | internet_explorer6 | 26 filter:progid:DXImageTransform.Microsoft.Blur(
|
/external/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 527 Blur: label
|
D | postproc_mmx.c | 24 const static short Blur[48] = variable 70 lea ebx, Blur in vp8_post_proc_down_and_across_mmx()
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | tab_contents_controller.mm | 187 // a Blur() message to the renderer, but only if the RWHV currently has focus. 190 rvh->Blur();
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.h | 68 virtual void Blur();
|
D | render_widget_host_view_views.cc | 872 void RenderWidgetHostViewViews::Blur() { in Blur() function in RenderWidgetHostViewViews 876 host_->Blur(); in Blur() 897 host_->Blur(); in OnBlur()
|
D | render_widget_host_view_gtk.cc | 215 host_view->GetRenderWidgetHost()->Blur(); in OnFocusOut() 678 void RenderWidgetHostViewGtk::Blur() { in Blur() function in RenderWidgetHostViewGtk 681 host_->Blur(); in Blur()
|
D | render_widget_host_view_views.h | 134 virtual void Blur() OVERRIDE;
|
D | render_widget_host_view_mac.h | 197 virtual void Blur();
|
D | render_widget_host_view_win.h | 139 virtual void Blur();
|
D | render_widget_host_view_win.cc | 491 void RenderWidgetHostViewWin::Blur() { in Blur() function in RenderWidgetHostViewWin 1001 render_widget_host_->Blur(); in OnKillFocus()
|
D | render_widget_host_view_mac.mm | 392 void RenderWidgetHostViewMac::Blur() { function 1626 renderWidgetHostView_->render_widget_host_->Blur(); 1628 // We should cancel any onging composition whenever RWH's Blur() method gets
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 56 SkBlurMask::Blur(&dst, src, radius, SkBlurMask::kNormal_Style);
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 138 JS_INIT(SkDraw, Blur) in JS_INIT()
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_window_controller.mm | 200 // following RenderWidgetHost::Blur(), which results unexpected
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssproperties.in | 338 filter:progid:DXImageTransform.Microsoft.Blur(
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 5185 (WebCore::ShadowBlur::blurAndColorShadowBuffer): Blur the pixels in the image 39284 [Qt] Blur distance should not be affected by transformations
|
D | ChangeLog-2006-12-31 | 40322 Blur (which will fire onChange appropriately) before submitting a form when pressing Enter.
|