Searched refs:GetAlpha (Results 1 - 14 of 14) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpolochallengeresponse.h41 virtual Alpha* GetAlpha(const Nonce& nonce) const;
H A Dpolochallengeresponse.cc32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const { function in class:polo::pairing::PoloChallengeResponse
97 const Alpha* alpha = GetAlpha(nonce);
H A Dpairingsession.cc109 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_);
230 const Alpha* alpha = challenge().GetAlpha(*nonce_);
267 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_);
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dmocks.h28 MOCK_CONST_METHOD1(GetAlpha, Alpha*(const Nonce& nonce));
H A Dpolochallengeresponsetest.cc102 TEST_F(PoloChallengeResponseTest, GetAlpha) {
103 const Alpha* alpha = response->GetAlpha(nonce);
H A Dpairingsessiontest.cc209 EXPECT_CALL(challenge_, GetAlpha(nonce))
239 EXPECT_CALL(challenge_, GetAlpha(nonce))
247 EXPECT_CALL(challenge_, GetAlpha(nonce))
250 EXPECT_CALL(challenge_, GetAlpha(nonce))
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h89 BYTE GetAlpha() const function in class:Color
96 return GetAlpha();
/external/chromium_org/pdf/
H A Ddraw_utils.cc28 inline uint8 GetAlpha(const uint32& pixel) { function in namespace:chrome_pdf
80 GetAlpha(*src_pixel) / 0xFF);
86 *dest_pixel = MakePixel(red, green, blue, GetAlpha(*dest_pixel));
108 GradientChannel(GetAlpha(start_color), GetAlpha(end_color), ratio));
269 uint32 pixel = MakePixel(red, green, blue, GetAlpha(background));
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c113 static int GetAlpha(const VP8Histogram* const histo) { function
250 alpha = GetAlpha(&histo);
282 alpha = GetAlpha(&histos[cur_histo]);
294 i4_alpha = GetAlpha(&total_histo);
315 alpha = GetAlpha(&histo);
/external/webp/src/enc/
H A Danalysis.c113 static int GetAlpha(const VP8Histogram* const histo) { function
250 alpha = GetAlpha(&histo);
282 alpha = GetAlpha(&histos[cur_histo]);
294 i4_alpha = GetAlpha(&total_histo);
315 alpha = GetAlpha(&histo);
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc65 int GetAlpha() { function in class:__anon1934::ShelfButtonAnimation
131 int alpha = ShelfButtonAnimation::GetInstance()->GetAlpha();
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp137 inline uint8_t GetAlpha(const uint8_t *src, int rowBytes, int x, int y) { function
145 return GetAlpha(src, rowBytes, y, x);
2019 compress_a8_astc_block<GetAlpha>(&dst, src, srcRowBytes);
2050 compress_a8_astc_block<GetAlpha>(dstPtr, src + y*rowBytes + x, rowBytes);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h332 int GetAlpha(FX_BOOL bStroke) const function in class:CPDF_GeneralState
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp836 int alpha = pPageObj->m_GeneralState.GetAlpha(bStroke);
850 DrawShading(pShadingObj->m_pShading, &matrix, rect, pShadingObj->m_GeneralState.GetAlpha(FALSE),

Completed in 4575 milliseconds