Searched defs:circleR (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 628 apply_kernel_in_y(float* results, int numSteps, float firstX, float circleR, int halfKernelSize, const float* summedHalfKernelTable) apply_kernel_in_y() argument 662 eval_at(float evalX, float circleR, const float* halfKernel, int halfKernelSize, const float* yKernelEvaluations) eval_at() argument 696 create_circle_profile(uint8_t* weights, float sigma, float circleR, int profileTextureWidth) create_circle_profile() argument 759 float circleR = circle.width() / 2.0f; create_profile_effect() local [all...] |
/third_party/skia/tests/ |
H A D | PathTest.cpp | 1794 SkScalar circleR = std::max(kBaseRect.width(), kBaseRect.height()); in test_conservativelyContains() local
|
Completed in 17 milliseconds