Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
H A DClipStack.h44 ClipStack(const SkIRect& deviceBounds, const SkMatrixProvider* matrixProvider, bool forceAA);
145 void simplify(const SkIRect& deviceBounds, bool forceAA);
H A DClipStack.cpp513 void ClipStack::RawElement::simplify(const SkIRect& deviceBounds, bool forceAA) { in simplify() argument
543 if (forceAA && !(fShape.isRect() && fLocalToDevice.preservesAxisAlignment())) { in simplify()
1136 bool forceAA) in ClipStack()
1143 , fForceAA(forceAA) { in ClipStack()
1135 ClipStack(const SkIRect& deviceBounds, const SkMatrixProvider* matrixProvider, bool forceAA) ClipStack() argument

Completed in 8 milliseconds