Searched defs:blur (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DShadowedSprite.java35 private final VariableInt blur; field in class:ShadowedSprite
47 * @param blur the variable blur of the shadow (0 for sharp shadows, 1 or
54 VariableInt blur,
60 this.blur = blur;
70 int b = blur.getInt(time) + 1;
51 ShadowedSprite(VariableInt xOffset, VariableInt yOffset, VariableDouble alpha, VariableInt blur, Sprite sprite) argument
/external/skia/src/effects/
H A DSkBlurMask.cpp18 // IMHO, it actually should be 1: we blur "less" than we should do
22 // all the blur tests.
36 * This function performs a box blur in X, of the given radius. If the
229 * This variant of the box blur handles blurring of non-integer radii. It
421 const uint8_t blur[], int blurRB,
428 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src)));
431 blur += 1;
435 blur += blurRB;
465 SkDEBUGFAIL("Unexpected blur style here");
497 // For the high quality path the 3 pass box blur kerne
419 merge_src_with_blur(uint8_t dst[], int dstRB, const uint8_t src[], int srcRB, const uint8_t blur[], int blurRB, int sw, int sh) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dbootstrap.js937 eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
1711 .on('blur', $.proxy(this.blur, this))
1775 , blur: function (e) {
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js4110 focus: 2, blur: 2, change: 2, reset: 2, select: 2, submit: 2, paste: 2, input: 2, //form elements
4206 blur: {
4207 base: eventListenerSupport ? 'blur' : 'focusout',
4254 var events = {blur: function(){
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...

Completed in 277 milliseconds