OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLeftOf
(Results
1 - 5
of
5
) sorted by null
/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
266
bool
isLeftOf
(Vertex* v) const {
667
if (prev->
isLeftOf
(v)) {
682
(c.sweep_gt(next->fTop->fPoint, edge->fTop->fPoint) && edge->
isLeftOf
(next->fTop)) ||
686
edge->
isLeftOf
(next->fBottom))) {
833
!edge->fPrevEdgeAbove->
isLeftOf
(edge->fTop))) {
836
!edge->
isLeftOf
(edge->fNextEdgeAbove->fTop))) {
840
!edge->fPrevEdgeBelow->
isLeftOf
(edge->fBottom))) {
843
!edge->
isLeftOf
(edge->fNextEdgeBelow->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 80 milliseconds