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

  /external/skia/src/effects/
SkBlurMask.cpp 136 int inner_weight = 255 - outer_weight; local
140 inner_weight += inner_weight >> 7;
143 uint32_t inner_scale = (inner_weight << 16) / ((2*rx - 1)*(2*ry - 1));

Completed in 52 milliseconds