HomeSort by relevance Sort by last modified time
    Searched refs:GetAlpha (Results 1 - 18 of 18) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.h 41 virtual Alpha* GetAlpha(const Nonce& nonce) const;
polochallengeresponse.cc 32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const {
97 const Alpha* alpha = GetAlpha(nonce);
pairingsession.cc 109 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/
mocks.h 28 MOCK_CONST_METHOD1(GetAlpha, Alpha*(const Nonce& nonce));
polochallengeresponsetest.cc 102 TEST_F(PoloChallengeResponseTest, GetAlpha) {
103 const Alpha* alpha = response->GetAlpha(nonce);
pairingsessiontest.cc 209 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/
GdiPlusColor.h 89 BYTE GetAlpha() const
96 return GetAlpha();
  /external/chromium_org/pdf/
draw_utils.cc 28 inline uint8 GetAlpha(const uint32& pixel) {
67 GetAlpha(*src_pixel) / 0xFF);
73 *dest_pixel = MakePixel(red, green, blue, GetAlpha(*dest_pixel));
96 GradientChannel(GetAlpha(start_color), GetAlpha(end_color), ratio));
252 uint32 pixel = MakePixel(red, green, blue, GetAlpha(background));
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 113 static int GetAlpha(const VP8Histogram* const histo) {
250 alpha = GetAlpha(&histo);
282 alpha = GetAlpha(&histos[cur_histo]);
294 i4_alpha = GetAlpha(&total_histo);
315 alpha = GetAlpha(&histo);
  /external/webp/src/enc/
analysis.c 113 static int GetAlpha(const VP8Histogram* const histo) {
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/
shelf_button.cc 65 int GetAlpha() {
134 int alpha = ShelfButtonAnimation::GetInstance()->GetAlpha();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 212 BYTE GetAlpha() const
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 332 int GetAlpha(FX_BOOL bStroke) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 255 HRESULT GetAlpha([in] DWORD streamid, [out] FLOAT *alpha);
vmr9.h     [all...]
strmif.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 604 milliseconds