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

  /external/skia/src/core/
SkRasterClip.h 24 bool isAA() const { return !fIsBW; }
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...]
  /external/skia/include/core/
SkClipStack.h 104 bool isAA() const { return fDoAA; }
  /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/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 244 milliseconds