HomeSort by relevance Sort by last modified time
    Searched defs:Blur (Results 1 - 17 of 17) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 21 * or not to include the original mask, and whether the blur goes outside,
23 * Blur enum.
27 public enum Blur {
28 NORMAL(0), //!< blur inside and outside of the original border
29 SOLID(1), //!< include the original mask, blur outside
30 OUTER(2), //!< just blur outside the original border
31 INNER(3); //!< just blur inside the original border
33 Blur(int value) {
40 * Create a blur maskfilter.
42 * @param radius The radius to extend the blur from the original mask. Must be > 0
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 49 lea rbx, [GLOBAL(Blur)]
527 Blur:
postproc_mmx.c 24 const static short Blur[48] =
70 lea ebx, Blur
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 186 const uint8_t blur[], int blurRB,
193 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src)));
196 blur += 1;
200 blur += blurRB;
230 SkASSERT(!"Unexpected blur style here");
248 bool SkBlurMask::Blur(SkMask* dst, const SkMask& src,
257 // highQuality: use three box blur passes as a cheap way to approximate a Gaussian blur
270 int ry = rx; // only do square blur for now
331 // the blur into it (applying the src
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 215 host_view->GetRenderWidgetHost()->Blur();
678 void RenderWidgetHostViewGtk::Blur() {
681 host_->Blur();
    [all...]
render_widget_host_view_views.cc 872 void RenderWidgetHostViewViews::Blur() {
876 host_->Blur();
897 host_->Blur();
render_widget_host_view_win.cc 491 void RenderWidgetHostViewWin::Blur() {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 2168 milliseconds