HomeSort by relevance Sort by last modified time
    Searched full:points (Results 826 - 850 of 7862) sorted by null

<<31323334353637383940>>

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBoxBoxDetector.cpp 36 // generate contact points. this returns 0 if there is no contact otherwise
112 // find all the intersection points between the 2D rectangle with vertices
116 // the intersection points are returned as x,y pairs in the 'ret' array.
117 // the number of intersection points is returned by the function (this will
122 // q (and r) contain nq (and nr) coordinate points for the current (and
136 // go through all points in q and all lines between adjacent points
176 // given n points in the plane (array p, of size 2*n), generate m points that
178 // predetermined - the idea is to select points that give good box-bo
    [all...]
  /external/skia/src/gpu/batches/
GrAAConvexTessellator.cpp 17 // add debug check that all points are suitably far apart
196 // controls the iteration. The CandidateVerts holds the formative points for the
263 // the start point was one of the original ring points
298 // TODO: is there a faster way to extract the points from the path? Perhaps
299 // get all the points via a new entry point, transform them all in bulk
376 // We've got two points, so we're degenerate.
447 // For each vertex of the original polygon we add at least two points to the
449 // two points yields a bevel join. We need one additional point for a mitered join, and
450 // a round join requires one or more points depending upon curvature.
467 // one are just perpendicular offsets from the non-merged polygon points)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 84 points = zip(list_x, list_y)
85 self.assertEqual(len(points), expected_value)
171 points = mtb_packets.get_ordered_finger_path(0, 'point')
176 self.assertEqual(len(points), 78)
448 points = mtb_packets.get_slot_data(slot, 'point')
450 self.assertEqual(len(points), number_packets[slot])
453 self.assertTrue(Point(*xy_pair) == points[i])
524 # test no points in some tracking ID
547 # test no points in some tracking ID
586 # Two farthest points: (15, 16) and (46, 70
    [all...]
  /external/icu/icu4c/source/common/unicode/
chariter.h 31 * code points.
32 * Unicode code points are 21-bit integers and are the scalar values
36 * With UTF-16, all code points can be represented with either one
54 * In general, access to code units and code points in the same
156 * no more code points to return, returns DONE.
163 * Returns FALSE if there are no more code units or code points
167 * @returns FALSE if there are no more code units or code points
204 * both code units and code points. Code point access versions are available
505 * no more code points to return, returns DONE.
526 * no more code points to return, returns DONE.
    [all...]
  /external/icu/icu4c/source/layout/
LEFontInstance.h 61 * specific details. There are also a few utility methods for converting between points,
317 * X direction to points.
321 * @return points in the X direction
329 * Y direction to points.
333 * @return points in the Y direction
340 * This method converts font design units to points.
343 * @param points - set to X and Y points
347 virtual void unitsToPoints(LEPoint &units, LEPoint &points) const;
458 * @return the font's ascent, in points. This valu
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 931 FX_PATHPOINT* points = pathData->GetPoints(); local
    [all...]
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 264 static Rect calcBoundsOfPoints(const float* points, int floatCount) {
265 Rect unmappedBounds(points[0], points[1], points[0], points[1]);
267 unmappedBounds.expandToCover(points[i], points[i + 1]);
273 void RecordingCanvas::drawPoints(const float* points, int floatCount, const SkPaint& paint) {
278 calcBoundsOfPoints(points, floatCount),
281 refPaint(&paint), refBuffer<float>(points, floatCount), floatCount))
    [all...]
  /external/boringssl/src/crypto/ec/
simple.c 1070 ret = 1; /* points differ */
1096 ret = 1; /* points differ */
1100 /* points are equal */
1151 EC_POINT *points[], BN_CTX *ctx) {
1188 /* Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z,
1191 if (!BN_is_zero(&points[0]->Z)) {
1192 if (!BN_copy(prod_Z[0], &points[0]->Z)) {
1208 if (!BN_is_zero(&points[i]->Z)) {
1210 &points[i]->Z, ctx))
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_geometry.h 30 points in X*/
74 points in X*/
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
PolynomialFitter.java 70 /** Get the polynomial fitting the weighted (x, y) points.
71 * @return polynomial function best fitting the observed points
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
RealTransformer.java 50 * @param n the number of sample points
72 * @param n the number of sample points
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 36 /** Array of strings this table points to. Associated with ints
40 /** Array of ints this table points. Associated with strings from
  /external/ceres-solver/examples/
bal_problem.h 54 // points. The reconstruction is then scaled so that the median
55 // absolute deviation of the points measured from the origin is
  /external/chromium-trace/catapult/dashboard/dashboard/models/
stoppage_alert.py 19 """A stoppage alert is an alert for a Test no longer receiving new points.
33 # Whether new points have been received for the test after this alert.
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 11 1000 points is not a problem, but as soon as you start having more
12 points than the pixel width, you should probably start thinking about
  /external/chromium-trace/catapult/tracing/docs/
extending-and-customizing-trace-viewer.md 3 In trace-viewer, we distinguish between "core" pieces, which are domain-neutral and belong in `trace_viewer/core` and domain-specific pieces, which we are in `trace_viewer/extras`. As such, core/ has a variety of extension points that then extras/ pulls in.
23 There are two extension points that make this possible:
  /external/clang/test/SemaCXX/
string-plus-int.cpp 54 consume("foo" + 3); // Points at the \0
55 consume("foo" + 4); // Points 1 past the \0, which is legal too.
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 70 // If size_ <= 64, then tab_ points to an array with 64 ClockElem's.
71 // Otherwise, tab_ points to an array with 128 u32 elements,
  /external/curl/docs/libcurl/
curl_multi_info_read.3 47 \fBWARNING:\fP The data the returned pointer points to will not survive
92 read) in the integer the second argument points to.
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 42 PRIMITIVETYPE_POINTS, //!< Points
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; };
  /external/freetype/include/
ftoutln.h 138 /* numPoints :: The maximum number of points within the outline. */
227 /* the outline's points, including Bézier control points. Though it */
257 /* Apply a simple translation to the points of an outline. */
280 /* same sizes (number of points & number of contours) when this */
303 /* Apply a simple 2x2 matrix to all of an outline's points. Useful */
314 /* outline's points. */
346 /* glyph doesn't change the number of points; this means that certain */
    [all...]
  /external/freetype/src/cff/
cffgload.h 74 /* load_points :: If this flag is not set, no points are loaded. */
80 /* points. */
  /external/guava/guava/src/com/google/common/html/
HtmlEscapers.java 48 * encoding can encode any non-ASCII code points in the input (as UTF-8 and
55 * points with character references. This escaper escapes only the following
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie.java 19 * associated with Unicode code points (0..0x10ffff).</p>
192 * Lead surrogate code points' index displacement in the index array.
247 * Note this index always points to the initial value.
258 * Gets the offset to the data which the surrogate pair points to.
280 * points to.
300 * Gets the offset to data which the BMP character points to
315 * Gets the offset to the data which this lead surrogate character points
331 * Gets the offset to data which the codepoint points to
  /external/icu/icu4c/source/common/
ucol_data.h 56 uint32_t unsafeCP; /* hash table of unsafe code points */
57 uint32_t contrEndCP; /* hash table of final code points */

Completed in 1493 milliseconds

<<31323334353637383940>>