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

1 2

  /frameworks/base/libs/hwui/utils/
Blur.h 26 class Blur {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_mmx.asm 308 Blur:
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 49 lea rbx, [GLOBAL(Blur)]
526 Blur:
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 309 Blur:
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 49 lea rbx, [GLOBAL(Blur)]
527 Blur:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_mmx.asm 309 Blur:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 49 lea rbx, [GLOBAL(Blur)]
527 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 {
29 * Blur inside and outside the original border.
34 * Draw solid inside the border, blur outside.
39 * Draw nothing inside the border, blur outside.
44 * Blur inside the border, draw nothing outside.
48 Blur(int value) {
55 * Create a blur maskfilter.
57 * @param radius The radius to extend the blur from the original mask. Must be > 0
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_adjust.js 211 * Blur filter.
214 ImageEditor.Mode.Blur = function() {
215 ImageEditor.Mode.Adjust.call(this, 'blur');
218 ImageEditor.Mode.Blur.prototype =
225 ImageEditor.Mode.Blur.prototype.createTools = function(toolbar) {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_adjust.js 211 * Blur filter.
214 ImageEditor.Mode.Blur = function() {
215 ImageEditor.Mode.Adjust.call(this, 'blur');
218 ImageEditor.Mode.Blur.prototype =
225 ImageEditor.Mode.Blur.prototype.createTools = function(toolbar) {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 396 void BrowserAccessibilityManagerAndroid::Blur(JNIEnv* env, jobject obj) {