/external/skia/src/svg/ |
D | SkSVGCircle.cpp | 17 SVG_ATTRIBUTE(cy), 26 SkScalar cx, cy, r; in DEFINE_SVG_INFO() local 28 SkParse::FindScalar(f_cy.c_str(), &cy); in DEFINE_SVG_INFO() 32 top = cy - r; in DEFINE_SVG_INFO() 34 bottom = cy + r; in DEFINE_SVG_INFO()
|
D | SkSVGEllipse.cpp | 17 SVG_ATTRIBUTE(cy), 27 SkScalar cx, cy, rx, ry; in DEFINE_SVG_INFO() local 29 SkParse::FindScalar(f_cy.c_str(), &cy); in DEFINE_SVG_INFO() 34 top = cy - ry; in DEFINE_SVG_INFO() 36 bottom = cy + ry; in DEFINE_SVG_INFO()
|
/external/quake/quake/src/QW/client/ |
D | menu.c | 117 void M_Print (int cx, int cy, char *str) in M_Print() argument 121 M_DrawCharacter (cx, cy, (*str)+128); in M_Print() 127 void M_PrintWhite (int cx, int cy, char *str) in M_PrintWhite() argument 131 M_DrawCharacter (cx, cy, *str); in M_PrintWhite() 184 int cx, cy; in M_DrawTextBox() local 189 cy = y; in M_DrawTextBox() 191 M_DrawTransPic (cx, cy, p); in M_DrawTextBox() 195 cy += 8; in M_DrawTextBox() 196 M_DrawTransPic (cx, cy, p); in M_DrawTextBox() 199 M_DrawTransPic (cx, cy+8, p); in M_DrawTextBox() [all …]
|
D | mathlib.c | 293 float sr, sp, sy, cr, cp, cy; in AngleVectors() local 297 cy = cos(angle); in AngleVectors() 305 forward[0] = cp*cy; in AngleVectors() 308 right[0] = (-1*sr*sp*cy+-1*cr*-sy); in AngleVectors() 309 right[1] = (-1*sr*sp*sy+-1*cr*cy); in AngleVectors() 311 up[0] = (cr*sp*cy+-sr*-sy); in AngleVectors() 312 up[1] = (cr*sp*sy+-sr*cy); in AngleVectors()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTransform.cpp | 101 void SVGTransform::setRotate(float angle, float cx, float cy) in setRotate() argument 105 m_center = FloatPoint(cx, cy); in setRotate() 109 m_matrix.translate(cx, cy); in setRotate() 111 m_matrix.translate(-cx, -cy); in setRotate() 152 …float cy = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * sinAngle / (1 - cosAngle) + m_ma… in valueAsString() local 153 if (cx || cy) in valueAsString() 154 …eString("rotate(", String::number(m_angle), ' ', String::number(cx), ' ', String::number(cy), ')'); in valueAsString()
|
D | SVGRadialGradientElement.cpp | 44 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::cyAttr, Cy, cy) in DEFINE_ANIMATED_LENGTH() 183 attributes.setCy(radial->cy()); in collectGradientAttributes() 218 attributes.setFy(attributes.cy()); in collectGradientAttributes() 226 …centerPoint = FloatPoint(attributes.cx().valueAsPercentage(), attributes.cy().valueAsPercentage()); in calculateFocalCenterPointsAndRadius() 230 centerPoint = FloatPoint(attributes.cx().value(this), attributes.cy().value(this)); in calculateFocalCenterPointsAndRadius() 253 return cy().isRelative() in selfHasRelativeLengths() 254 || cy().isRelative() in selfHasRelativeLengths()
|
D | SVGCircleElement.cpp | 37 DEFINE_ANIMATED_LENGTH(SVGCircleElement, SVGNames::cyAttr, Cy, cy) in DEFINE_ANIMATED_LENGTH() 154 …path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius… in toPathData() 160 || cy().isRelative() in selfHasRelativeLengths()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | UnitBezier.h | 41 cy = 3.0 * p1y; in UnitBezier() 42 by = 3.0 * (p2y - p1y) - cy; in UnitBezier() 43 ay = 1.0 - cy - by; in UnitBezier() 54 return ((ay * t + by) * t + cy) * t; in sampleCurveY() 120 double cy; member
|
/external/quake/quake/src/WinQuake/ |
D | conproc.cpp | 41 BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy); 290 BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy) in SetConsoleCXCY() argument 297 if (cy > coordMax.Y) in SetConsoleCXCY() 298 cy = coordMax.Y; in SetConsoleCXCY() 310 info.srWindow.Bottom = cy - 1; in SetConsoleCXCY() 312 if (cy < info.dwSize.Y) in SetConsoleCXCY() 317 info.dwSize.Y = cy; in SetConsoleCXCY() 322 else if (cy > info.dwSize.Y) in SetConsoleCXCY() 324 info.dwSize.Y = cy; in SetConsoleCXCY()
|
D | menu.cpp | 117 void M_Print (int cx, int cy, const char *str) in M_Print() argument 121 M_DrawCharacter (cx, cy, (*str)+128); in M_Print() 127 void M_PrintWhite (int cx, int cy, const char *str) in M_PrintWhite() argument 131 M_DrawCharacter (cx, cy, *str); in M_PrintWhite() 184 int cx, cy; in M_DrawTextBox() local 189 cy = y; in M_DrawTextBox() 191 M_DrawTransPic (cx, cy, p); in M_DrawTextBox() 195 cy += 8; in M_DrawTextBox() 196 M_DrawTransPic (cx, cy, p); in M_DrawTextBox() 199 M_DrawTransPic (cx, cy+8, p); in M_DrawTextBox() [all …]
|
/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 126 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, 0); in tubeProjection() 147 float ySideFactor = Math.signum(triangle.get1().y-cy)+ in tubeProjection() 148 Math.signum(triangle.get2().y-cy)+ in tubeProjection() 149 Math.signum(triangle.get3().y-cy); in tubeProjection() 179 float cx = bs.getCenter().x, cy = bs.getCenter().y, cz = bs.getCenter().z; in sphereProjection() local 185 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, 0); in sphereProjection() 194 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, positions.get(i + 2)-cz); in sphereProjection() 208 float ySideFactor = Math.signum(triangle.get1().y-cy)+ in sphereProjection() 209 Math.signum(triangle.get2().y-cy)+ in sphereProjection() [all …]
|
/external/skia/src/core/ |
D | SkPath.cpp | 736 SkScalar cy = oval.centerY(); in addOval() local 744 this->moveTo(cx + rx, cy); in addOval() 746 this->cubicTo(cx + rx, cy - sy, cx + sx, cy - ry, cx, cy - ry); in addOval() 747 this->cubicTo(cx - sx, cy - ry, cx - rx, cy - sy, cx - rx, cy); in addOval() 748 this->cubicTo(cx - rx, cy + sy, cx - sx, cy + ry, cx, cy + ry); in addOval() 749 this->cubicTo(cx + sx, cy + ry, cx + rx, cy + sy, cx + rx, cy); in addOval() 751 this->cubicTo(cx + rx, cy + sy, cx + sx, cy + ry, cx, cy + ry); in addOval() 752 this->cubicTo(cx - sx, cy + ry, cx - rx, cy + sy, cx - rx, cy); in addOval() 753 this->cubicTo(cx - rx, cy - sy, cx - sx, cy - ry, cx, cy - ry); in addOval() 754 this->cubicTo(cx + sx, cy - ry, cx + rx, cy - sy, cx + rx, cy); in addOval() [all …]
|
D | SkBlitBWMaskTemplate.h | 31 int cy = clip.fTop; in SK_BLITBWMASK_NAME() local 41 const uint8_t* bits = srcMask.getAddr1(cx, cy); in SK_BLITBWMASK_NAME() 42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy); in SK_BLITBWMASK_NAME()
|
/external/webkit/Source/WebCore/manual-tests/ |
D | svg-cursor-changes.svg | 5 <circle onclick="document.getElementById('mycursor').setAttribute('x', '100');" cx="80" cy="150" r=… 8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="7… 14 <circle onclick="document.getElementById('mycursor2').setAttribute('x', '100');" cx="80" cy="310" r… 17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="… 22 …rg/1999/xlink', 'xlink:href', 'resources/webkit-background.png');" cx="80" cy="470" r="70" fill="g… 27 …d('mycursor5').href.baseVal = 'resources/webkit-background.png';" cx="230" cy="470" r="70" fill="g…
|
/external/icu4c/data/zone/ |
D | cy.txt | 6 // * Source File:<path>/common/main/cy.xml 10 * ICU <specials> source: <path>/xml/main/cy.xml 12 cy{
|
/external/icu4c/data/region/ |
D | cy.txt | 6 // * Source File:<path>/common/main/cy.xml 10 * ICU <specials> source: <path>/xml/main/cy.xml 12 cy{
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
D | SDL_os2fslib.c | 124 LONG cx, LONG cy, in SetAccessableWindowPos() argument 140 if (y+cy>swpDesktop.cy) in SetAccessableWindowPos() 141 y = swpDesktop.cy - cy; in SetAccessableWindowPos() 142 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl); in SetAccessableWindowPos() 154 if (y+swp.cy>swpDesktop.cy) in SetAccessableWindowPos() 155 y = swpDesktop.cy - swp.cy; in SetAccessableWindowPos() 156 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl); in SetAccessableWindowPos() 170 if (y+cy>swpDesktop.cy) in SetAccessableWindowPos() 171 y = swpDesktop.cy - cy; in SetAccessableWindowPos() 172 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl | SWP_MOVE); in SetAccessableWindowPos() [all …]
|
/external/icu4c/data/curr/ |
D | cy.txt | 6 // * Source File:<path>/common/main/cy.xml 10 * ICU <specials> source: <path>/xml/main/cy.xml 12 cy{
|
/external/icu4c/data/coll/ |
D | cy.txt | 6 // * Source File:<path>/common/collation/cy.xml 10 * ICU <specials> source: <path>/xml/collation/cy.xml 12 cy{
|
/external/icu4c/data/lang/ |
D | cy.txt | 6 // * Source File:<path>/common/main/cy.xml 10 * ICU <specials> source: <path>/xml/main/cy.xml 12 cy{ 26 cy{"Cymraeg"}
|
/external/webkit/Source/WebCore/platform/graphics/brew/ |
D | IntSizeBrew.cpp | 35 , m_height(size.cy) in IntSize() 43 size.cy = height(); in operator AEESize()
|
/external/skia/src/effects/ |
D | SkRectShape.cpp | 32 void SkRectShape::setCircle(SkScalar cx, SkScalar cy, SkScalar radius) { in setCircle() argument 33 fBounds.set(cx - radius, cy - radius, cx + radius, cy + radius); in setCircle()
|
/external/skia/tests/ |
D | WritePixelsTest.cpp | 237 for (int cy = 0; cy < DEV_H; ++cy) { in checkWrite() local 241 if (writeRect.contains(cx, cy)) { in checkWrite() 243 int by = cy - writeY; in checkWrite() 254 SkPMColor testColor = getCanvasColor(cx, cy); in checkWrite() 261 if (cy != DEV_H -1) { in checkWrite()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view_tiled.c | 165 …l _ewk_view_tiled_smart_zoom_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy) in _ewk_view_tiled_smart_zoom_set() argument 170 &zoom, cx, cy, &x, &y); in _ewk_view_tiled_smart_zoom_set() 174 r = _parent_sc.zoom_set(sd, zoom, cx, cy); 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() argument 187 return ewk_tiled_backing_store_zoom_weak_set(sd->backing_store, zoom, cx, cy); in _ewk_view_tiled_smart_zoom_weak_set()
|
/external/opencv/cv/src/ |
D | cvmoments.cpp | 47 double cx = 0, cy = 0; in icvCompleteMomentState() local 57 cy = moments->m01 * inv_m00; in icvCompleteMomentState() 64 mu11 = moments->m11 - moments->m10 * cy; in icvCompleteMomentState() 66 mu02 = moments->m02 - moments->m01 * cy; in icvCompleteMomentState() 76 moments->mu21 = moments->m21 - cx * (mu11 + cx * moments->m01) - cy * mu20; in icvCompleteMomentState() 78 moments->mu12 = moments->m12 - cy * (mu11 + cy * moments->m10) - cx * mu02; in icvCompleteMomentState() 80 moments->mu03 = moments->m03 - cy * (3 * mu02 + cy * moments->m01); in icvCompleteMomentState()
|