Searched defs:startAlpha (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkAntiRun.h37 * if startAlpha > 0
38 * one pixel with value += startAlpha,
48 SK_ALWAYS_INLINE int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, argument
51 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth);
60 if (startAlpha) {
62 /* I should be able to just add alpha[x] + startAlpha.
67 unsigned tmp = alpha[x] + startAlpha;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 165 milliseconds