Searched defs:Point (Results 26 - 50 of 63) sorted by relevance

123

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_common.h29 struct Point { struct in namespace:woff2
/external/clang/test/FixIt/
H A Dtypo.c7 struct Point { struct
12 struct Point top_left, // expected-note{{'top_left' declared here}}
/external/clang/test/PCH/
H A Dstruct.h3 struct Point { struct
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dv.js68 function Point(x, y, z, payload) { class
80 Point.prototype.color = function () {
85 Point.prototype.decay = function () {
161 var point = new Point(Math.random() * 40 - 20,
/external/clang/test/Analysis/
H A Dfields.c24 } Point; typedef in typeref:struct:__anon18330
26 Point getit(void);
28 Point p;
38 Point p = {42, 0};
39 Point q;
H A Dptr-arith.c289 struct Point { struct
293 void symbolicFieldRegion(struct Point *points, int i, int j) {
H A Dnew.cpp174 struct Point { int x, y; }; struct
175 new Point{1, 2}; // no crash
177 Point p;
178 new (&p) Point{1, 2}; // no crash
/external/clang/test/SemaCXX/
H A Darrow-operator.cpp29 class Point {}; class in namespace:rdar8875304
30 class Line_Segment{ public: Line_Segment(const Point&){} }; argument
31 class Node { public: Point Location(){ Point p; return p; } };
H A Dimplicit-member-functions.cpp102 template<typename K> struct Point { struct in namespace:Recursion
107 pair<Point<K>, Vector<K>> x;
112 // definition of Point's copy constructor, which performs overload resolution
H A Dmember-init.cpp94 struct Point { // expected-note 3 {{candidate constructor}} struct in namespace:rdar14084171
99 Point location = Point(0,0); // expected-error {{no matching constructor for initialization of 'rdar14084171::Point'}}
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.h23 Point, enumerator in enum:rx::Filter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java10 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
11 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;
20 private List<Point> points = new ArrayList<Point>();
21 private List<Point> pointsMovedTo = new ArrayList<Point>();
22 private List<Point> pointsLinedTo = new ArrayList<Point>();
23 private Point wasMovedTo;
28 Point
67 public static class Point { class in class:ShadowPath
76 public Point(float x, float y, Type type) { method in class:ShadowPath.Point
[all...]
/external/stlport/test/unit/
H A Ddeque_test.cpp232 struct Point { struct
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {} argument
265 deque<Point> d1(1);
H A Dvector_test.cpp403 struct Point { struct
407 struct PointEx : public Point {
409 PointEx(const Point&) : builtFromBase(true) {} argument
436 vector<Point> v1(1);
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.h102 typedef std::pair<double, double> Point; typedef in class:rtc::VirtualSocketServer
103 typedef std::vector<Point> Function;
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp273 struct Point struct in namespace:rr::pa
280 Point (void) function in struct:rr::pa::Point
285 Point (VertexPacket* v0_) function in struct:rr::pa::Point
301 *(outputIterator++) = Point(vertices[ndx]);
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp34 struct Point { struct
37 Point(int X = 3, int Y = 2) : x(X), y(Y) {} function in struct:Point
97 Point iAmSomewhere(4,6);
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h381 /// 4) Point - A point <x, y> representing the dependence from
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
396 /// isPoint - Return true if the constraint is of kind Point.
397 bool isPoint() const { return Kind == Point; }
437 /// setPoint - Change a constraint to Point.
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h90 class Point;
301 class Point class
304 Point() function in class:Point
309 Point(IN const Point &point) function in class:Point
315 Point(IN const Size &size) function in class:Point
321 Point(IN INT x, function in class:Point
328 Point operator+(IN const Point& point) const
330 return Point(
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h244 * Point/Line/Triangle function pointers below.
266 swrast_point_func Point; member in struct:__anon14578
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp259 // Return a scattered form of V that can be accessed by Point. V must be a
261 Scatterer Scalarizer::scatter(Instruction *Point, Value *V) { argument
276 // In the fallback case, just put the scattered before Point and
277 // keep the result local to Point.
278 return Scatterer(Point->getParent(), Point, V);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h244 * Point/Line/Triangle function pointers below.
266 swrast_point_func Point; member in struct:__anon27989
/external/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h243 typedef struct Point { struct
246 } Point; typedef in typeref:struct:Point
253 Point *points; /* pointer to array of points */
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc124 struct Point { struct in namespace:__anon14754
232 unsigned int n_points, std::vector<Point>* result,
291 result->push_back(Point());
292 Point& back = result->back();
303 bool StorePoints(const std::vector<Point>& points,
318 const Point& point = points.at(i);
404 void ComputeBbox(const std::vector<Point>& points, uint8_t* dst) {
568 std::vector<Point> points;
/external/icu/icu4c/source/common/
H A Dubidiimp.h234 typedef struct Point { struct
237 } Point; typedef in typeref:struct:Point
244 Point *points; /* pointer to array of points */

Completed in 586 milliseconds

123