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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 455 if (description.isAA) {
476 if (description.isAA) {
496 if (description.isAA) {
544 if (description.isAA) {
580 if (!description.isAA && !blendFramebuffer && !description.hasColors &&
718 if (description.isAA) {
Program.h 137 bool isAA; // drawing with a per-vertex alpha
176 isAA = false;
264 if (isAA) key |= programid(0x1) << PROGRAM_HAS_AA_SHIFT;
PathTessellator.cpp 97 style(paint->getStyle()), cap(paint->getStrokeCap()), isAA(paint->isAntiAlias()),
112 if (isAA && halfStrokeWidth != 0 && inverseScaleX == inverseScaleY &&
121 bool isAA;
751 if (!paintInfo.isAA) {
768 if (!paintInfo.isAA) {
    [all...]
OpenGLRenderer.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 100 element->isAA())) {
280 if (element->isAA()) {
299 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
306 pr->drawPath(element->getPath(), stroke, fGpu, element->isAA());
332 GrPathRendererChain::DrawType type = element->isAA() ?
629 drawState->setState(GrDrawState::kHWAntialias_StateBit, element->isAA());
    [all...]
GrReducedClip.cpp 80 bool doAA = iter.prev()->isAA();
324 if (newElement->isAA()) {
403 if (element->isAA()) {
  /external/skia/src/gpu/
GrClipMaskManager.cpp 100 element->isAA())) {
280 if (element->isAA()) {
299 type = element->isAA() ? GrPathRendererChain::kColorAntiAlias_DrawType :
306 pr->drawPath(element->getPath(), stroke, fGpu, element->isAA());
332 GrPathRendererChain::DrawType type = element->isAA() ?
629 drawState->setState(GrDrawState::kHWAntialias_StateBit, element->isAA());
    [all...]
GrReducedClip.cpp 80 bool doAA = iter.prev()->isAA();
324 if (newElement->isAA()) {
403 if (element->isAA()) {
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.h 22 bool isAA() const { return !fIsBW; }
SkCanvas.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkRasterClip.h 22 bool isAA() const { return !fIsBW; }
SkCanvas.cpp     [all...]
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 99 bool isAA() const { return fDoAA; }
  /external/skia/include/core/
SkClipStack.h 99 bool isAA() const { return fDoAA; }
  /external/skia/tests/
ClipStackTest.cpp 825 stack->clipDevRect(element.getRect(), element.getOp(), element.isAA());
828 stack->clipDevPath(element.getPath(), element.getOp(), element.isAA());
    [all...]
AAClipTest.cpp 322 if (rc.isAA()) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]

Completed in 3307 milliseconds