Searched refs:fAA (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.cpp25 fAA = src.fAA;
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
57 fAA.setEmpty();
67 fAA.setEmpty();
79 // TODO: since we are going to over-write fAA completely (aren't we?)
84 (void)fAA.setPath(path, &clip, doAA);
98 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
110 (void)fAA
[all...]
H A DSkRasterClip.h24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
81 SkAAClip fAA; member in class:SkRasterClip
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
H A DSkAAClip.h121 SkAlpha* fAA; member in class:SkAAClipBlitter
H A DSkAAClip.cpp1836 // we use this either for fRuns + fAA, or a scaline of a mask
1840 fAA = (SkAlpha*)(fRuns + count);
1865 expandToRuns(row, initialCount, width, fRuns, fAA);
1867 fBlitter->blitAntiH(x, y, fAA, fRuns);
1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width());
1924 fBlitter->blitAntiH(x, y, fAA, fRuns);
/external/skia/src/core/
H A DSkRasterClip.cpp25 fAA = src.fAA;
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
57 fAA.setEmpty();
67 fAA.setEmpty();
79 // TODO: since we are going to over-write fAA completely (aren't we?)
84 (void)fAA.setPath(path, &clip, doAA);
98 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
110 (void)fAA
[all...]
H A DSkRasterClip.h24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
81 SkAAClip fAA; member in class:SkRasterClip
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
H A DSkAAClip.h121 SkAlpha* fAA; member in class:SkAAClipBlitter
H A DSkAAClip.cpp1836 // we use this either for fRuns + fAA, or a scaline of a mask
1840 fAA = (SkAlpha*)(fRuns + count);
1865 expandToRuns(row, initialCount, width, fRuns, fAA);
1867 fBlitter->blitAntiH(x, y, fAA, fRuns);
1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width());
1924 fBlitter->blitAntiH(x, y, fAA, fRuns);
/external/chromium_org/third_party/skia/bench/
H A DChartBench.cpp91 fAA = aa;
98 if (fAA) {
142 plotPaint.setAntiAlias(fAA);
147 fillPaint.setAntiAlias(fAA);
184 bool fAA; member in class:ChartBench
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp48 fAA = false;
68 menu->appendSwitch("Anti-Aliasing", "AA", this->getSinkID(), fAA);
123 if (SkOSMenu::FindSwitchState(evt, "AA", &fAA) ||
223 p.setAntiAlias(fAA);
267 bool fAA; member in class:DrawingClientView
/external/skia/bench/
H A DChartBench.cpp91 fAA = aa;
98 if (fAA) {
142 plotPaint.setAntiAlias(fAA);
147 fillPaint.setAntiAlias(fAA);
184 bool fAA; member in class:ChartBench
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp48 fAA = false;
68 menu->appendSwitch("Anti-Aliasing", "AA", this->getSinkID(), fAA);
123 if (SkOSMenu::FindSwitchState(evt, "AA", &fAA) ||
223 p.setAntiAlias(fAA);
267 bool fAA; member in class:DrawingClientView
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA; member in struct:__anon14635
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
/external/skia/tests/
H A DDeviceLooperTest.cpp96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA; member in struct:__anon29901
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp53 fAA = false;
67 bool getAA() const { return fAA; }
68 void setAA(bool aa) { fAA = aa; }
117 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle; member in class:FatBits
153 if (fUseGPU && fAA) {
/external/skia/samplecode/
H A DSampleFatBits.cpp53 fAA = false;
67 bool getAA() const { return fAA; }
68 void setAA(bool aa) { fAA = aa; }
117 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle; member in class:FatBits
153 if (fUseGPU && fAA) {

Completed in 276 milliseconds