Searched refs:isAA (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h60 static void ConvexPathVertices(const SkPath& path, const SkStrokeRec& stroke, bool isAA,
H A DAndroidPathRenderer.cpp523 void PathRenderer::ConvexPathVertices(const SkPath &path, const SkStrokeRec& stroke, bool isAA, argument
562 if (!isAA) {
582 if (!isAA) {
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h60 static void ConvexPathVertices(const SkPath& path, const SkStrokeRec& stroke, bool isAA,
H A DAndroidPathRenderer.cpp523 void PathRenderer::ConvexPathVertices(const SkPath &path, const SkStrokeRec& stroke, bool isAA, argument
562 if (!isAA) {
582 if (!isAA) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp102 if (path_needs_SW_renderer(this->getContext(), fGpu, path, stroke, element->isAA())) {
158 if (GR_AA_CLIP && iter.get()->isAA()) {
404 if (element->isAA()) {
423 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
430 pr->drawPath(path, stroke, fGpu, element->isAA());
454 GrPathRendererChain::DrawType type = element->isAA() ?
755 drawState->setState(GrDrawState::kHWAntialias_StateBit, element->isAA());
1088 helper.draw(clipPath, stroke, SkRegion::kReplace_Op, element->isAA(), 0x00);
1096 helper.draw(element->getRect(), op, element->isAA(), 0xFF);
1100 helper.draw(path, stroke, op, element->isAA(),
[all...]
H A DGrReducedClip.cpp92 bool doAA = iter.prev()->isAA();
345 if (newElement->isAA()) {
430 if (element->isAA()) {
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp102 if (path_needs_SW_renderer(this->getContext(), fGpu, path, stroke, element->isAA())) {
158 if (GR_AA_CLIP && iter.get()->isAA()) {
402 if (element->isAA()) {
422 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
429 pr->drawPath(path, stroke, fGpu, element->isAA());
453 GrPathRendererChain::DrawType type = element->isAA() ?
754 drawState->setState(GrDrawState::kHWAntialias_StateBit, element->isAA());
1087 helper.draw(clipPath, stroke, SkRegion::kReplace_Op, element->isAA(), 0x00);
1095 helper.draw(element->getRect(), op, element->isAA(), 0xFF);
1099 helper.draw(path, stroke, op, element->isAA(),
[all...]
H A DGrReducedClip.cpp92 bool doAA = iter.prev()->isAA();
345 if (newElement->isAA()) {
430 if (element->isAA()) {
/external/skia/src/core/
H A DSkRasterClip.h22 bool isAA() const { return !fIsBW; } function in class:SkRasterClip
H A DSkClipStack.cpp75 visitor->clipPath(this->getPath(), this->getOp(), this->isAA());
78 visitor->clipRRect(this->getRRect(), this->getOp(), this->isAA());
81 visitor->clipRect(this->getRect(), this->getOp(), this->isAA());
678 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
686 prior->fDoAA = element.isAA();
H A DSkCanvas.cpp1527 if (element->isAA()) {
1657 clip_path_helper(this, &tmpClip, path, element->getOp(), element->isAA());
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp75 visitor->clipPath(this->getPath(), this->getOp(), this->isAA());
78 visitor->clipRRect(this->getRRect(), this->getOp(), this->isAA());
81 visitor->clipRect(this->getRect(), this->getOp(), this->isAA());
678 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
686 prior->fDoAA = element.isAA();
H A DSkRasterClip.h24 bool isAA() const { return !fIsBW; } function in class:SkRasterClip
H A DSkCanvas.cpp1497 if (element->isAA()) {
1551 rasterclip_path(&tmpClip, this, path, element->getOp(), element->isAA());
H A DSkDraw.cpp1615 if (fRC->isAA()) {
1736 if (fRC->isAA()) {
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp21 return a.isAA() && a.aaRgn() == b.aaRgn();
H A DClipStackTest.cpp847 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());
H A DAAClipTest.cpp348 if (rc.isAA()) {
/external/skia/tests/
H A DDeviceLooperTest.cpp21 return a.isAA() && a.aaRgn() == b.aaRgn();
H A DClipStackTest.cpp847 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());
H A DAAClipTest.cpp324 if (rc.isAA()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h104 bool isAA() const { return fDoAA; } function in class:SkClipStack::Element
/external/skia/include/core/
H A DSkClipStack.h104 bool isAA() const { return fDoAA; } function in class:SkClipStack::Element
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1298 const bool isAA = !isLCD(fRec); local
1313 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set.
1315 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) {
1356 } else if (isAA) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp1330 const bool isAA = !isLCD(fRec); local
1345 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set.
1347 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) {
1388 } else if (isAA) {

Completed in 2296 milliseconds

12