OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oppSign
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h
103
int
oppSign
(const SkOpAngle* angle) const {
105
return
oppSign
(angle->start(), angle->end());
108
int
oppSign
(int startIndex, int endIndex) const {
111
SkDebugf("%s
oppSign
=%d\n", __FUNCTION__, result);
SkOpSegment.cpp
[
all
...]
/external/skia/src/pathops/
SkOpSegment.h
103
int
oppSign
(const SkOpAngle* angle) const {
105
return
oppSign
(angle->start(), angle->end());
108
int
oppSign
(int startIndex, int endIndex) const {
111
SkDebugf("%s
oppSign
=%d\n", __FUNCTION__, result);
SkOpSegment.cpp
[
all
...]
Completed in 148 milliseconds