HomeSort by relevance Sort by last modified time
    Searched defs:ComputeBlurProfile (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkBlurMask.cpp 212 /* ComputeBlurProfile fills in an array of floating
220 void SkBlurMask::ComputeBlurProfile(uint8_t* profile, int size, SkScalar sigma) {
316 ComputeBlurProfile(profile, profileSize, sigma);
  /external/skqp/src/effects/
SkBlurMask.cpp 211 /* ComputeBlurProfile allocates and fills in an array of floating
222 uint8_t* SkBlurMask::ComputeBlurProfile(SkScalar sigma) {
314 std::unique_ptr<uint8_t[]> profile(ComputeBlurProfile(sigma));

Completed in 79 milliseconds