Home
last modified time | relevance | path

Searched refs:paintAlpha (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkGradientShader.cpp346 unsigned paintAlpha = this->getPaintAlpha(); in setContext() local
358 if ((colorAlpha & paintAlpha) == 0xFF) { in setContext()
370 if (fCacheAlpha != paintAlpha) { in setContext()
373 fCacheAlpha = paintAlpha; // record the new alpha in setContext()
450 int count, U8CPU paintAlpha) { in build_32bit_cache() argument
454 SkFixed a = SkMulDiv255Round(SkColorGetA(c0), paintAlpha); in build_32bit_cache()
457 int tmp = SkMulDiv255Round(SkColorGetA(c1), paintAlpha); in build_32bit_cache()