OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRightOf
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
218
int Subdiv2D::
isRightOf
(Point2f pt, int edge) const
293
int right_of_curr =
isRightOf
(pt, edge);
305
int right_of_onext =
isRightOf
( pt, onext_edge );
306
int right_of_dprev =
isRightOf
( pt, dprev_edge );
337
isRightOf
( vtx[edgeDst(onext_edge)].pt, edge ) >= 0 )
464
if(
isRightOf
( vtx[temp_dst].pt, curr_edge ) > 0 &&
/external/skia/src/gpu/
GrTessellator.cpp
215
* "edge below" a vertex as well as for the active edge list is handled by isLeftOf()/
isRightOf
().
224
* cancellation in the isLeftOf() and
isRightOf
() checks. Using doubles ensures that the result is
263
bool
isRightOf
(Vertex* v) const {
681
if ((c.sweep_gt(edge->fTop->fPoint, next->fTop->fPoint) && next->
isRightOf
(edge->fTop)) ||
684
next->
isRightOf
(edge->fBottom)) ||
718
if (next->
isRightOf
(edge->fTop)) {
736
if (next->
isRightOf
(edge->fBottom)) {
[
all
...]
/prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar
espresso-core-2.2.2-release.jar
espresso-intents-2.2.2-release.jar
espresso-web-2.2.2-release.jar
Completed in 2878 milliseconds