Searched defs:halfWH (Results 1 – 1 of 1) sorted by relevance
181 static inline void compute_profile_offset_and_size(float halfWH, float sigma, in compute_profile_offset_and_size()197 static uint8_t* create_profile(float halfWH, float sigma) { in create_profile()226 float halfWH = circle.width() / 2.0f; in CreateCircleBlurProfileTexture() local