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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 60 static void ConvexPathVertices(const SkPath& path, const SkStrokeRec& stroke, bool isAA,
AndroidPathRenderer.cpp 523 void PathRenderer::ConvexPathVertices(const SkPath &path, const SkStrokeRec& stroke, bool isAA,
562 if (!isAA) {
582 if (!isAA) {
  /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());
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();
    [all...]
SkRasterClip.h 24 bool isAA() const { return !fIsBW; }
SkDraw.cpp     [all...]
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 105 path, stroke, element->isAA())) {
157 if (iter.get()->isAA()) {
394 if (element->isAA()) {
417 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
427 element->isAA());
451 GrPathRendererChain::DrawType type = element->isAA() ?
    [all...]
GrReducedClip.cpp 214 if (newElement->isAA()) {
299 if (element->isAA()) {
388 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;
760 if (!paintInfo.isAA) {
777 if (!paintInfo.isAA) {
787 vertexBuffer.setMeshFeatureFlags(paintInfo.isAA ? VertexBuffer::kAlpha : VertexBuffer::kNone);
    [all...]
  /external/skia/tests/
DeviceLooperTest.cpp 21 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 347 if (rc.isAA()) {
  /external/skia/include/core/
SkClipStack.h 104 bool isAA() const { return fDoAA; }
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp 394 this->pushBool(element.isAA(), "aa");
    [all...]

Completed in 462 milliseconds