Home
last modified time | relevance | path

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

123456

/external/skia/gm/
Dinversepaths.cpp12 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
19 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
26 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
32 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
68 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.cpp36 SkScalar cy = SkIntToScalar(h)/2; in make_shader1() local
47 SkScalar cy = SkIntToScalar(H)/2; in make_bm1() local
/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/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.cpp24 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local
89 int cy = c >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp23 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local
81 int cy = c >> 2; in DEF_TEST() local
DInfRectTest.cpp43 int cy = r.centerY(); in test_center() local
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp63 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord()
68 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set()
230 int cy = (y1 + y2) >> 1; in render_line() local
/external/v8/test/webkit/
Dgmail-re-re.js36 function cy(a) { function
/external/skia/src/svg/parser/
DSkSVGCircle.cpp26 SkScalar cx, cy, r; in DEFINE_SVG_INFO() local
DSkSVGEllipse.cpp27 SkScalar cx, cy, rx, ry; in DEFINE_SVG_INFO() local
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbilateral_filter.cu93 for (int cy = y - r; cy < ty; ++cy) in bilateral_kernel() local
109 for (int cy = y - r; cy < ty; ++cy) in bilateral_kernel() local
/external/opencv3/modules/viz/src/
Dtypes.cpp95 cv::viz::Camera::Camera(double fx, double fy, double cx, double cy, const Size &window_size) in Camera()
146 void cv::viz::Camera::init(double fx, double fy, double cx, double cy, const Size &window_size) in init()
/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/opencv3/modules/calib3d/src/
Dp3p.h57 double fx, fy, cx, cy; variable
/external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/
Ddiscrete_fourier_transform.cpp55 int cy = magI.rows/2; in main() local
/external/opencv3/samples/cpp/
Ddft.cpp60 int cy = mag.rows/2; in main() local
/external/v8/test/webkit/fast/js/
Dregexp-unicode-handling.js39 function cy(a) { function
/external/skia/src/core/
DSkBlitBWMaskTemplate.h31 int cy = clip.fTop; in SK_BLITBWMASK_NAME() local
/external/skia/include/effects/
DSkGradientShader.h122 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, in CreateSweep()
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.h40 VGfloat cx, cy; member
/external/webrtc/webrtc/base/
Dwin32window.cc33 DWORD exstyle, int x, int y, int cx, int cy) { in Create()
/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

123456