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

  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 91 fAA = aa;
98 if (fAA) {
142 plotPaint.setAntiAlias(fAA);
147 fillPaint.setAntiAlias(fAA);
184 bool fAA;
RotatedRectBench.cpp 71 : fAA(aa)
82 paint.setAntiAlias(fAA);
125 if (fAA) {
150 bool fAA;
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.h 127 SkAlpha* fAA;
SkRasterClip.h 26 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
79 SkAAClip fAA;
87 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
91 return fIsBW ? fBW.isRect() : fAA.isRect();
98 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
99 fBW.setRect(fAA.getBounds());
100 fAA.setEmpty(); // don't need this guy anymore
  /external/chromium_org/third_party/skia/tests/
DeviceLooperTest.cpp 96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA;
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
  /external/skia/bench/
ChartBench.cpp 91 fAA = aa;
98 if (fAA) {
142 plotPaint.setAntiAlias(fAA);
147 fillPaint.setAntiAlias(fAA);
184 bool fAA;
  /external/skia/src/core/
SkAAClip.h 121 SkAlpha* fAA;
SkRasterClip.h 24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
81 SkAAClip fAA;
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
  /external/skia/tests/
DeviceLooperTest.cpp 96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA;
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/samplecode/
SampleFatBits.cpp 53 fAA = false;
67 bool getAA() const { return fAA; }
68 void setAA(bool aa) { fAA = aa; }
116 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle;
152 if (fUseGPU && fAA) {
  /external/skia/samplecode/
SampleFatBits.cpp 53 fAA = false;
67 bool getAA() const { return fAA; }
68 void setAA(bool aa) { fAA = aa; }
117 bool fAA, fGrid, fShowSkeleton, fUseGPU, fUseClip, fRectAsOval, fUseTriangle;
153 if (fUseGPU && fAA) {

Completed in 186 milliseconds