HomeSort by relevance Sort by last modified time
    Searched refs:isAA (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkClipStack.cpp 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();
    [all...]
SkRasterClip.h 26 bool isAA() const { return !fIsBW; }
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 93 type = element->isAA()
97 type = element->isAA()
107 canDrawArgs.fAntiAlias = element->isAA();
236 if (iter.get()->isAA()) {
523 if (element->isAA()) {
547 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
555 canDrawArgs.fAntiAlias = element->isAA();;
572 args.fAntiAlias = element->isAA();
    [all...]
GrReducedClip.cpp 212 if (newElement->isAA()) {
297 if (element->isAA()) {
386 bool doAA = iter.prev()->isAA();
  /frameworks/base/libs/hwui/
PathTessellator.cpp 102 style(paint->getStyle()), cap(paint->getStrokeCap()), isAA(paint->isAntiAlias()),
115 if (isAA && halfStrokeWidth != 0 && inverseScaleX == inverseScaleY &&
125 bool isAA;
762 if (!paintInfo.isAA) {
779 if (!paintInfo.isAA) {
789 vertexBuffer.setMeshFeatureFlags(paintInfo.isAA ? VertexBuffer::kAlpha : VertexBuffer::kNone);
    [all...]
  /external/skia/tests/
DeviceLooperTest.cpp 20 return a.isAA() && a.aaRgn() == b.aaRgn();
ClipStackTest.cpp 847 stack->clipDevRect(element.getRect(), element.getOp(), element.isAA());
850 stack->clipDevRRect(element.getRRect(), element.getOp(), element.isAA());
853 stack->clipDevPath(element.getPath(), element.getOp(), element.isAA());
    [all...]
AAClipTest.cpp 348 if (rc.isAA()) {
  /external/skia/include/core/
SkClipStack.h 103 bool isAA() const { return fDoAA; }
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp 398 this->pushBool(element.isAA(), "aa");
    [all...]

Completed in 1281 milliseconds