| /third_party/skia/gm/ |
| H A D | radial_gradient_precision.cpp | 22 SkScalar radius = 40; in DEF_SIMPLE_GM() local
|
| H A D | crbug_996140.cpp | 35 SkScalar radius = 0.0295275590551181f; in DEF_SIMPLE_GM_BG() local
|
| H A D | conicpaths.cpp | 154 SkScalar radius = 1096.702150363923f; in DEF_SIMPLE_GM() local 170 SkScalar radius = 1096.702150363923f; in DEF_SIMPLE_GM() local
|
| H A D | filltypes.cpp | 29 const SkScalar radius = SkIntToScalar(45); in makePath() local
|
| H A D | filltypespersp.cpp | 33 const SkScalar radius = SkIntToScalar(45); in makePath() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | boxblur.h | 32 int radius; member
|
| H A D | gradfun.h | 32 int radius; ///< blur radius member
|
| H A D | median.h | 32 int radius; member
|
| /third_party/skia/docs/examples/ |
| H A D | Shader_Methods_a.cpp | 9 SkScalar radius = 50; in REG_FIDDLE() local
|
| H A D | issue640176.cpp | 9 float startAngle = -0.5235985, endAngle = -2.439e-4, radius = 120; in REG_FIDDLE() local
|
| H A D | Octopus_Generator_Animated.cpp | 9 int radius = 3*size_base; in REG_FIDDLE_ANIMATED() local 30 float radius = rand.nextRangeScalar(0, 40); in REG_FIDDLE_ANIMATED() local
|
| H A D | Octopus_Generator.cpp | 9 int radius = 3 * size_base; in REG_FIDDLE() local
|
| H A D | Path_arcTo_2_a.cpp | 18 SkScalar radius = 50; in REG_FIDDLE() local
|
| H A D | Path_arcTo_2_b.cpp | 18 SkScalar radius = 50; in REG_FIDDLE() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleFillType.cpp | 20 const SkScalar radius = SkIntToScalar(45); in FillTypeView() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_point_smooth.c | 61 nir_ssa_def *radius = nir_fmul_imm(b, point_size, 0.5);; in lower_point_smooth() local
|
| /third_party/skia/src/core/ |
| H A D | SkGpuBlurUtils.h | 100 inline int KernelWidth(int radius) { return 2 * radius + 1; } in KernelWidth() argument 102 inline int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() argument
|
| H A D | SkGaussFilter.h | 22 int radius() const { return fN - 1; } in radius() function in SkGaussFilter
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkRadialGradient.cpp | 15 SkMatrix rad_to_unit_matrix(const SkPoint& center, SkScalar radius) { in rad_to_unit_matrix() argument 28 SkRadialGradient::SkRadialGradient(const SkPoint& center, SkScalar radius, const Descriptor& desc) in SkRadialGradient() argument 49 const SkScalar radius = buffer.readScalar(); in CreateProc() local
|
| /third_party/skia/third_party/externals/angle2/util/ |
| H A D | geometry_utils.cpp | 25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry() argument 66 void GenerateCubeGeometry(float radius, CubeGeometry *result) in GenerateCubeGeometry() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | discriminatedUnionErrorMessage.js | |
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGFeMorphology.cpp | 52 bool SkSVGAttributeParser::parse<SkSVGFeMorphology::Radius>(SkSVGFeMorphology::Radius* radius) { in parse() argument
|
| /third_party/skia/bench/ |
| H A D | BlurRectsBench.cpp | 18 BlurRectsBench(SkRect outer, SkRect inner, SkScalar radius) { in BlurRectsBench() argument 56 BlurRectsNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNinePatchBench() argument 66 BlurRectsNonNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNonNinePatchBench() argument
|
| /third_party/skia/src/effects/ |
| H A D | SkCornerPathEffect.cpp | 16 static bool ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, in ComputeStep() argument 32 explicit SkCornerPathEffectImpl(SkScalar radius) : fRadius(radius) { in SkCornerPathEffectImpl() argument 172 sk_sp<SkPathEffect> SkCornerPathEffect::Make(SkScalar radius) { in Make() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ShaderImageFilterTest.cpp | 34 SkScalar radius = SkIntToScalar(5); in test_unscaled() local 82 SkScalar radius = SkIntToScalar(5); in test_scaled() local
|