HomeSort by relevance Sort by last modified time
    Searched refs:center (Results 176 - 200 of 755) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
progress_center_panel.js 8 * Progress center panel.
10 * @param {HTMLElement} element DOM Element of the process center panel.
15 * Root element of the progress center.
26 this.openView_ = this.element_.querySelector('#progress-center-open-view');
33 this.closeView_ = this.element_.querySelector('#progress-center-close-view');
36 * Toggle animation rule of the progress center.
70 * @param {!ProgressCenterItem} item Progress center item.
120 rule.name === 'progress-center-toggle') {
125 throw new Error('The progress-center-toggle rules is not found.');
129 * Updates an item to the progress center panel
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 526 FT_Vector* center,
539 a.x += center->x;
540 a.y += center->y;
564 b.x += center->x;
565 b.y += center->y;
765 FT_Vector center; /* current position */ member in struct:FT_StrokerRec_
892 &stroker->center,
930 delta.x += stroker->center.x + delta2.x;
931 delta.y += stroker->center.y + delta2.y;
940 delta.x += delta2.x + stroker->center.x
    [all...]
  /external/freetype/src/base/
ftstroke.c 526 FT_Vector* center,
539 a.x += center->x;
540 a.y += center->y;
564 b.x += center->x;
565 b.y += center->y;
765 FT_Vector center; /* current position */ member in struct:FT_StrokerRec_
892 &stroker->center,
930 delta.x += stroker->center.x + delta2.x;
931 delta.y += stroker->center.y + delta2.y;
940 delta.x += delta2.x + stroker->center.x
    [all...]
  /external/eigen/doc/
eigendoxy.css 57 text-align: center;
62 text-align: center;
68 text-align: center;
165 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
211 text-align: center;
222 div.center {
223 text-align: center;
229 div.center img {
385 text-align: center;
443 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7)
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 57 CvPoint3D32f * center,
200 /* compute center point of the left hand */
215 /* compute center point of the right hand */
222 icvAddVector_32f( &line[3], sub, (float *) center, 3 );
272 CvPoint3D32f * center,
497 /* compute center point of the left hand */
510 /* compute center point of the right hand */
531 icvAddVector_32f( &line[3], sub, (float *) center, 3 );
583 // otherwise j-index of the initial image center)
584 // center - pointer to the output hand cente
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 67 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
72 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
73 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
79 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
86 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
92 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
96 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
97 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
102 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
110 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight)
133 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
146 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
158 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
171 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 81 gfx::Point center(10, 10);
82 button->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center,
86 button->OnMouseReleased(ui::MouseEvent(ui::ET_MOUSE_RELEASED, center, center,
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 44 Vector2 start(widget->center.x() - widget->xradius, widget->center.y() - yradius);
179 center = Eigen::Vector2d(center.x() + (event->pos().x() - width()/2) * xradius * 2 / width(),
180 center.y() + (event->pos().y() - height()/2) * yradius * 2 / height());
  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 135 * @param rot angle of rotation about rectangle center
154 * @param center center of the rotated rectangle
157 public static boolean pointInRotatedRect(float[] point, float[] rotatedRect, float[] center) {
159 float angle = getUnrotated(rotatedRect, center, unrotated);
164 * Resizes rectangle to have a certain aspect ratio (center remains
181 * Resizes rectangle to have a certain aspect ratio (center remains
246 private static float getUnrotated(float[] rotatedRect, float[] center, RectF unrotated) {
251 m.setRotate(-angle, center[0], center[1])
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 137 * @param rot angle of rotation about rectangle center
156 * @param center center of the rotated rectangle
159 public static boolean pointInRotatedRect(float[] point, float[] rotatedRect, float[] center) {
161 float angle = getUnrotated(rotatedRect, center, unrotated);
166 * Resizes rectangle to have a certain aspect ratio (center remains
183 * Resizes rectangle to have a certain aspect ratio (center remains
248 private static float getUnrotated(float[] rotatedRect, float[] center, RectF unrotated) {
253 m.setRotate(-angle, center[0], center[1])
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 39 -webkit-box-align: center;
60 -webkit-box-align: center;
89 background-position: center;
210 -webkit-box-align: center;
262 -webkit-box-align: center;
264 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 71 background-position: 16px center;
82 background-position: right 16px center;
115 no-repeat center center;
231 -wekbit-box-align: center;
238 -webkit-box-pack: center;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.h 97 bool intersectsCircle(const FloatPoint& center, float radius) const;
98 bool intersectsEllipse(const FloatPoint& center, const FloatSize& radii) const;
100 // The center of the quad. If the quad is the result of a affine-transformed rectangle this is the same as the original center transformed.
101 FloatPoint center() const function in class:WebCore::FloatQuad
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Box.java 79 * The box has a center of 0,0,0 and extends in the out from the center by
95 * The box has the given center and extends in the out from the center by
99 * @param center the center of the box.
104 public Box(Vector3f center, float x, float y, float z) {
106 updateGeometry(center, x, y, z);
140 return new Box(center.clone(), xExtent, yExtent, zExtent);
  /external/llvm/utils/lit/lit/
Util.py 130 print("[%s] :: [%s] :: [%s]" % ('Range'.center((pDigits+1)*2 + 3),
131 'Percentage'.center(barW),
132 'Count'.center(cDigits*2 + 1)))
  /external/opencv/cv/src/
_cvimgproc.h 105 uchar* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
108 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
111 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 133 gfx::Point center = tray()->GetBoundsInScreen().CenterPoint(); local
135 generator->MoveMouseTo(center.x(), center.y());
142 gfx::Point center = local
145 generator->MoveMouseTo(center.x(), center.y());
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 68 background-position: right center;
76 background-position: left center;
85 background-position: right center;
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js 8 * Progress center at the background page.
13 * Current items managed by the progress center.
28 * List of panel UI managed by the progress center.
55 * Notifications created by progress center.
57 * center of cancel operation.
77 * Callback to notify the progress center of cancel operation.
213 * Updates the item in the progress center.
262 * Adds a panel UI to the notification center.
284 * Removes a panel UI from the notification center.
303 * Obtains the summarized item to be displayed in the closed progress center
    [all...]
  /external/chromium_org/chrome/browser/resources/
flags.css 28 no-repeat left center;
44 background-position: right center;
156 text-align: center;
  /external/chromium_org/chrome/browser/resources/ntp_android/
mostvisited_tablet.css 50 text-align: center;
67 background-position: center center;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 59 text-align: center;
93 text-align: center;
127 text-align: center;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 60 static PassOwnPtr<Shape> createCircleShape(const FloatPoint& center, float radius)
63 return adoptPtr(new RectangleShape(FloatRect(center.x() - radius, center.y() - radius, radius*2, radius*2), FloatSize(radius, radius)));
66 static PassOwnPtr<Shape> createEllipseShape(const FloatPoint& center, const FloatSize& radii)
69 return adoptPtr(new RectangleShape(FloatRect(center.x() - radii.width(), center.y() - radii.height(), radii.width()*2, radii.height()*2), radii));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 33 text-align: center;
127 background: url(Images/radioDot.png) center no-repeat,
132 background: url(Images/radioDot.png) center no-repeat,
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 6 -webkit-box-align: center;
7 -webkit-box-pack: center;
130 background: url('chrome://theme/IDR_CLOSE_DIALOG') center no-repeat;

Completed in 1999 milliseconds

1 2 3 4 5 6 78 91011>>