Home
last modified time | relevance | path

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

12345

/external/eigen/blas/f2c/
Dcomplexdots.c22 *incx, complex *cy, integer *incy) in cdotc_()
38 *incx, complex *cy, integer *incy) in cdotu_()
54 doublecomplex *cy, integer *incy) in zdotc_()
70 doublecomplex *cy, integer *incy) in zdotu_()
/external/skia/gm/
Dinversepaths.cpp24 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()
32 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
36 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
84 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
Drrects.cpp302 auto draw = [&](int cx, int cy, bool rrect, float width, SkPaint::Join join) { in __anond5cc24b40102()
389 auto drawComplex = [&](int cx, int cy, float width, float stretch) { in __anond5cc24b40202()
431 auto drawComplex2 = [&](int cx, int cy, float width, float stretch) { in __anond5cc24b40302()
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
/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h60 const GLfloat cy = from[1]; in TAG() local
140 const GLfloat cy = from[1]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
231 const GLfloat cx = from[0], cy = from[1]; in TAG() local
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
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/
DBackgroundColorView.kt31 val cy = canvas.height / 2f in draw() constant
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp26 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local
88 int cy = c >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp25 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local
82 int cy = c >> 2; in DEF_TEST() local
/external/rust/crates/anes/src/parser/
Dparsers.rs141 let cy = parameters[3] as u16; in parse_csi_xterm_mouse() localVariable
198 let cy = parameters[2] as u16; in parse_csi_rxvt_mouse() localVariable
/external/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_2.cpp10 float cx = 128, cy = 128; in draw() local
Dsweep_gradient_talk_lots.cpp17 float cx = 128, cy = 128; in draw() local
DBitmap_allocN32Pixels.cpp24 uint32_t cy = randUint(0, 64 - h); in draw() local
/external/musl/src/math/x86_64/
Dremquol.c5 signed char *cx = (void *)&x, *cy = (void *)&y; in remquol() local
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp66 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord()
71 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set()
250 int cy = safe_cy.ValueOrDie(); in render_line() local
/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable
285 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable
/external/skia/modules/svg/src/
DSkSVGEllipse.cpp25 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGCircle.cpp24 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
/external/swiftshader/third_party/marl/examples/
Dfractal.cpp66 Color<float> julia(float x, float y, float cx, float cy) { in julia()
149 constexpr float cy = 0.156f; variable
/external/skia/src/shaders/gradients/
DSkSweepGradient.cpp219 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
278 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DAnchorFormat2.hh38 hb_position_t cx = 0, cy = 0; in get_anchor() local

12345