Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 95) sorted by relevance

1234

/external/eigen/blas/f2c/
Dcomplexdots.c21 complex cdotc_(integer *n, complex *cx, integer in cdotc_()
37 complex cdotu_(integer *n, complex *cx, integer in cdotu_()
53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, in zdotc_()
69 doublecomplex zdotu_(integer *n, doublecomplex *cx, integer *incx, in zdotu_()
/external/skia/gm/
Dinversepaths.cpp14 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
21 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
28 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
34 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
83 SkScalar cx = slideWidth / 2 + slideBoundary; in onDraw() local
Dfilterbitmap.cpp50 SkScalar cx = SkScalarHalf(fBM.width()); in onOnceBeforeDraw() local
162 int cx = (x * fNumChecks) / fSize; in makeBitmap() local
Dtablecolorfilter.cpp35 SkScalar cx = SkIntToScalar(w)/2; in make_shader1() local
46 SkScalar cx = SkIntToScalar(W)/2; in make_bm1() local
/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h59 const GLfloat cx = from[0]; in TAG() local
139 const GLfloat cx = from[0]; 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.c82 const GLfloat cx = from[0]; 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/icu/icu4c/source/common/
Ducnv_ext.cpp121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
330 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
528 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
807 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
973 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1029 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp23 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
88 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp22 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
80 int cx = c & 0x03; in DEF_TEST() local
DInfRectTest.cpp42 int cx = r.centerX(); in test_center() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp23 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp23 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h119 int cx[NR_PLANES]; in TAG() local
222 int cx[NR_PLANES]; in TAG() local
315 const int cx = (plane[j].c - 1 in TRI_16() local
346 const int cx = (plane[j].c in TRI_4() local
/external/v8/test/webkit/fast/js/kde/
Deval.js38 var cx = c.x; variable
/external/libvpx/libvpx/vpx_ports/
Dx86.h43 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
49 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
59 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
68 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
/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/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_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()
230 int cx = (x1 + x2) >> 1; in render_line() local
Dagg_math.h50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, in calc_intersection()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DUVProjectionGenerator.java120 float cx = bt.getCenter().x, cy = bt.getCenter().y; in tubeProjection() local
179 float cx = bs.getCenter().x, cy = bs.getCenter().y, cz = bs.getCenter().z; in sphereProjection() 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/src/core/
DSkBlitBWMaskTemplate.h30 int cx = clip.fLeft; 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/libpng/contrib/tools/
Dgenpng.c385 double cx = (arg->x1+arg->x2)/2; in square_check_line() local
464 const double cx = (x1 + x2)/2; in circle_check() local
494 double cx = (arg->x1+arg->x2)/2; in circle_check_line() local

1234