HomeSort by relevance Sort by last modified time
    Searched defs:Blur (Results 1 - 7 of 7) 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/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,
263 int ry = rx; // only do square blur for now
299 // the blur into it (applying the src)
  /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 

Completed in 1585 milliseconds