Home
last modified time | relevance | path

Searched defs:radius (Results 1 - 25 of 151) sorted by relevance

1234567

/third_party/skia/gm/
H A Dradial_gradient_precision.cpp22 SkScalar radius = 40; in DEF_SIMPLE_GM() local
H A Dcrbug_996140.cpp35 SkScalar radius = 0.0295275590551181f; in DEF_SIMPLE_GM_BG() local
H A Dconicpaths.cpp154 SkScalar radius = 1096.702150363923f; in DEF_SIMPLE_GM() local
170 SkScalar radius = 1096.702150363923f; in DEF_SIMPLE_GM() local
H A Dfilltypes.cpp29 const SkScalar radius = SkIntToScalar(45); in makePath() local
/third_party/ffmpeg/libavfilter/
H A Dboxblur.h32 int radius; member
H A Dgradfun.h32 int radius; ///< blur radius member
H A Dmedian.h32 int radius; member
/third_party/skia/docs/examples/
H A DShader_Methods_a.cpp9 SkScalar radius = 50; in REG_FIDDLE() local
H A Dissue640176.cpp9 float startAngle = -0.5235985, endAngle = -2.439e-4, radius = 120; in REG_FIDDLE() local
H A DOctopus_Generator_Animated.cpp9 int radius = 3*size_base; in REG_FIDDLE_ANIMATED() local
30 float radius = rand.nextRangeScalar(0, 40); in REG_FIDDLE_ANIMATED() local
H A DOctopus_Generator.cpp9 int radius = 3 * size_base; in REG_FIDDLE() local
H A DPath_arcTo_2_a.cpp18 SkScalar radius = 50; in REG_FIDDLE() local
H A DPath_arcTo_2_b.cpp18 SkScalar radius = 50; in REG_FIDDLE() local
/third_party/skia/samplecode/
H A DSampleFillType.cpp20 const SkScalar radius = SkIntToScalar(45); in FillTypeView() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_textshadow_test.cpp30 float radius = 20; in TestTextTextShadow002() local
50 float radius = 1000; in TestTextTextShadow003() local
H A Dtext_borderradius_test.cpp23 float radius = 20; in TestTextBorderRadius001() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_point_smooth.c61 nir_ssa_def *radius = nir_fmul_imm(b, point_size, 0.5);; in lower_point_smooth() local
/third_party/skia/src/core/
H A DSkGpuBlurUtils.h100 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 DSkGaussFilter.h22 int radius() const { return fN - 1; } in radius() function in SkGaussFilter
/third_party/skia/src/shaders/gradients/
H A DSkRadialGradient.cpp15 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 Dgeometry_utils.cpp25 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 DdiscriminatedUnionErrorMessage.js
/third_party/skia/modules/svg/src/
H A DSkSVGFeMorphology.cpp52 bool SkSVGAttributeParser::parse<SkSVGFeMorphology::Radius>(SkSVGFeMorphology::Radius* radius) { in parse() argument
/third_party/skia/bench/
H A DBlurRectsBench.cpp18 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
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingRecordCmdDestroyTest.cpp54 int radius = 200; in drawCircle() local

Completed in 6 milliseconds

1234567