Home
last modified time | relevance | path

Searched refs:aaMatch (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DClipStack.cpp610 bool aaMatch = fAA == other.fAA; in combine() local
611 if (fLocalToDevice.isIdentity() && other.fLocalToDevice.isIdentity() && !aaMatch) { in combine()
623 aaMatch = true; in combine()
626 if (aaMatch && fLocalToDevice == other.fLocalToDevice) { in combine()

Completed in 3 milliseconds