HomeSort by relevance Sort by last modified time
    Searched refs:center (Results 226 - 250 of 828) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/utils/
geometry_test.py 56 self.assertEquals(r.center, c)
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
TextInputDialogBox.java 43 // Center this bad boy.
44 center(); method
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h 49 virtual void getBoundingSphere(btVector3& center,btScalar& radius) const;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/
GwtController.java 73 return PovDirection.center;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
StageTest.java 87 blend.setAlign(Align.center);
101 rotate.setAlign(Align.center);
112 scale.setAlign(Align.center);
162 img.setAlign(Align.center);
BitmapFontFlipTest.java 88 cache3.setText(text, 5, 320 - 200, 470, Align.center, false);
95 cache5.setText(text, 0, 320 - 300, 480, Align.center, false);
129 font.draw(spriteBatch, text, 0, 320 - 300, 480, Align.center, false);
CpuSpriteBatchTest.java 87 main.setPosition(0, 0, Align.center);
95 hat.setOrigin(Align.center);
97 hat.setPosition(0, 21, Align.center);
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.cpp 59 resultRect.moveCenter(this->contentsRect().center());
  /external/skia/gm/
convex_all_line_paths.cpp 255 SkPoint center; local
262 center = { offset->fX + SkScalarHalf(path.getBounds().width()), offset->fY};
277 canvas->translate(center.fX, center.fY);
tilemodes.cpp 167 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
176 return SkGradientShader::CreateRadial(center, rad, colors, nullptr, SK_ARRAY_COUNT(colors), tx);
178 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, nullptr, SK_ARRAY_COUNT(colors));
tilemodes_scaled.cpp 171 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
180 return SkGradientShader::CreateRadial(center, rad, colors, nullptr, SK_ARRAY_COUNT(colors), tx);
182 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, nullptr, SK_ARRAY_COUNT(colors));
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 113 void SkPaintFilterCanvas::onDrawBitmapNine(const SkBitmap& bm, const SkIRect& center,
117 this->INHERITED::onDrawBitmapNine(bm, center, dst, apf.paint());
138 void SkPaintFilterCanvas::onDrawImageNine(const SkImage* image, const SkIRect& center,
142 this->INHERITED::onDrawImageNine(image, center, dst, apf.paint());
  /frameworks/base/core/java/android/widget/
CalendarViewMaterialDelegate.java 98 public void setDate(long date, boolean animate, boolean center) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
RectTest.java 289 Point center = r.center(); local
290 assertEquals(25, center.x);
291 assertEquals(40, center.y);
  /external/chromium-trace/catapult/third_party/Paste/docs/
default.css 63 text-align: center;
81 text-align: center;
91 text-align: center;
99 text-align: center;
173 text-align: center;
181 text-align: center;
  /external/chromium-trace/catapult/third_party/Paste/docs/web/
default-site.css 50 text-align: center;
68 text-align: center;
78 text-align: center;
86 text-align: center;
131 text-align: center;
135 text-align: center;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
PolygonShape.java 262 * @param center the center of the box in local coordinates.
265 public final void setAsBox(final float hx, final float hy, final Vec2 center, final float angle) {
275 m_centroid.set(center);
278 xf.p.set(center);
576 final Vec2 center = pool1; local
577 center.setZero();
607 center.x += triangleArea * k_inv3 * (e1.x + e2.x);
608 center.y += triangleArea * k_inv3 * (e1.y + e2.y);
622 // Center of mas
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 685 /** Calculates the squared radius of the bounding sphere around the specified center for the specified part.
686 * @param centerX The X coordinate of the center of the bounding sphere
687 * @param centerY The Y coordinate of the center of the bounding sphere
688 * @param centerZ The Z coordinate of the center of the bounding sphere
738 /** Calculates the radius of the bounding sphere around the specified center for the specified part.
739 * @param centerX The X coordinate of the center of the bounding sphere
740 * @param centerY The Y coordinate of the center of the bounding sphere
741 * @param centerZ The Z coordinate of the center of the bounding sphere
750 /** Calculates the squared radius of the bounding sphere around the specified center for the specified part.
751 * @param center The center of the bounding sphere
    [all...]
  /external/llvm/utils/lit/lit/
util.py 147 print("[%s] :: [%s] :: [%s]" % ('Range'.center((pDigits+1)*2 + 3),
148 'Percentage'.center(barW),
149 'Count'.center(cDigits*2 + 1)))
  /frameworks/base/libs/hwui/
Snapshot.cpp 134 LOG_ALWAYS_FATAL("not supported - light center managed differently");
137 Vector3 center = mRelativeLightCenter;
140 inverse.mapPoint3d(center);
141 mRelativeLightCenter = center;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 158 Status RotateAt(REAL angle, const PointF& center,
164 REAL x = center.X;
165 REAL y = center.Y;
  /prebuilts/misc/windows/sdl2/test/
testrendercopyex.c 95 SDL_Point *center=NULL; local
110 center = &origin;
122 SDL_RenderCopyEx(s->renderer, s->sprite, NULL, &s->sprite_rect, (double)s->sprite_rect.w, center, s->scale_direction);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 176 Point fromCenter = fromBounds.center();
187 Point toCenter = to.getBounds().center();
193 toCenter = state.mBounds.center();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 193 bounds.getCenter(part.center);
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 800 assertPointEquals(new Point(0, 0), rrect.center, EPS);
967 Point center = new Point(gray255.cols() / 2, gray255.rows() / 2); local
969 Imgproc.getRectSubPix(gray255, size, center, dst);
978 Point center = new Point(src.cols() \/ 2, src.rows() \/ 2); local
987 Point center = new Point(0, 0); local
1064 Point center = new Point(img.cols() \/ 2, img.rows() \/ 2); local
1950 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
1960 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
1970 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
2013 Point center = new Point(4, 4); local
2031 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
2041 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
2051 Point center = new Point(gray0.cols() \/ 2, gray0.rows() \/ 2); local
2069 Point center = new Point(matSize \/ 2, matSize \/ 2); local
2095 Point center = new Point(matSize \/ 2, matSize \/ 2); local
2106 Point center = new Point(matSize \/ 2, matSize \/ 2); local
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>