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());
648 bool isAA = false;
670 isAA = (isAA || element->isAA());
673 return isAA;
689 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
697 prior->fDoAA = element.isAA();