Home | History | Annotate | Download | only in core

Lines Matching refs:isAA

76             visitor->clipPath(this->getPath(), this->getOp(), this->isAA());
79 visitor->clipRRect(this->getRRect(), this->getOp(), this->isAA());
82 visitor->clipRect(this->getRect(), this->getOp(), this->isAA());
645 bool isAA = false;
667 isAA = (isAA || element->isAA());
670 return isAA;
686 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
694 prior->fDoAA = element.isAA();