HomeSort by relevance Sort by last modified time
    Searched full:points (Results 176 - 200 of 6998) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/include/core/
SkPathEffect.h 85 kCircles_PointFlag = 0x01, // draw points as circles (instead of rects)
86 kUsePath_PointFlag = 0x02, // draw points as stamps of the returned path
87 kUseClip_PointFlag = 0x04, // apply 'fClipRect' before drawing the points
90 uint32_t fFlags; // flags that impact the drawing of the points
92 int fNumPoints; // number of points in fPoints
93 SkVector fSize; // the size to draw the points
94 SkRect fClipRect; // clip required to draw the points (if kUseClip is set)
102 * Does applying this path effect to 'src' yield a set of points? If so,
103 * optionally return the points in 'results'.
  /external/skia/tests/
FlatDataTest.cpp 53 SkPoint points[2]; local
54 points[0].set(0, 0);
55 points[1].set(SkIntToScalar(20), SkIntToScalar(20));
59 SkShader* shader = SkGradientShader::CreateLinear(points, colors, NULL,
  /external/valgrind/main/memcheck/tests/
badjump.c 6 /* on ppc64-linux, a function pointer points to a function
fwrite.stderr.exp 1 Syscall param write(buf) points to uninitialised byte(s)
  /external/valgrind/main/memcheck/tests/x86/
pushfw_x86.c 10 /* eax points at arr[0] */
  /frameworks/wilhelm/src/
README.txt 6 * Initial entry points
  /libcore/luni/src/main/java/java/lang/reflect/
WildcardType.java 45 * if any of the bounds points to a missing type
47 * if any bound points to a type that cannot be instantiated for
61 * if any of the bounds points to a missing type
63 * if any of the bounds points to a type that cannot be
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc3530mixp.txt 19 # This table contains code points from Table A.1 from RFC 3454
418 # Total code points 3653
420 # This table contains code points from Table B.1 from RFC 3454
450 # Total code points 27
452 # code points from Table C.1.2
472 # Total code points 17
474 # code points from Table C.2.2
493 # Total code points 30
495 # code points from Table C.3
501 # Total code points 205
    [all...]
rfc4011.txt 18 # This table contains code points from Table A.1 from RFC 3454
417 # Total code points 3653
419 # This table contains code points from Table B.1 from RFC 3454
449 # Total code points 27
451 # code points from Table C.2.1
456 # Total code points 18
458 # code points from Table C.2.2
477 # Total code points 30
479 # code points from Table C.3
485 # Total code points 205
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
nfs4_mixed_prep_p.txt 10 # This table contains code points from Table A.1 from RFC 3454
409 # Total code points 3653
411 # This table contains code points from Table B.1 from RFC 3454
441 # Total code points 27
443 # code points from Table C.1.2
463 # Total code points 17
465 # code points from Table C.2.2
484 # Total code points 30
486 # code points from Table C.3
492 # Total code points 205
    [all...]
  /external/icu4c/data/sprep/
rfc3530mixp.txt 19 # This table contains code points from Table A.1 from RFC 3454
418 # Total code points 3653
420 # This table contains code points from Table B.1 from RFC 3454
450 # Total code points 27
452 # code points from Table C.1.2
472 # Total code points 17
474 # code points from Table C.2.2
493 # Total code points 30
495 # code points from Table C.3
501 # Total code points 205
    [all...]
rfc4011.txt 18 # This table contains code points from Table A.1 from RFC 3454
417 # Total code points 3653
419 # This table contains code points from Table B.1 from RFC 3454
449 # Total code points 27
451 # code points from Table C.2.1
456 # Total code points 18
458 # code points from Table C.2.2
477 # Total code points 30
479 # code points from Table C.3
485 # Total code points 205
    [all...]
  /external/icu4c/test/testdata/
nfs4_mixed_prep_p.txt 10 # This table contains code points from Table A.1 from RFC 3454
409 # Total code points 3653
411 # This table contains code points from Table B.1 from RFC 3454
441 # Total code points 27
443 # code points from Table C.1.2
463 # Total code points 17
465 # code points from Table C.2.2
484 # Total code points 30
486 # code points from Table C.3
492 # Total code points 205
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 40 // problem in computer vision. Given a set of 3d points X_1, ..., X_n,
77 "automatic, cameras, points, cameras,points, points,cameras");
140 double* points = bal_problem->mutable_points(); local
153 } else if (FLAGS_blocks_for_inner_iterations == "points") {
157 options->inner_iteration_ordering->AddElementToGroup(points + point_block_size * i, 0);
159 } else if (FLAGS_blocks_for_inner_iterations == "cameras,points") {
166 options->inner_iteration_ordering->AddElementToGroup(points + point_block_size * i, 1);
168 } else if (FLAGS_blocks_for_inner_iterations == "points,cameras")
249 double* points = bal_problem->mutable_points(); local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 39 #define COMPUTE_INFLEXS /* compute inflection points to optimize `S' */
888 /***** POINTS INTERPOLATION ROUTINES *****/
1028 /* compute all inflex points in a given glyph */
1043 /* we need at least 4 points to create an inflection point */
1146 FT_FREE( glyph->points );
1187 FT_Vector* vec = glyph->outline->points;
1188 PSH_Point point = glyph->points;
1282 PSH_Point points = glyph->points; local
1321 PSH_Point points = glyph->points; local
1893 PSH_Point points = glyph->points; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 39 #define COMPUTE_INFLEXS /* compute inflection points to optimize `S' */
888 /***** POINTS INTERPOLATION ROUTINES *****/
1028 /* compute all inflex points in a given glyph */
1043 /* we need at least 4 points to create an inflection point */
1146 FT_FREE( glyph->points );
1187 FT_Vector* vec = glyph->outline->points;
1188 PSH_Point point = glyph->points;
1282 PSH_Point points = glyph->points; local
1321 PSH_Point points = glyph->points; local
1893 PSH_Point points = glyph->points; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Line.java 42 * two points. The two points of the line are defined as the origin and direction.
130 public void orthogonalLineFit(FloatBuffer points) {
131 if (points == null) {
142 points.rewind();
144 // compute average of points
145 int length = points.remaining() / 3;
147 BufferUtils.populateFromBuffer(origin, points, 0);
149 BufferUtils.populateFromBuffer(compVec1, points, i);
159 points.rewind();
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last];
105 point = outline->points + first;
125 /* if both first and last points are conic, */
315 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
437 FT_FREE( outline->points );
485 FT_Vector* vec = outline->points;
904 FT_Vector* points; local
1029 FT_Vector* points; local
    [all...]
  /external/freetype/src/base/
ftoutln.c 93 limit = outline->points + last;
95 v_start = outline->points[first];
99 v_last = outline->points[last];
105 point = outline->points + first;
125 /* if both first and last points are conic, */
315 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
437 FT_FREE( outline->points );
485 FT_Vector* vec = outline->points;
904 FT_Vector* points; local
1029 FT_Vector* points; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 201 std::vector<GdkPoint> points;
205 // If we're stroking the frame, we need to offset some of our points by 1
216 points.push_back(MakeBidiGdkPoint(
218 points.push_back(MakeBidiGdkPoint(
222 points.push_back(MakeBidiGdkPoint(
224 points.push_back(MakeBidiGdkPoint(
226 points.push_back(MakeBidiGdkPoint(
228 points.push_back(MakeBidiGdkPoint(
232 points.push_back(MakeBidiGdkPoint(
234 points.push_back(MakeBidiGdkPoint
301 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
460 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
    [all...]
  /external/chromium/chrome/browser/ui/views/
theme_helpers.h 13 // Get the colors at two points on a Rebar background gradient. This is for
16 // the colors at two points on the X axis of a background drawn
  /external/chromium_org/chrome/browser/google/
google_search_counter.h 13 // A listener for counting Google searches from various search access points. No
15 // details about these access points.
  /external/chromium_org/chrome/browser/performance_monitor/
process_metrics_history.h 42 // Average CPU over all the past sampling points since last reset.
47 // Average mem usage over all the past sampling points since last reset.
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux.h 38 // |mtab_file_path| is the path to a mtab file to watch for mount points.
77 // Mapping of mount points to MountPointInfo.
81 // For devices that are mounted to multiple mount points, this helps us track
85 // (mount device, map of known mount points)
112 // Mtab file that lists the mount points.
119 // Mapping of relevant mount points and their corresponding mount devices.
120 // Keep in mind on Linux, a device can be mounted at multiple mount points,
127 // points.
  /external/chromium_org/printing/
units.cc 51 double ConvertPointsToPixelDouble(double points) {
52 return ConvertUnitDouble(points, kPointsPerInch, kPixelsPerInch);

Completed in 7035 milliseconds

1 2 3 4 5 6 78 91011>>