HomeSort by relevance Sort by last modified time
    Searched defs:points (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 179 List<Point> points = new ArrayList<Point>(); local
180 points.add(fromCenter);
188 points.add(toCenter);
194 points.add(toCenter);
201 points.add(fromCenter);
202 points.add(points.get(0));
204 for (int i = 1, n = points.size(); i < n; i++) {
205 gc.drawLine(points.get(i-1), points.get(i))
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk_browsertest.cc 61 } points[] = { local
76 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(points); ++i) {
82 gfx::Rect rect(points[i].x, points[i].y, 0, 0);
92 EXPECT_EQ(points[i].expected, bubble->actual_frame_style_);
104 } points[] = { local
117 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(points); ++i) {
123 gfx::Rect rect(points[i].x, points[i].y, 0, 0);
133 EXPECT_EQ(points[i].expected, bubble->actual_frame_style_)
    [all...]
  /external/chromium_org/skia/ext/
analysis_canvas_unittest.cc 89 // Draw points test.
90 SkPoint points[4] = { local
98 canvas.drawPoints(SkCanvas::kLines_PointMode, 4, points, paint);
platform_device_mac.cc 45 SkPoint points[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} }; local
47 for (SkPath::Verb verb = iter.next(points); verb != SkPath::kDone_Verb;
48 verb = iter.next(points)) {
51 CGContextMoveToPoint(context, points[0].fX, points[0].fY);
54 case SkPath::kLine_Verb: { // iter.next returns 2 points
55 CGContextAddLineToPoint(context, points[1].fX, points[1].fY);
58 case SkPath::kQuad_Verb: { // iter.next returns 3 points
59 CGContextAddQuadCurveToPoint(context, points[1].fX, points[1].fY
    [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...]
bal_problem.cc 142 // Copy the rest of the points.
186 const double* points = parameters_ + camera_block_size() * num_cameras_; local
188 const double* point = points + i * point_block_size();
237 double* points = mutable_points(); local
240 tmp[j] = points[3 * j + i];
246 VectorRef point(points + 3 * i, 3);
262 VectorRef point(points + 3 * i, 3);
285 double* points = mutable_points(); local
288 PerturbPoint3(point_sigma, points + 3 * i);
  /external/chromium_org/rlz/lib/
financial_ping_test.cc 83 rlz_lib::AccessPoint points[] = local
92 points, "swg", brand, NULL, "en", false, &request));
105 points, "swg", brand, "IdOk2", NULL, false, &request));
116 points, "swg", brand, "IdOk", NULL, true, &request));
124 points, "swg", brand, NULL, NULL, true, &request));
151 points, "swg", brand, NULL, NULL, false, &request));
159 points[2] = rlz_lib::IE_HOME_PAGE;
161 points, "swg", brand, "MyId", "en-US", true, &request));
171 rlz_lib::AccessPoint points[] = local
177 points, "swg", "GOOG", NULL, "en", false, &request)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 183 static String buildPolygonString(const WindRule& windRule, const Vector<String>& points)
185 ASSERT(!(points.size() % 2));
195 for (size_t i = 0; i < points.size(); i += 2) {
199 length += points[i].length() + 1 + points[i + 1].length();
208 for (size_t i = 0; i < points.size(); i += 2) {
211 result.append(points[i]);
213 result.append(points[i + 1]);
223 Vector<String> points; local
224 points.reserveInitialCapacity(m_values.size())
243 Vector<String> points; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterMeshGenerator.h 50 const IntSize& points() const { return m_points; } function in class:WebCore::CustomFilterMeshGenerator
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h 63 markerData->updateOutslope(element->points[0]);
115 FloatPoint* points = element->points; local
120 m_origin = points[1];
123 m_inslopePoints[0] = points[1];
124 m_inslopePoints[1] = points[2];
125 m_origin = points[2];
128 m_subpathStart = points[0];
130 updateInslope(points[0]);
131 m_origin = points[0]
    [all...]
SVGPathData.cpp 83 SVGPointList& points = polygon->pointList(); local
84 if (points.isEmpty())
87 path.moveTo(points.first());
89 unsigned size = points.size();
91 path.addLineTo(points.at(i));
101 SVGPointList& points = polyline->pointList(); local
102 if (points.isEmpty())
105 path.moveTo(points.first());
107 unsigned size = points.size();
109 path.addLineTo(points.at(i))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 30 * Convert triangles to points or lines as needed.
79 static void points( struct draw_stage *stage, function
151 points( stage, header );
draw_pipe_validate.c 39 static boolean points( unsigned prim ) function
79 /* Don't have to worry about triangles turning into lines/points
98 if (points(prim))
100 /* large points */
104 /* sprite points */
109 /* AA points */
176 /* drawing large/sprite points (but not AA points)? */
192 * shorter pipelines for lines & points.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 314 int points; member in struct:stw_pixelformat_score
341 * score points.
351 * the score is set to 0 points, effectively removing the pixelformat
355 scores[index].points = 0;
364 scores[index].points = 0;
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
390 * points for a mismatch when the match does not have to be exact.
398 scores[i].points = 0x7fffffff;
433 if (scores[i - 1].points < scores[i].points) {
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HullCollisionShape.java 18 private float[] points; field in class:HullCollisionShape
25 this.points = getPoints(mesh);
29 public HullCollisionShape(float[] points) {
30 this.points = points;
39 capsule.write(points, "points", null);
50 this.points = getPoints(mesh);
52 this.points = capsule.readFloatArray("points", null);
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
HullCollisionShape.java 18 private float[] points; field in class:HullCollisionShape
24 this.points = getPoints(mesh);
25 createShape(this.points);
28 public HullCollisionShape(float[] points) {
29 this.points = points;
30 createShape(this.points);
38 capsule.write(points, "points", null);
49 this.points = getPoints(mesh)
    [all...]
  /external/libvorbis/vq/
vqgen.h 34 long points; member in struct:vqgen
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 30 * Convert triangles to points or lines as needed.
79 static void points( struct draw_stage *stage, function
151 points( stage, header );
draw_pipe_validate.c 39 static boolean points( unsigned prim ) function
79 /* Don't have to worry about triangles turning into lines/points
98 if (points(prim))
100 /* large points */
104 /* sprite points */
109 /* AA points */
176 /* drawing large/sprite points (but not AA points)? */
192 * shorter pipelines for lines & points.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 314 int points; member in struct:stw_pixelformat_score
341 * score points.
351 * the score is set to 0 points, effectively removing the pixelformat
355 scores[index].points = 0;
364 scores[index].points = 0;
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
390 * points for a mismatch when the match does not have to be exact.
398 scores[i].points = 0x7fffffff;
433 if (scores[i - 1].points < scores[i].points) {
    [all...]
  /external/skia/gm/
mixedxfermodes.cpp 51 SkPoint points[4]; local
52 kRect.toQuad(points);
53 fConvexPath.moveTo(points[0]);
54 fConvexPath.quadTo(points[1], points[2]);
55 fConvexPath.quadTo(points[3], points[0]);
62 SkPoint points[5] = {{0, SkIntToScalar(-50)} }; local
66 rot.mapPoints(points + i, points + i - 1, 1)
    [all...]
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 64 const std::vector<Point>& points() const { return points_; } function in class:android::filterfw::Quad
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 218 private void generateSpiral(ScriptField_VertexColor_s points, float depth, float radius,
222 int size = points.getAllocation().getType().getX();
243 points.set_position(i, position, false);
244 points.set_color(i, color, false);
251 points.copyAll();
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 56 // Returns a list of points that either form the outline of the status bubble
66 std::vector<GdkPoint> points; local
69 // If we have a stroke, we have to offset some of our points by 1 pixel.
79 // Build up points starting with the bottom left corner and continuing
87 // We are careful to only add points that are horizontal or vertically
89 // differences when two points are connected.
94 points.push_back(MakeBidiGdkPoint(
98 points.push_back(MakeBidiGdkPoint(
103 points.push_back(MakeBidiGdkPoint(
105 points.push_back(MakeBidiGdkPoint
229 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
rounded_window.cc 57 // Returns a list of points that either form the outline of the status bubble
67 std::vector<GdkPoint> points; local
70 // If we have a stroke, we have to offset some of our points by 1 pixel.
80 // Build up points starting with the bottom left corner and continuing
88 // We are careful to only add points that are horizontal or vertically
90 // differences when two points are connected.
95 points.push_back(MakeBidiGdkPoint(
99 points.push_back(MakeBidiGdkPoint(
104 points.push_back(MakeBidiGdkPoint(
106 points.push_back(MakeBidiGdkPoint
234 std::vector<GdkPoint> points = MakeFramePolygonPoints( local
    [all...]

Completed in 6146 milliseconds

12 3 4 5 6 7 8 910