/external/skia/src/core/ |
D | SkRasterClip.cpp | 25 fAA = src.fAA; in SkRasterClip() 45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex() 49 return fIsBW ? fBW.getBounds() : fAA.getBounds(); in getBounds() 57 fAA.setEmpty(); in setEmpty() 67 fAA.setEmpty(); in setRect() 84 (void)fAA.setPath(path, &clip, doAA); in setPath() 98 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op); in op() 110 (void)fAA.op(tmp, op); in op() 134 (void)fAA.op(*other, op); in op() 172 (void)fAA.op(r, op, doAA); in op() [all …]
|
D | SkRasterClip.h | 24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; } in aaRgn() 81 SkAAClip fAA; variable 88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty(); in computeIsEmpty()
|
D | SkAAClip.h | 121 SkAlpha* fAA; variable
|
D | SkAAClip.cpp | 1840 fAA = (SkAlpha*)(fRuns + count); in ensureRunsAndAA() 1865 expandToRuns(row, initialCount, width, fRuns, fAA); in blitH() 1867 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitH() 1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH() 1924 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitAntiH()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRasterClip.cpp | 19 fAA = src.fAA; in SkRasterClip() 48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex() 52 return fIsBW ? fBW.getBounds() : fAA.getBounds(); in getBounds() 60 fAA.setEmpty(); in setEmpty() 70 fAA.setEmpty(); in setRect() 162 (void)fAA.setPath(path, &clip, doAA); in setPath() 224 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op); in op() 236 (void)fAA.op(tmp, op); in op() 260 (void)fAA.op(*other, op); in op() 313 (void)fAA.op(r, op, doAA); in op() [all …]
|
D | SkRasterClip.h | 26 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; } in aaRgn() 79 SkAAClip fAA; variable 87 return fIsBW ? fBW.isEmpty() : fAA.isEmpty(); in computeIsEmpty() 91 return fIsBW ? fBW.isRect() : fAA.isRect(); in computeIsRect() 98 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) { 99 fBW.setRect(fAA.getBounds()); 100 fAA.setEmpty(); // don't need this guy anymore
|
D | SkAAClip.h | 127 SkAlpha* fAA; variable
|
D | SkAAClip.cpp | 1908 fAA = (SkAlpha*)(fRuns + count); in ensureRunsAndAA() 1933 expandToRuns(row, initialCount, width, fRuns, fAA); in blitH() 1935 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitH() 1991 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH() 1992 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitAntiH()
|
/external/chromium_org/third_party/skia/bench/ |
D | ChartBench.cpp | 91 fAA = aa; in ChartBench() 98 if (fAA) { in onGetName() 142 plotPaint.setAntiAlias(fAA); in onDraw() 147 fillPaint.setAntiAlias(fAA); in onDraw() 184 bool fAA; member in ChartBench
|
D | RotatedRectBench.cpp | 71 : fAA(aa) in RotRectBench() 82 paint.setAntiAlias(fAA); in onDraw() 125 if (fAA) { in makeName() 150 bool fAA; member in RotRectBench
|
/external/skia/bench/ |
D | ChartBench.cpp | 91 fAA = aa; in ChartBench() 98 if (fAA) { in onGetName() 142 plotPaint.setAntiAlias(fAA); in onDraw() 147 fillPaint.setAntiAlias(fAA); in onDraw() 184 bool fAA; member in ChartBench
|
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 48 fAA = false; in DrawingClientView() 68 menu->appendSwitch("Anti-Aliasing", "AA", this->getSinkID(), fAA); in requestMenu() 123 if (SkOSMenu::FindSwitchState(evt, "AA", &fAA) || in onEvent() 223 p.setAntiAlias(fAA); in onDrawContent() 267 bool fAA; member in DrawingClientView
|
/external/chromium_org/third_party/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 48 fAA = false; in DrawingClientView() 68 menu->appendSwitch("Anti-Aliasing", "AA", this->getSinkID(), fAA); in requestMenu() 123 if (SkOSMenu::FindSwitchState(evt, "AA", &fAA) || in onEvent() 223 p.setAntiAlias(fAA); in onDrawContent() 267 bool fAA; member in DrawingClientView
|
/external/chromium_org/third_party/skia/tests/ |
D | DeviceLooperTest.cpp | 102 bool fAA; in test_complex() member 128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA); in test_complex()
|
/external/skia/tests/ |
D | DeviceLooperTest.cpp | 102 bool fAA; in test_complex() member 128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA); in test_complex()
|
/external/skia/samplecode/ |
D | SampleFatBits.cpp | 53 fAA = false; in FatBits() 67 bool getAA() const { return fAA; } in getAA() 68 void setAA(bool aa) { fAA = aa; } in setAA() 117 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle; member in FatBits 153 if (fUseGPU && fAA) { in drawRectSkeleton()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleFatBits.cpp | 53 fAA = false; in FatBits() 67 bool getAA() const { return fAA; } in getAA() 68 void setAA(bool aa) { fAA = aa; } in setAA() 116 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle; member in FatBits 152 if (fUseGPU && fAA) { in drawRectSkeleton()
|