Searched defs:devScale (Results 1 – 3 of 3) sorted by relevance
800 bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const Sk2f& cornerRadii) { in can_use_hw_derivatives_with_coverage()811 bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const SkVector& cornerRadii) { in can_use_hw_derivatives_with_coverage()825 Sk2f devScale = (x*x + y*y).sqrt(); in can_use_hw_derivatives_with_coverage() local
936 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage()948 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage()963 skvx::float2 devScale = sqrt(x*x + y*y); in can_use_hw_derivatives_with_coverage() local
218 GLdouble devScale = sqrt(devSpace / GLdouble(devRequired)); in scaleDimensionsToMemory() local