/third_party/skia/docs/examples/ |
H A D | BlendModes.cpp | 7 auto rad = SkGradientShader::MakeRadial(SkPoint::Make(128, 128), 128, radColors, nullptr, 3, in REG_FIDDLE() local
|
/third_party/skia/tests/ |
H A D | PolyUtilsTest.cpp | 201 SkScalar rad = 0; in DEF_TEST() local
|
H A D | TracingTest.cpp | 118 SkScalar rad = SkDegreesToRadians(SkIntToScalar(i)); in test_trace_counters() local 129 SkScalar rad = SkDegreesToRadians(SkIntToScalar(i)); in test_trace_counters() local 142 SkScalar rad = SkDegreesToRadians(SkIntToScalar(i)); in test_trace_counters() local
|
/third_party/skia/gm/ |
H A D | backdrop.cpp | 27 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() argument 44 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
|
H A D | smallpaths.cpp | 66 SkScalar rad = -SK_ScalarPI / 2; in make_star() local
|
H A D | addarc.cpp | 95 const SkScalar rad = SkDegreesToRadians(deg); in DEF_SIMPLE_GM() local
|
H A D | imagefiltersbase.cpp | 187 const SkScalar rad = SkDegreesToRadians(15.0f); in draw_atlas() local
|
H A D | drawatlas.cpp | 90 const SkScalar rad = SkDegreesToRadians(fDegrees); in apply() local
|
H A D | pathfill.cpp | 138 SkScalar rad = -SK_ScalarPI / 2; in make_star() local
|
H A D | tilemodes.cpp | 177 SkScalar rad = SkIntToScalar(gWidth)/2; in make_grad() local
|
H A D | tilemodes_scaled.cpp | 177 SkScalar rad = SkIntToScalar(gWidth)/2; in make_grad() local
|
/third_party/skia/bench/ |
H A D | BlurBench.cpp | 37 BlurBench(SkScalar rad, SkBlurStyle bs) { in BlurBench() argument
|
H A D | MorphologyBench.cpp | 36 MorphologyBench(SkScalar rad, MorphologyType style) in MorphologyBench() argument
|
H A D | BlurRectBench.cpp | 29 BlurRectBench(SkScalar rad) { in BlurRectBench() argument 79 BlurRectDirectBench(SkScalar rad) : INHERITED(rad) { in BlurRectDirectBench() argument 106 BlurRectSeparableBench(SkScalar rad) : INHERITED(rad) { } in BlurRectSeparableBench() argument 131 BlurRectBoxFilterBench(SkScalar rad) argument 159 BlurRectGaussianBench(SkScalar rad) BlurRectGaussianBench() argument [all...] |
H A D | PolyUtilsBench.cpp | 121 SkScalar rad = 0; variable 146 SkScalar rad = 0; variable 170 SkScalar rad = -SK_ScalarPI / 2; global() variable 195 SkScalar rad = 0; global() variable 220 SkScalar rad = 0; global() variable [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | add_arc.cpp | 76 const float rad = (deg) * (FLOAT_PI / 180); in OnTestFunction() local
|
H A D | path_interior.cpp | 78 const float rad = rect.Width() / 8; // 8 用于计算矩形的内边距 in draw_sence() local
|
H A D | dashing.cpp | 135 float rad = -M_PI_2; in make_path_star() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | DropShadowEffect.cpp | 60 const auto rad = SkDegreesToRadians(90 - fDirection); variable
|
H A D | ShadowStyles.cpp | 44 const auto rad = SkDegreesToRadians(180 + fAngle), // 0deg -> left (style) variable
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_spring_model.cpp | 137 double rad = dampedAngularVelocity_ * time; in CalculateDisplacement() local
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf.cc | 147 Matrix &Matrix::rotate(double rad) // {{{ in rotate() argument
|
/third_party/skia/samplecode/ |
H A D | SamplePathClip.cpp | 272 const SkScalar rad = 8; in hit_test() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_spring_model.h | 83 double rad = dampedAngularVelocity_ * time; in CalculateDisplacement() local
|
/third_party/skia/modules/androidkit/src/ |
H A D | Matrix.cpp | 99 static void Matrix_Rotate(JNIEnv* env, jobject, jlong native_matrix, jfloat x, jfloat y, jfloat z, jfloat rad) { in Matrix_Rotate() argument
|