Searched defs:GetAlpha (Results 1 - 4 of 4) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpolochallengeresponse.cc32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const { function in class:polo::pairing::PoloChallengeResponse
97 const Alpha* alpha = GetAlpha(nonce);
/external/webp/src/enc/
H A Danalysis.c113 static int GetAlpha(const VP8Histogram* const histo) { function
254 alpha = GetAlpha(&histo);
286 alpha = GetAlpha(&histos[cur_histo]);
298 i4_alpha = GetAlpha(&total_histo);
319 alpha = GetAlpha(&histo);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h332 int GetAlpha(FX_BOOL bStroke) const function in class:CPDF_GeneralState
/external/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp137 inline uint8_t GetAlpha(const uint8_t *src, size_t 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);

Completed in 248 milliseconds