Searched defs:devScale (Results 1 – 3 of 3) sorted by relevance
479 static bool can_use_hw_derivatives(const Sk2f& devScale, const Sk2f& cornerRadii) { in can_use_hw_derivatives()490 static bool can_use_hw_derivatives(const Sk2f& devScale, const SkVector& cornerRadii) { in can_use_hw_derivatives()503 Sk2f devScale = (x*x + y*y).sqrt(); in can_use_hw_derivatives() local
715 static bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const Sk2f& cornerRadii) { in can_use_hw_derivatives_with_coverage()727 const Sk2f& devScale, const SkVector& cornerRadii) { in can_use_hw_derivatives_with_coverage()740 Sk2f devScale = (x*x + y*y).sqrt(); in can_use_hw_derivatives_with_coverage() local
219 GLdouble devScale = sqrt(devSpace / GLdouble(devRequired)); in scaleDimensionsToMemory() local