Searched refs:devWidth (Results 1 – 1 of 1) sorted by relevance
113 SK_ALWAYS_INLINE static float worst_case_cubic(float precision, float devWidth, float devHeight) { in worst_case_cubic() argument115 return sqrtf(2*k * SkVector::Length(devWidth, devHeight)); in worst_case_cubic()120 SK_ALWAYS_INLINE static int worst_case_cubic_log2(float precision, float devWidth, in worst_case_cubic_log2() argument124 return nextlog16(4*kk * (devWidth * devWidth + devHeight * devHeight)); in worst_case_cubic_log2()