Home
last modified time | relevance | path

Searched refs:chaseArray (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp55 bool SkPathOpsDebug::ChaseContains(const SkTDArray<SkOpSpanBase* >& chaseArray, in ChaseContains() argument
57 for (int index = 0; index < chaseArray.count(); ++index) { in ChaseContains()
58 const SkOpSpanBase* entry = chaseArray[index]; in ChaseContains()