OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testpoint
(Results
1 - 7
of
7
) sorted by null
/external/fonttools/Lib/fontTools/pens/
pointInsidePen.py
49
def __init__(self, glyphSet,
testPoint
, evenOdd=0):
51
self.setTestPoint(
testPoint
, evenOdd)
53
def setTestPoint(self,
testPoint
, evenOdd=0):
55
self.
testPoint
=
testPoint
88
x, y = self.
testPoint
108
x, y = self.
testPoint
173
x, y = self.
testPoint
/frameworks/base/libs/hwui/
SpotShadow.h
56
static bool testPointInsidePolygon(const Vector2
testPoint
, const Vector2* poly, int len);
SpotShadow.cpp
280
* @param
testPoint
the point to test
282
* @return true if the
testPoint
is inside the poly.
284
bool SpotShadow::testPointInsidePolygon(const Vector2
testPoint
,
287
float testx =
testPoint
.x;
288
float testy =
testPoint
.y;
[
all
...]
/system/extras/perfprofd/tests/
perfprofd_test.cc
48
// at the start of each
testpoint
(into which new files can be written),
49
// then delete at end of
testpoint
.
251
static void readEncodedProfile(const char *
testpoint
,
310
const char *
testpoint
,
321
std::cerr <<
testpoint
<< ": expected result not found\n";
local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java
90
public void
testPoint
() {
/external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c
495
Point
testPoint
;
500
PyMac_GetPoint, &
testPoint
))
503
testPoint
);
[
all
...]
/external/opencv/cvaux/src/
cvepilines.cpp
68
void icvTestPoint( CvPoint2D64d
testPoint
,
[
all
...]
Completed in 174 milliseconds