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

  /external/skia/src/core/
SkRasterClip.cpp 19 fAA = src.fAA;
48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
52 return fIsBW ? fBW.getBounds() : fAA.getBounds();
60 fAA.setEmpty();
70 fAA.setEmpty();
154 // TODO: since we are going to over-write fAA completely (aren't we?)
159 (void)fAA.setPath(path, &clip, doAA);
234 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
246 (void)fAA.op(tmp, op)
    [all...]
SkRasterClip.h 28 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
82 SkAAClip fAA;
90 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
94 return fIsBW ? fBW.isRect() : fAA.isRect();
101 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
102 fBW.setRect(fAA.getBounds());
103 fAA.setEmpty(); // don't need this guy anymore
SkAAClip.h 126 SkAlpha* fAA;
SkAAClip.cpp     [all...]
  /external/skia/bench/
Xfer4fBench.cpp 42 fAA = fAAStorage;
44 fAA = nullptr;
56 fProcN(fXfer, fDst, fSrc, N, fAA);
58 fProc1(fXfer, fDst, fSrc, N, fAA);
68 const SkAlpha* fAA;
XferU64Bench.cpp 42 fAA = fAAStorage;
44 fAA = nullptr;
56 fProcN(fXfer, fDst, fSrc, N, fAA);
58 fProc1(fXfer, fDst, fSrc, N, fAA);
68 const SkAlpha* fAA;
XfermodeBench.cpp 21 fAA = aa;
29 fAA = aa;
45 if (fAA) {
74 bool fAA;
ChartBench.cpp 93 fAA = aa;
100 if (fAA) {
144 plotPaint.setAntiAlias(fAA);
149 fillPaint.setAntiAlias(fAA);
186 bool fAA;
RotatedRectBench.cpp 71 : fAA(aa)
82 paint.setAntiAlias(fAA);
125 if (fAA) {
150 bool fAA;
  /external/skia/gm/
drawminibitmaprect.cpp 69 DrawMiniBitmapRectGM(bool antiAlias) : fAA(antiAlias) {
71 if (fAA) {
98 paint.setAntiAlias(fAA);
134 bool fAA;
  /external/skia/experimental/DrawingBoard/
SampleDrawingClient.cpp 48 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;
  /external/skia/tests/
DeviceLooperTest.cpp 95 // choose size values that will result in 4 quadrants, given fAA setting
101 bool fAA;
127 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
  /external/skia/samplecode/
SampleFatBits.cpp 42 fAA = false;
57 bool getAA() const { return fAA; }
58 void setAA(bool aa) { fAA = aa; }
109 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle;
146 if (fUseGPU && fAA) {

Completed in 195 milliseconds