/external/skia/gm/ |
D | inversepaths.cpp | 12 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
|
D | filterbitmap.cpp | 51 SkScalar cy = SkScalarHalf(fBM.height()); in onOnceBeforeDraw() local 163 int cy = (y * fNumChecks) / fSize; in makeBitmap() local
|
D | tablecolorfilter.cpp | 36 SkScalar cy = SkIntToScalar(h)/2; in make_shader1() local 47 SkScalar cy = SkIntToScalar(H)/2; in make_bm1() local
|
/external/eigen/blas/f2c/ |
D | complexdots.c | 22 *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/ |
D | m_clip_tmp.h | 60 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
|
D | m_debug_clip.c | 83 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/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 24 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local 89 int cy = c >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 23 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local 81 int cy = c >> 2; in DEF_TEST() local
|
D | InfRectTest.cpp | 43 int cy = r.centerY(); in test_center() local
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 63 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/ |
D | gmail-re-re.js | 36 function cy(a) { function
|
/external/skia/src/svg/parser/ |
D | SkSVGCircle.cpp | 26 SkScalar cx, cy, r; in DEFINE_SVG_INFO() local
|
D | SkSVGEllipse.cpp | 27 SkScalar cx, cy, rx, ry; in DEFINE_SVG_INFO() local
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 93 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/ |
D | types.cpp | 95 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/ |
D | s_aatritemp.h | 223 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/ |
D | p3p.h | 57 double fx, fy, cx, cy; variable
|
/external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/ |
D | discrete_fourier_transform.cpp | 55 int cy = magI.rows/2; in main() local
|
/external/opencv3/samples/cpp/ |
D | dft.cpp | 60 int cy = mag.rows/2; in main() local
|
/external/v8/test/webkit/fast/js/ |
D | regexp-unicode-handling.js | 39 function cy(a) { function
|
/external/skia/src/core/ |
D | SkBlitBWMaskTemplate.h | 31 int cy = clip.fTop; in SK_BLITBWMASK_NAME() local
|
/external/skia/include/effects/ |
D | SkGradientShader.h | 122 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, in CreateSweep()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.h | 40 VGfloat cx, cy; member
|
/external/webrtc/webrtc/base/ |
D | win32window.cc | 33 DWORD exstyle, int x, int y, int cx, int cy) { in Create()
|
/external/libpng/contrib/tools/ |
D | genpng.c | 387 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
|