HomeSort by relevance Sort by last modified time
    Searched refs:boundingBox (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/gesture/
GestureStroke.java 36 public final RectF boundingBox;
80 boundingBox = bx;
88 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
96 return new GestureStroke(boundingBox, length, points, timestamps);
162 final RectF rect = boundingBox;
Gesture.java 97 mBoundingBox.union(stroke.boundingBox);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 248 * @param boundingBox the bounding rectangle of the rectangle list, which can be
259 List<Rectangle> rectangles, Rectangle boundingBox, double scale, byte alpha) {
261 if (rectangles.size() == 0 || boundingBox == null || boundingBox.isEmpty()) {
266 int destWidth = (int) (scale * boundingBox.width);
267 int destHeight = (int) (scale * boundingBox.height);
274 int dx1 = bounds.x - boundingBox.x;
275 int dy1 = bounds.y - boundingBox.y;
GestureManager.java     [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java 119 * Verifies that {@link android.gesture.GestureStroke#boundingBox} has expected values for
124 mHelper.assertLineBoundingBox(line.boundingBox);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 212 * @param boundingBox the bounding rectangle of the set of rectangles to copy, can be
220 List<Rectangle> rectangles, Rectangle boundingBox, double scale) {
235 // rectangles, boundingBox, scale);
241 if (boundingBox == null) {
245 int destWidth = (int) (scale * boundingBox.width);
246 int destHeight = (int) (scale * boundingBox.height);
252 int dx1 = bounds.x - boundingBox.x;
253 int dy1 = bounds.y - boundingBox.y;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 70 public Rectangle boundingBox() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 60 struct BoundingBox
73 float& BoundingBox::getComponentAccess (int ndx)
82 const float& BoundingBox::getComponentAccess (int ndx) const
84 return const_cast<BoundingBox*>(this)->getComponentAccess(ndx);
93 static ProjectedBBox projectBoundingBox (const BoundingBox& bbox)
202 bool verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const;
222 static const BoundingBox fixedCases[] =
235 std::vector<BoundingBox> cases;
240 BoundingBox boundingBox;
    [all...]
  /external/zxing/core/
core.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 599 milliseconds