Home
last modified time | relevance | path

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

123

/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.cpp13 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
20 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
27 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()
84 SkScalar cy = slideHeight / 2 + slideBoundary; variable
Dfilterbitmap.cpp51 SkScalar cy = SkScalarHalf(fBM.height()); in onOnceBeforeDraw() local
163 int cy = (y * fNumChecks) / fSize; in makeBitmap() local
Dtablecolorfilter.cpp37 SkScalar cy = SkIntToScalar(h)/2; in make_shader1() local
48 SkScalar cy = SkIntToScalar(H)/2; in make_bm1() local
Dfilterindiabox.cpp50 SkScalar cy = SkScalarHalf(fBM.height()); in onOnceBeforeDraw() local
/external/skia/experimental/svg/model/
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
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
/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/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
DInfRectTest.cpp43 int cy = r.centerY(); in test_center() local
DPathOpsSimplifyQuadThreadedTest.cpp23 int cy = state.fC >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp23 int cy = state.fC >> 2; in testSimplifyQuadralateralsMain() local
DSurfaceSemaphoreTest.cpp32 for (int cy = 0; cy < CHILD_H && !failureFound; ++cy) { in check_pixels() local
DPathOpsQuadLineIntersectionThreadedTest.cpp82 int cy = state.fC >> 2; in testQuadLineIntersectMain() local
/external/skia/include/effects/
DSkGradientShader.h174 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
195 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp64 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord()
69 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set()
231 int cy = (y1 + y2) >> 1; in render_line() local
Dagg_math.h50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, in calc_intersection()
/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/src/core/
DSkBlitBWMaskTemplate.h30 int cy = clip.fTop; in SK_BLITBWMASK_NAME() local
/external/webrtc/webrtc/base/
Dwin32window.cc33 DWORD exstyle, int x, int y, int cx, int cy) { in Create()
/external/libcxx/test/std/utilities/utility/forward/
Dmove.pass.cpp56 const int cy = y; in test_constexpr_move() local
/external/libpng/contrib/tools/
Dgenpng.c387 double cy = (arg->y1+arg->y2)/2; in square_check_line() local
465 const double cy = (y1 + y2)/2; in circle_check() local
496 double cy = (arg->y1+arg->y2)/2; in circle_check_line() local
/external/ImageMagick/MagickCore/
Dpixel.c4755 cy[4]; in InterpolatePixelChannel() local
4909 cy[4]; in InterpolatePixelChannel() local
5231 cy[4]; in InterpolatePixelChannels() local
5438 cy[4]; in InterpolatePixelChannels() local
5757 cy[4]; in InterpolatePixelInfo() local
5953 cy[4]; in InterpolatePixelInfo() local

123