HomeSort by relevance Sort by last modified time
    Searched full:boundingbox (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
touch_analytics.proto 26 message BoundingBox {
49 optional BoundingBox removed_boundingBox = 7;
57 optional BoundingBox removed_boundingBox = 6;
  /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);
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 69 PWMFRect16 BoundingBox;
gdiplusgraphics.h     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 198 bool BoundingBox(const Bitmap& bmp) {
254 if (!BoundingBox(bmp)) return -1;
_bitmap.py 76 def BoundingBox(self, color, tolerance):
225 return self._PrepareTools().BoundingBox(color, tolerance)
  /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...]
  /external/e2fsprogs/contrib/
dconf 72 printf("%%%%BoundingBox: 0 0 1 1\n")
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 70 public Rectangle boundingBox() {
  /external/ImageMagick/coders/
mvg.c 133 #define BoundingBox "viewbox"
178 if (LocaleNCompare(BoundingBox,p,strlen(BoundingBox)) != 0)
ps2.c 586 (void) CopyMagickString(buffer,"%%BoundingBox: (atend)\n",
591 "%%%%BoundingBox: %.20g %.20g %.20g %.20g\n",ceil(bounds.x1-0.5),
    [all...]
ps.c 401 #define BoundingBox "BoundingBox:"
747 if (LocaleNCompare(BoundingBox,command,strlen(BoundingBox)) == 0)
749 count=(ssize_t) sscanf(command,BoundingBox " %lf %lf %lf %lf",
    [all...]
ps3.c     [all...]
  /external/libcups/filter/
pstops.c 71 int bounding_box[4]; /* BoundingBox from header */
569 int saw_bounding_box, /* Saw %%BoundingBox: comment? */
659 else if (!strncmp(line, "%%BoundingBox:", 14))
662 fputs("DEBUG: A duplicate %%BoundingBox: comment was seen.\n", stderr);
673 fputs("DEBUG: A bad %%BoundingBox: comment was seen.\n", stderr);
725 fputs("DEBUG: There wasn't a %%BoundingBox: comment in the header.\n",
771 doc_puts(doc, "%%BoundingBox: (atend)\n");
952 printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n",
955 printf("%%%%BoundingBox: %d %d %d %d\n",
1071 printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom
    [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...]
es31fCopyImageTests.cpp     [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 215 Rect boundingBox = new Rect(0, 0, 0, 0);
217 boundingBox.union(rect);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
BaseTypes.h 275 case EbvBoundingBox: return "BoundingBox";
  /external/fonttools/Lib/fontTools/
afmLib.py 365 print(afm[char]) # print charnum, width and boundingbox
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp     [all...]
  /external/ImageMagick/Magick++/
NEWS 95 * Added Image boundingBox() method to return smallest bounding box

Completed in 1004 milliseconds

1 2