Searched defs:getAlpha (Results 1 – 11 of 11) sorted by relevance
83 public byte[] getAlpha(byte[] nonce) throws PoloException { in getAlpha() method in PoloChallengeResponse
130 public int getAlpha() { in getAlpha() method in ShadowImageView
53 public int getAlpha() { in getAlpha() method in ShadowPaint
185 public int getAlpha() { in getAlpha() method in ShadowDrawable
63 public int getAlpha() { in getAlpha() method in SquaringDrawable
82 int getAlpha (void) const { return (m_value >> ALPHA_SHIFT) & 0xFF; } in getAlpha() function in tcu::RGBA
228 inline unsigned getAlpha(uint32_t pixel) const in getAlpha() function
114 unsigned getAlpha() const { return fCacheAlpha; } in getAlpha() function
380 uint8_t getAlpha() const { return SkToU8(SkColorGetA(fColor)); } in getAlpha() function