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

12

/external/skia/src/core/
H A DSkRasterClip.cpp134 fAA = src.fAA;
172 bool isEqual = fIsBW ? fBW == other.fBW : fAA == other.fAA;
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
187 return fIsBW ? fBW.getBounds() : fAA.getBounds();
195 fAA.setEmpty();
205 fAA.setEmpty();
233 // TODO: since we are going to over-write fAA completely (aren't we?)
238 (void)fAA
[all...]
H A DSkRasterClip.h76 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
134 SkAAClip fAA; member in class:SkRasterClip
142 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
146 return fIsBW ? fBW.isRect() : fAA.isRect();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
154 fBW.setRect(fAA.getBounds());
155 fAA.setEmpty(); // don't need this guy anymore
H A DSkRecords.h203 ClipOpAndAA(SkClipOp op, bool aa) : fOp(static_cast<unsigned>(op)), fAA(aa) {}
206 bool aa() const { return fAA != 0; }
210 unsigned fAA : 1; // MSVC won't pack an enum with an bool, so we call this an unsigned. member in struct:SkRecords::ClipOpAndAA
H A DSkAAClip.h126 SkAlpha* fAA; member in class:SkAAClipBlitter
/external/skqp/src/core/
H A DSkRasterClip.cpp134 fAA = src.fAA;
172 bool isEqual = fIsBW ? fBW == other.fBW : fAA == other.fAA;
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
187 return fIsBW ? fBW.getBounds() : fAA.getBounds();
195 fAA.setEmpty();
205 fAA.setEmpty();
233 // TODO: since we are going to over-write fAA completely (aren't we?)
238 (void)fAA
[all...]
H A DSkRasterClip.h76 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
134 SkAAClip fAA; member in class:SkRasterClip
142 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
146 return fIsBW ? fBW.isRect() : fAA.isRect();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
154 fBW.setRect(fAA.getBounds());
155 fAA.setEmpty(); // don't need this guy anymore
H A DSkRecords.h203 ClipOpAndAA(SkClipOp op, bool aa) : fOp(static_cast<unsigned>(op)), fAA(aa) {}
206 bool aa() const { return fAA != 0; }
210 unsigned fAA : 1; // MSVC won't pack an enum with an bool, so we call this an unsigned. member in struct:SkRecords::ClipOpAndAA
H A DSkAAClip.h126 SkAlpha* fAA; member in class:SkAAClipBlitter
/external/skia/bench/
H A DBlendmodeBench.cpp19 fAA = aa;
35 if (fAA) {
64 bool fAA; member in class:XfermodeBench
H A DChartBench.cpp93 fAA = aa;
100 if (fAA) {
141 plotPaint.setAntiAlias(fAA);
146 fillPaint.setAntiAlias(fAA);
183 bool fAA; member in class:ChartBench
H A DMultitextureImageBench.cpp23 , fAA(aa) {
67 paint.setAntiAlias(fAA);
111 bool fAA; member in class:MultitextureImages
H A DRotatedRectBench.cpp72 : fAA(aa)
83 paint.setAntiAlias(fAA);
126 if (fAA) {
151 bool fAA; member in class:RotRectBench
H A DPathBench.cpp112 fAA = aa;
118 suffix.printf("rotated_rect_%s_%d", fAA ? "aa" : "noaa", fDegrees);
132 paint->setAntiAlias(fAA);
137 bool fAA; member in class:RotatedRectBench
/external/skqp/bench/
H A DBlendmodeBench.cpp19 fAA = aa;
35 if (fAA) {
64 bool fAA; member in class:XfermodeBench
H A DChartBench.cpp93 fAA = aa;
100 if (fAA) {
141 plotPaint.setAntiAlias(fAA);
146 fillPaint.setAntiAlias(fAA);
183 bool fAA; member in class:ChartBench
H A DMultitextureImageBench.cpp23 , fAA(aa) {
67 paint.setAntiAlias(fAA);
111 bool fAA; member in class:MultitextureImages
H A DRotatedRectBench.cpp72 : fAA(aa)
83 paint.setAntiAlias(fAA);
126 if (fAA) {
151 bool fAA; member in class:RotRectBench
/external/skia/gm/
H A Ddrawminibitmaprect.cpp67 DrawMiniBitmapRectGM(bool antiAlias) : fAA(antiAlias) {
69 if (fAA) {
96 paint.setAntiAlias(fAA);
132 bool fAA; member in class:DrawMiniBitmapRectGM
/external/skqp/gm/
H A Ddrawminibitmaprect.cpp67 DrawMiniBitmapRectGM(bool antiAlias) : fAA(antiAlias) {
69 if (fAA) {
96 paint.setAntiAlias(fAA);
132 bool fAA; member in class:DrawMiniBitmapRectGM
/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:__anon20926
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
/external/skqp/tests/
H A DDeviceLooperTest.cpp96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA; member in struct:__anon21594
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp200 , fAA(aa) {}
205 GrAA getAA() const { return fAA; }
211 GrAA fAA; member in class:__anon20746::SoftwarePathData
/external/skqp/src/gpu/
H A DGrSoftwarePathRenderer.cpp200 , fAA(aa) {}
205 GrAA getAA() const { return fAA; }
211 GrAA fAA; member in class:__anon21411::SoftwarePathData
/external/skia/samplecode/
H A DSampleFatBits.cpp44 fAA = false;
58 bool getAA() const { return fAA; }
59 void setAA(bool aa) { fAA = aa; }
118 bool fAA, fGrid, fShowSkeleton, fUseClip, fRectAsOval, fUseTriangle; member in class:FatBits
/external/skqp/samplecode/
H A DSampleFatBits.cpp44 fAA = false;
58 bool getAA() const { return fAA; }
59 void setAA(bool aa) { fAA = aa; }
118 bool fAA, fGrid, fShowSkeleton, fUseClip, fRectAsOval, fUseTriangle; member in class:FatBits

Completed in 2387 milliseconds

12