Home
last modified time | relevance | path

Searched refs:devWidth (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/geometry/
DGrWangsFormula.h113 SK_ALWAYS_INLINE static float worst_case_cubic(float precision, float devWidth, float devHeight) { in worst_case_cubic() argument
115 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() argument
124 return nextlog16(4*kk * (devWidth * devWidth + devHeight * devHeight)); in worst_case_cubic_log2()