HomeSort by relevance Sort by last modified time
    Searched refs:center (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/skia/src/svg/
SkSVGRadialGradient.cpp 40 SkString center; local
41 center.appendUnichar('[');
42 center.append(f_cx);
43 center.appendUnichar(',');
44 center.append(f_cy);
45 center.appendUnichar(']');
46 parser._addAttribute("center", center);
  /external/skia/src/animator/
SkDrawMatrix.h 53 void rotate(SkScalar degrees, SkPoint& center) {
54 fMatrix.preRotate(degrees, center.fX, center.fY);
61 void scale(SkScalar scaleX, SkScalar scaleY, SkPoint& center) {
62 fMatrix.preScale(scaleX, scaleY, center.fX, center.fY);
65 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) {
66 fMatrix.preSkew(skewX, skewY, center.fX, center.fY);
SkMatrixParts.cpp 47 SK_MEMBER(center, Point),
56 center.fX = center.fY = 0;
60 fMatrix->rotate(degrees, center);
68 SK_MEMBER(center, Point),
78 center.fX = center.fY = 0;
82 fMatrix->scale(x, y, center);
90 SK_MEMBER(center, Point),
100 center.fX = center.fY = 0;
    [all...]
SkMatrixParts.h 52 SkPoint center; member in class:SkRotate
62 SkPoint center; member in class:SkScale
72 SkPoint center; member in class:SkSkew
SkDrawGradient.h 69 SkPoint center; member in class:SkRadialGradient
  /external/webkit/WebCore/rendering/
GapRects.h 32 const IntRect& center() const { return m_center; } function in struct:WebCore::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerRadialGradient.cpp 50 void SVGPaintServerRadialGradient::setGradientCenter(const FloatPoint& center)
52 m_center = center;
79 ts << " [center=" << gradientCenter() << "]"
  /frameworks/base/core/java/android/gesture/
Instance.java 93 float[] center = GestureUtils.computeCentroid(pts); local
94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
107 GestureUtils.translate(pts, -center[0], -center[1]);
  /external/skia/gm/
gradients.cpp 37 SkPoint center; local
38 center.set(SkScalarAve(pts[0].fX, pts[1].fX),
40 return SkGradientShader::CreateRadial(center, center.fX, data.fColors,
46 SkPoint center; local
47 center.set(SkScalarAve(pts[0].fX, pts[1].fX),
49 return SkGradientShader::CreateSweep(center.fX, center.fY, data.fColors,
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocationMediaFilter.java 54 double center = (ang1 + ang2) * 0.5; local
56 center += wrapAroundThreshold;
57 center %= wrapAroundThreshold;
59 return center;
  /external/skia/include/effects/
SkGradientShader.h 53 /** Returns a shader that generates a radial gradient given the center and radius.
58 @param center The center of the circle for this gradient
60 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
63 the the colors are distributed evenly between the center and edge of the circle.
70 static SkShader* CreateRadial( const SkPoint& center, SkScalar radius,
81 @param start The center of the start circle for this gradient
83 @param end The center of the end circle for this gradient
85 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
88 the the colors are distributed evenly between the center and edge of the circle
    [all...]
  /external/webkit/WebKit/win/
WebNotificationCenter.h 50 /* [retval][out] */ IWebNotificationCenter **center);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 220 BPoint center; local
221 GetXYOffset(center.x, center.y);
222 center.x += half_w;
223 center.y += half_h;
224 ConvertToScreen(&center);
225 set_mouse_position((int)center.x, (int)center.y);
  /external/webkit/WebKit/win/Interfaces/
IWebNotificationCenter.idl 49 HRESULT defaultCenter([out, retval] IWebNotificationCenter** center);
  /external/freetype/src/base/
ftstroke.c 457 FT_Vector* center,
470 a.x += center->x;
471 a.y += center->y;
495 b.x += center->x;
496 b.y += center->y;
696 FT_Vector center; member in struct:FT_StrokerRec_
810 &stroker->center,
847 delta.x += stroker->center.x + delta2.x;
848 delta.y += stroker->center.y + delta2.y;
857 delta.x += delta2.x + stroker->center.x
    [all...]
  /external/webkit/WebCore/css/
mediaControlsQuickTime.css 60 -webkit-box-align: center;
61 -webkit-box-pack: center;
71 -webkit-box-pack: center;
72 -webkit-box-align: center;
93 -webkit-box-pack: center;
94 -webkit-box-align: center;
wml.css 105 -webkit-box-align: center;
106 text-align: center;
167 -webkit-box-align: center;
190 -webkit-box-align: center;
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 135 SkPoint center; local
136 center.set(SkFloatToScalar(x), SkFloatToScalar(y));
152 SkShader* shader = SkGradientShader::CreateRadial(center,
168 SkPoint center; local
169 center.set(SkFloatToScalar(x), SkFloatToScalar(y));
175 SkShader* s = SkGradientShader::CreateRadial(center, SkFloatToScalar(radius), colors, NULL,
  /cts/tools/host/src/res/
cts_result.css 109 text-align: center;
165 text-align: center;
173 text-align: center;
181 text-align: center;
  /cts/tools/tradefed-host/res/result/
cts_result.css 109 text-align: center;
165 text-align: center;
173 text-align: center;
181 text-align: center;
  /external/webkit/WebCore/platform/graphics/
Path.h 143 static Path createEllipse(const FloatPoint& center, float rx, float ry);
144 static Path createCircle(const FloatPoint& center, float r);
Path.cpp 222 Path Path::createEllipse(const FloatPoint& center, float rx, float ry)
224 float cx = center.x();
225 float cy = center.y();
259 Path Path::createCircle(const FloatPoint& center, float r)
261 return createEllipse(center, r, r);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
HorizontalGravityTest.java 47 mCenter = activity.findViewById(R.id.center);
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 276 * Assert that the <code>test</code> view is horizontally center aligned
280 * @param test The view that should be center aligned with the reference view
290 int center = (reference.getMeasuredWidth() - test.getMeasuredWidth()) / 2; local
293 assertEquals("views are not horizontally center aligned", center, delta);
297 * Assert that the <code>test</code> view is vertically center aligned
301 * @param test The view that should be center aligned with the reference view
311 int center = (reference.getMeasuredHeight() - test.getMeasuredHeight()) / 2; local
314 assertEquals("views are not vertically center aligned", center, delta)
    [all...]
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnabler.m 58 static void myBundleDidLoad(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)
85 static void myApplicationWillFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)
104 static void myApplicationWillTerminate(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)

Completed in 726 milliseconds

1 2 3 4 5