HomeSort by relevance Sort by last modified time
    Searched full:blend8 (Results 1 - 1 of 1) sorted by null

  /external/skia/src/effects/
SkGradientShader.cpp 429 static inline int blend8(int a, int b, int scale) { function
439 int a = blend8(SkGetPackedA32(s0), SkGetPackedA32(s1), blend);
440 int r = blend8(SkGetPackedR32(s0), SkGetPackedR32(s1), blend);
441 int g = blend8(SkGetPackedG32(s0), SkGetPackedG32(s1), blend);
442 int b = blend8(SkGetPackedB32(s0), SkGetPackedB32(s1), blend);
    [all...]

Completed in 120 milliseconds