Home
last modified time | relevance | path

Searched refs:fAA (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
DSkRasterClip.cpp25 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 …]
DSkRasterClip.h24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; } in aaRgn()
81 SkAAClip fAA; variable
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty(); in computeIsEmpty()
DSkAAClip.h121 SkAlpha* fAA; variable
DSkAAClip.cpp1840 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/
DSkRasterClip.cpp19 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 …]
DSkRasterClip.h26 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
DSkAAClip.h127 SkAlpha* fAA; variable
DSkAAClip.cpp1908 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/
DChartBench.cpp91 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
DRotatedRectBench.cpp71 : fAA(aa) in RotRectBench()
82 paint.setAntiAlias(fAA); in onDraw()
125 if (fAA) { in makeName()
150 bool fAA; member in RotRectBench
/external/skia/bench/
DChartBench.cpp91 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/
DSampleDrawingClient.cpp48 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/
DSampleDrawingClient.cpp48 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/
DDeviceLooperTest.cpp102 bool fAA; in test_complex() member
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA); in test_complex()
/external/skia/tests/
DDeviceLooperTest.cpp102 bool fAA; in test_complex() member
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA); in test_complex()
/external/skia/samplecode/
DSampleFatBits.cpp53 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/
DSampleFatBits.cpp53 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()