HomeSort by relevance Sort by last modified time
    Searched defs:Point2 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/PCH/
struct.h 7 struct Point2 {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 85 class Point2(Structure):
87 Point2._fields_ = [("x", c_long), ("y", c_long)]
155 (Point2, "T{<l:x:<l:y:}", None, Point2),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 85 class Point2(Structure):
87 Point2._fields_ = [("x", c_long), ("y", c_long)]
155 (Point2, "T{<l:x:<l:y:}", None, Point2),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 31 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Point Point2(T x, T y) {
37 return Point2<FLOAT>(x, y);
41 return Point2<UINT32>(x, y);
80 D2D1FORCEINLINE D2D1_BEZIER_SEGMENT BezierSegment(const D2D1_POINT_2F &point1, const D2D1_POINT_2F &point2, const D2D1_POINT_2F &point3) {
81 D2D1_BEZIER_SEGMENT r = {point1, point2, point3};
107 D2D1FORCEINLINE D2D1_QUADRATIC_BEZIER_SEGMENT QuadraticBezierSegment(const D2D1_POINT_2F &point1, const D2D1_POINT_2F &point2) {
108 D2D1_QUADRATIC_BEZIER_SEGMENT r = {point1, point2};
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]

Completed in 2042 milliseconds