Home
last modified time | relevance | path

Searched defs:rad (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/bench/
DBlurRectBench.cpp29 BlurRectBench(SkScalar rad) { in BlurRectBench()
79 BlurRectDirectBench(SkScalar rad) : INHERITED(rad) { in BlurRectDirectBench()
106 BlurRectSeparableBench(SkScalar rad) : INHERITED(rad) { } in BlurRectSeparableBench()
131 BlurRectBoxFilterBench(SkScalar rad) : INHERITED(rad) { in BlurRectBoxFilterBench()
159 BlurRectGaussianBench(SkScalar rad) : INHERITED(rad) { in BlurRectGaussianBench()
DPolyUtilsBench.cpp121 SkScalar rad = 0; in makePoly() local
146 SkScalar rad = 0; in makePoly() local
170 SkScalar rad = -SK_ScalarPI / 2; in makePoly() local
195 SkScalar rad = 0; in makePoly() local
220 SkScalar rad = 0; in makePoly() local
DBlurBench.cpp37 BlurBench(SkScalar rad, SkBlurStyle bs) { in BlurBench()
DMorphologyBench.cpp36 MorphologyBench(SkScalar rad, MorphologyType style) in MorphologyBench()
/third_party/skia/tests/
DTracingTest.cpp118 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
DRRectInPathTest.cpp175 const SkScalar rad = 12814; in test_tricky_radii() local
200 const SkScalar rad = 40; in test_empty_crbug_458524() local
416 static void set_radii(SkVector radii[4], int index, float rad) { in set_radii()
426 const float rad = 33436320; in test_skbug_3239() local
DPolyUtilsTest.cpp201 SkScalar rad = 0; in DEF_TEST() local
DRoundRectTest.cpp21 const SkScalar rad = 12814; in test_tricky_radii() local
44 const SkScalar rad = 40; in test_empty_crbug_458524() local
/third_party/skia/gm/
Dbackdrop.cpp27 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader()
44 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
Dsmallpaths.cpp66 SkScalar rad = -SK_ScalarPI / 2; in make_star() local
Daddarc.cpp95 const SkScalar rad = SkDegreesToRadians(deg); variable
Dtilemodes_scaled.cpp177 SkScalar rad = SkIntToScalar(gWidth)/2; in make_grad() local
Dpathfill.cpp138 SkScalar rad = -SK_ScalarPI / 2; in make_star() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java143 public Matrix rotateX(float rad) { in rotateX()
153 public Matrix rotateY(float rad) { in rotateY()
163 public Matrix rotateZ(float rad) { in rotateZ()
173 public Matrix rotate(float x, float y, float z, float rad) { in rotate()
210 … private static native void nRotate(long mNativeInstance, float x, float y, float z, float rad); in nRotate()
/third_party/skia/modules/canvaskit/
Dutil.js8 function radiansToDegrees(rad) { argument
/third_party/skia/docs/examples/
DPath_incReserve.cpp10 SkScalar rad = SK_ScalarPI * 2 * i / sides; in draw() local
DBlendModes.cpp7 auto rad = SkGradientShader::MakeRadial(SkPoint::Make(128, 128), 128, radColors, nullptr, 3, in drawBG() local
/third_party/python/Lib/turtledemo/
Dfractalcurves.py47 def fractalgon(self, n, rad, lev, dir): argument
/third_party/skia/modules/skottie/src/effects/
DDropShadowEffect.cpp60 const auto rad = SkDegreesToRadians(90 - fDirection); in onSync() local
DShadowStyles.cpp44 const auto rad = SkDegreesToRadians(180 + fAngle), // 0deg -> left (style) in onSync() local
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf.cc147 Matrix &Matrix::rotate(double rad) // {{{ in rotate()
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt156 var rad = minOf(mDrawRect.width() / 8.0f, mDrawRect.height() / 8.0f) in onDraw() variable
/third_party/skia/modules/androidkit/src/
DMatrix.cpp99 …atrix_Rotate(JNIEnv* env, jobject, jlong native_matrix, jfloat x, jfloat y, jfloat z, jfloat rad) { in Matrix_Rotate()
/third_party/skia/samplecode/
DSamplePathClip.cpp272 const SkScalar rad = 8; in hit_test() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl320 T const rad = fov; local
347 T const rad = fov; local

12