Home
last modified time | relevance | path

Searched defs:cy (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/skia/gm/
Dinversepaths.cpp21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
81 SkScalar cy = slideHeight / 2 + slideBoundary; variable
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
Dcrbug_996140.cpp34 SkScalar cy = 720-6.76f; variable
Dcrbug_1174354.cpp23 float cy = (rect.top() + rect.bottom())/2.f; in draw_bg_blur() local
/third_party/flutter/skia/gm/
Dinversepaths.cpp21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
28 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
35 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
41 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
92 SkScalar cy = slideHeight / 2 + slideBoundary; variable
Dbackdrop.cpp26 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader()
43 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
Dfilterbitmap.cpp62 SkScalar cy = SkScalarHalf(fBM.height()); in onOnceBeforeDraw() local
154 int cy = (y * fNumChecks) / fSize; in makeBitmap() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGCircle.cpp19 void SkSVGCircle::setCy(const SkSVGLength& cy) { in setCy()
35 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGEllipse.cpp19 void SkSVGEllipse::setCy(const SkSVGLength& cy) { in setCy()
39 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGRadialGradient.cpp19 void SkSVGRadialGradient::setCy(const SkSVGLength& cy) { in setCy()
43 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/third_party/skia/include/effects/
DSkGradientShader.h215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/third_party/flutter/skia/include/effects/
DSkGradientShader.h210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/third_party/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp20 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local
82 int cy = c >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local
76 int cy = c >> 2; in DEF_TEST() local
/third_party/flutter/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp20 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local
85 int cy = c >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local
77 int cy = c >> 2; in DEF_TEST() local
/third_party/skia/docs/examples/
Dsweep_gradient_talk_4.cpp7 float cx = 128, cy = 128; in draw() local
Dsweep_gradient_talk_1.cpp7 float cx = 128, cy = 128; in draw() local
Dsweep_gradient_talk_lots.cpp11 float cx = 128, cy = 128; in draw() local
Dsweep_gradient_talk_2.cpp10 float cx = 128, cy = 128; in draw() local
DBitmap_allocN32Pixels.cpp17 uint32_t cy = random.nextRangeU(0, 64 - h); in draw() local
/third_party/mesa3d/src/mesa/math/
Dm_debug_clip.c83 const GLfloat cy = from[1]; in ref_cliptest_points4() local
139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local
177 const GLfloat cx = from[0], cy = from[1]; in ref_cliptest_points2() local
/third_party/flutter/skia/docs/examples/
DBitmap_allocN32Pixels.cpp17 uint32_t cy = random.nextRangeU(0, 64 - h); in draw() local
/third_party/ffmpeg/libavcodec/mips/
Diirfilter_mips.c64 float *cy; member
97 float *cy = c->cy; in iir_filter_flt_mips() local
/third_party/skia/modules/svg/src/
DSkSVGEllipse.cpp25 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local

1234567