OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Point2
(Results
1 - 9
of
9
) sorted by null
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Point2.java
21
public class
Point2
{
33
public
Point2
(Double x, Double y) {
38
public
Point2
(Integer x, Integer y) {
45
return "<
Point2
x=" + String.valueOf(x) + " y=" + String.valueOf(y) + ">";
ShapeImmutableTest.java
120
Point2
loaded = (
Point2
) yaml.load("!!org.yaml.snakeyaml.immutable.
Point2
\n- 1\n- 3");
/external/clang/test/PCH/
struct.h
7
struct
Point2
{
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 317 milliseconds