OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evenOdd
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Lib/fontTools/pens/
pointInsidePen.py
35
True for the
evenOdd
argument of __init__ or setTestPoint
49
def __init__(self, glyphSet, testPoint,
evenOdd
=0):
51
self.setTestPoint(testPoint,
evenOdd
)
53
def setTestPoint(self, testPoint,
evenOdd
=0):
56
self.
evenOdd
=
evenOdd
68
if self.
evenOdd
:
75
if self.
evenOdd
or goingUp:
/external/skia/src/pathops/
SkPathOpsCommon.h
26
bool SortContourList(SkOpContourHead** , bool
evenOdd
, bool oppEvenOdd);
SkPathOpsCommon.cpp
153
bool SortContourList(SkOpContourHead** contourList, bool
evenOdd
, bool oppEvenOdd) {
158
contour->setOppXor(contour->operand() ?
evenOdd
: oppEvenOdd);
/external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp
889
bool
evenOdd
;
891
static WriteDataInterleaved Generate(int targetHandle, int seed, bool
evenOdd
)
897
retVal.
evenOdd
=
evenOdd
;
[
all
...]
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
682
def popallWidth(self,
evenOdd
=0):
685
if
evenOdd
^ (len(args) % 2):
971
def popallWidth(self,
evenOdd
=0):
Completed in 2552 milliseconds