Home
last modified time | relevance | path

Searched defs:activeCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpSegment.cpp599 int activeCount = 0; in findNextOp() local
695 int activeCount = 0; in findNextWinding() local
783 int activeCount = 0; in findNextXor() local
/third_party/python/Lib/
Dthreading.py1479 def activeCount(): function