/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtilsTest.java | 43 // prevent the alpha from being pre-multiplied into the RGB when drawing the image. 53 // Convert the RGB image, effectively discarding the alpha channel entirely. 91 // for the content of the alpha channel. 115 assertEquals(128, outData.alpha); 179 // Expected alpha is 0xAA from the AWT input image pre-multiplied by 32 in convertToSwt. 233 byte alpha = 121; 240 scale, alpha); 263 assertEquals(alpha, actualAlpha); 271 byte alpha = 121; 279 scale, alpha); [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkScan_AntiPath.cpp | 56 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE { 157 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)] 159 itself, with the same (alpha - (alpha >> 8)) correction as 174 int alpha = (256 >> SHIFT) * aa; local 176 return alpha - (alpha >> 8); 317 // xrite/SCALE should give us alpha. 434 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha) { 435 /* I should be able to just add alpha[x] + startAlpha [all...] |
/external/skia/src/core/ |
SkScan_AntiPath.cpp | 56 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE { 157 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)] 159 itself, with the same (alpha - (alpha >> 8)) correction as 174 int alpha = (256 >> SHIFT) * aa; local 176 return alpha - (alpha >> 8); 317 // xrite/SCALE should give us alpha. 434 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha) { 435 /* I should be able to just add alpha[x] + startAlpha [all...] |
/cts/tests/res/anim/ |
accelerate_alpha.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
accelerate_decelerate_alpha.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
alpha.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
anim_alpha.xml | 18 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
cycle_alpha.xml | 18 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
decelerate_alpha.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
layout_anim_controller_animation.xml | 18 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/ApiDemos/res/anim/ |
fade.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
hyperspace_in.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android" android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" android:startOffset="1200" />
|
/development/samples/Home/res/anim/ |
fade_in.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
fade_out.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
grid_exit.xml | 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/devbytes/animation/PropertyAnimations/res/animator/ |
fade.xml | 17 android:propertyName="alpha"
|
/development/samples/devbytes/animation/ViewAnimations/res/anim/ |
alpha_anim.xml | 16 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WTauNafMultiplier.java | 53 ZTauElement[] alpha; local 56 alpha = Tnaf.alpha0; 61 alpha = Tnaf.alpha1; 67 BigInteger.valueOf(Tnaf.POW_2_WIDTH), tw, alpha);
|
/external/chromium/chrome/browser/ui/cocoa/ |
hover_close_button.mm | 54 [[NSColor colorWithCalibratedWhite:white alpha:1.0] set]; 64 CGFloat alpha = (hoverState_ != kHoverStateNone) ? 67 alpha:alpha]];
|
/external/chromium_org/content/test/data/device_orientation/ |
device_orientation_test.html | 9 return Math.abs(event.alpha - 1) < 0.01 &&
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedColor.cpp | 94 float animatedAlpha = animatedColor.alpha(); 95 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.alpha(), toColor.alpha(), toAtEndOfDurationColor.alpha(), animatedAlpha);
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceMotionData.cpp | 50 PassRefPtr<DeviceMotionData::RotationRate> DeviceMotionData::RotationRate::create(bool canProvideAlpha, double alpha, 54 return adoptRef(new DeviceMotionData::RotationRate(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma)); 57 DeviceMotionData::RotationRate::RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma) 58 : m_alpha(alpha)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_pair.h | 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then 54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB. 87 struct rc_pair_sub_instruction Alpha; 103 unsigned int rgb, unsigned int alpha,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
opensslconf.h.in | 27 /* I need to put in a mod for the alpha - eay */ 38 * - elder Alpha because it lacks byte load/store instructions; 52 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a 131 #elif defined( __osf1__ ) /* Alpha */
|
/external/chromium_org/third_party/skia/include/core/ |
SkEmptyShader.h | 31 virtual void shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) SK_OVERRIDE;
|