/external/skia/gm/ |
D | inversepaths.cpp | 14 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() 82 SkScalar cx = slideWidth / 2 + slideBoundary; in onDraw() local
|
D | filterbitmap.cpp | 48 SkScalar cx = SkScalarHalf(fBM.width()); in onOnceBeforeDraw() local 158 int cx = (x * fNumChecks) / fSize; in make_bitmap() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_clip_tmp.h | 59 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
|
D | m_debug_clip.c | 82 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/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 59 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
|
D | m_debug_clip.c | 82 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/chromium_org/third_party/skia/src/xml/ |
D | SkJSDisplayable.cpp | 74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, in Draw() 214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) { in Destructor() 218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id, in GetProperty() 296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { in SetProperty() 374 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *p… in InitializeDisplayables()
|
D | SkJS.cpp | 77 global_enumerate(JSContext *cx, JSObject *obj) in global_enumerate() 87 global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp) in global_resolve()
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, in Draw() 214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) { in Destructor() 218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id, in GetProperty() 296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { in SetProperty() 374 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *p… in InitializeDisplayables()
|
D | SkJS.cpp | 77 global_enumerate(JSContext *cx, JSObject *obj) in global_enumerate() 87 global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp) in global_resolve()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_ext.c | 120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 329 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 518 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() 947 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1011 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/external/icu4c/common/ |
D | ucnv_ext.cpp | 121 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/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 295 mov cx, 10[bp] ; count local 296 test cx, cx local 337 mov cx, 12[bp] ; count local 338 test cx, cx local 384 mov cx, 12[bp] ; count local 385 test cx, cx local
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | eval.js | 38 var cx = c.x; variable
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 23 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local 88 int cx = c & 0x03; in PathOpsSimplifyTrianglesThreadedTest() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 22 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local 80 int cx = c & 0x03; in PathOpsSimplifyDegeneratesThreadedTest() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTransform.cpp | 97 void SVGTransform::setRotate(float angle, float cx, float cy) in setRotate() 183 …float cx = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * (1 - cosAngle) - m_matrix.f() * … in valueAsString() local
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 38 #define cpuid(func,ax,bx,cx,dx)\ argument 44 #define cpuid(func,ax,bx,cx,dx)\ argument 54 #define cpuid(func,ax,bx,cx,dx)\ argument 63 #define cpuid(func,ax,bx,cx,dx)\ argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 119 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/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 119 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/chromium_org/third_party/skia/src/svg/ |
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/skia/src/svg/ |
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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | UVProjectionGenerator.java | 120 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
|