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

  /frameworks/base/libs/hwui/utils/
Blur.h 25 class Blur {
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 307 Blur:
  /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/skia/legacy/src/effects/
SkBlurMask.cpp 15 // Unrolling the integer blur kernel seems to give us a ~15% speedup on Windows,
493 const uint8_t blur[], int blurRB,
500 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src)));
503 blur += 1;
507 blur += blurRB;
537 SkDEBUGFAIL("Unexpected blur style here");
554 bool SkBlurMask::Blur(SkMask* dst, const SkMask& src,
565 // highQuality: use three box blur passes as a cheap way to approximate a Gaussian blur
578 int ry = rx; // only do square blur for no
    [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...]
  /external/skia/src/effects/
SkBlurMask.cpp 15 // scale factor for the blur radius to match the behavior of the all existing blur
26 * This function performs a box blur in X, of the given radius. If the
181 * This variant of the box blur handles blurring of non-integer radii. It
323 // Unrolling the integer blur kernel seems to give us a ~15% speedup on Windows,
801 const uint8_t blur[], int blurRB,
808 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src)));
811 blur += 1;
815 blur += blurRB;
845 SkDEBUGFAIL("Unexpected blur style here")
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 242 milliseconds