OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeAngle
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/pathops/
SkOpSegment.cpp
45
SkOpAngle* SkOpSegment::
activeAngle
(SkOpSpanBase* start, SkOpSpanBase** startPtr,
682
bool
activeAngle
= nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(),
684
if (
activeAngle
) {
694
if (!
activeAngle
) {
778
bool
activeAngle
= nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
780
if (
activeAngle
) {
790
if (!
activeAngle
) {
[
all
...]
SkOpSegment.h
35
SkOpAngle*
activeAngle
(SkOpSpanBase* start, SkOpSpanBase** startPtr, SkOpSpanBase** endPtr,
SkPathOpsCommon.cpp
85
if (SkOpAngle* last = segment->
activeAngle
(*startPtr, startPtr, endPtr, &done)) {
SkPathOpsOp.cpp
23
if (SkOpAngle* last = segment->
activeAngle
(*startPtr, startPtr, endPtr, &done)) {
Completed in 60 milliseconds