Searched refs:profile_out (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.h62 @param profile_out The location to store the allocated profile curve
65 static void ComputeBlurProfile(SkScalar sigma, uint8_t** profile_out);
H A DSkBlurMask.cpp678 memory returned in profile_out.
681 void SkBlurMask::ComputeBlurProfile(SkScalar sigma, uint8_t **profile_out) { argument
696 *profile_out = profile;
/external/skia/src/effects/
H A DSkBlurMask.h62 @param profile_out The location to store the allocated profile curve
65 static void ComputeBlurProfile(SkScalar sigma, uint8_t** profile_out);
H A DSkBlurMask.cpp678 memory returned in profile_out.
681 void SkBlurMask::ComputeBlurProfile(SkScalar sigma, uint8_t **profile_out) { argument
696 *profile_out = profile;

Completed in 100 milliseconds