/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/icu4c/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/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/webkit/Source/WebCore/svg/ |
D | SVGTransform.cpp | 101 void SVGTransform::setRotate(float angle, float cx, float cy) in setRotate() 151 …float cx = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * (1 - cosAngle) - m_matrix.f() * … in valueAsString() local
|
D | SVGCircleElement.cpp | 36 DEFINE_ANIMATED_LENGTH(SVGCircleElement, SVGNames::cxAttr, Cx, cx) in DEFINE_ANIMATED_LENGTH() argument
|
D | SVGEllipseElement.cpp | 36 DEFINE_ANIMATED_LENGTH(SVGEllipseElement, SVGNames::cxAttr, Cx, cx) in DEFINE_ANIMATED_LENGTH() argument
|
D | SVGRadialGradientElement.cpp | 43 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::cxAttr, Cx, cx) in DEFINE_ANIMATED_LENGTH() argument
|
D | SVGTransformDistance.cpp | 41 …:SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float cx, float cy, const … in SVGTransformDistance()
|
/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
|
/external/skia/src/effects/ |
D | SkRectShape.cpp | 32 void SkRectShape::setCircle(SkScalar cx, SkScalar cy, SkScalar radius) { in setCircle()
|
/external/skia/src/core/ |
D | SkBlitBWMaskTemplate.h | 30 int cx = clip.fLeft; in SK_BLITBWMASK_NAME() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | UnitBezier.h | 116 double cx; member
|
/external/libvpx/vpx_ports/ |
D | x86.h | 39 #define cpuid(func,ax,bx,cx,dx)\ argument 45 #define cpuid(func,ax,bx,cx,dx)\ argument
|
/external/quake/quake/src/QW/client/ |
D | menu.c | 112 void M_DrawCharacter (int cx, int line, int num) in M_DrawCharacter() 117 void M_Print (int cx, int cy, char *str) in M_Print() 127 void M_PrintWhite (int cx, int cy, char *str) in M_PrintWhite() 184 int cx, cy; in M_DrawTextBox() local
|
/external/libppp/src/ |
D | command.c | 212 const char *cx; in HelpCommand() local 1081 char const *const *argv, struct prompt *prompt, struct datalink *cx) in FindExec() 1181 struct prompt *prompt, const char *label, struct datalink *cx) in command_Run() 1282 struct datalink *cx = arg->cx ? in OpenCommand() local 1647 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ in SetVariable() local 2680 struct datalink *cx; in LinkCommand() local 2837 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ in NegotiateSet() local 3107 struct datalink *cx; in ClearCommand() local
|
D | systems.c | 317 struct prompt *prompt, struct datalink *cx, int how) in ReadSystem() 478 struct prompt *prompt, struct datalink *cx) in system_Select()
|
D | command.h | 43 struct datalink *cx; /* Our context */ member
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32window.cc | 50 DWORD exstyle, int x, int y, int cx, int cy) { in Create()
|
/external/skia/samplecode/ |
D | SampleOvalTest.cpp | 56 SkScalar cx = SkScalarHalf(fSize.width()); in checkOval() local
|
D | SampleBlur.cpp | 30 const float cx = bm.width() * 0.5f; in make_bitmap() local
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view_tiled.c | 165 static Eina_Bool _ewk_view_tiled_smart_zoom_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx,… in _ewk_view_tiled_smart_zoom_set() 185 …k_view_tiled_smart_zoom_weak_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy) in _ewk_view_tiled_smart_zoom_weak_set()
|
/external/clang/test/SemaCXX/ |
D | warn-unused-filescoped.cpp | 40 const unsigned int cx = 0; variable
|