HomeSort by relevance Sort by last modified time
    Searched full:faa (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/test/CodeGen/MIR/Generic/
machine-function-missing-function.mir 19 # CHECK: function 'faa' isn't defined in the provided LLVM IR
20 name: faa
  /external/skia/src/core/
SkRasterClip.cpp 134 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.setPath(path, &clip, doAA)
    [all...]
SkRasterClip.h 76 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
134 SkAAClip fAA;
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
SkRecords.h 203 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.
  /external/skqp/src/core/
SkRasterClip.cpp 134 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.setPath(path, &clip, doAA)
    [all...]
SkRasterClip.h 76 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
134 SkAAClip fAA;
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
SkRecords.h 203 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.
  /external/v8/src/
api-experimental.cc 41 auto faa = FromApi(fast_handler); local
42 code = faa->Build();
44 delete faa;
58 internal::FastAccessorAssembler* faa = local
60 return FromInternal(faa);
  /external/skia/gm/
drawminibitmaprect.cpp 67 DrawMiniBitmapRectGM(bool antiAlias) : fAA(antiAlias) {
69 if (fAA) {
96 paint.setAntiAlias(fAA);
132 bool fAA;
  /external/skqp/gm/
drawminibitmaprect.cpp 67 DrawMiniBitmapRectGM(bool antiAlias) : fAA(antiAlias) {
69 if (fAA) {
96 paint.setAntiAlias(fAA);
132 bool fAA;
  /external/tcpdump/tests/
radius_attr_asan.out 1 IP (tos 0x64, ttl 249, id 40192, offset 0, flags [+, DF, rsvd], proto UDP (17), length 299, options (unknown 235 [bad length 252]), bad cksum 8000 (->1faa)!)
  /external/skia/bench/
ChartBench.cpp 93 fAA = aa;
100 if (fAA) {
141 plotPaint.setAntiAlias(fAA);
146 fillPaint.setAntiAlias(fAA);
183 bool fAA;
BlendmodeBench.cpp 19 fAA = aa;
35 if (fAA) {
64 bool fAA;
MultitextureImageBench.cpp 23 , fAA(aa) {
67 paint.setAntiAlias(fAA);
111 bool fAA;
RotatedRectBench.cpp 72 : fAA(aa)
83 paint.setAntiAlias(fAA);
126 if (fAA) {
151 bool fAA;
  /external/skqp/bench/
ChartBench.cpp 93 fAA = aa;
100 if (fAA) {
141 plotPaint.setAntiAlias(fAA);
146 fillPaint.setAntiAlias(fAA);
183 bool fAA;
BlendmodeBench.cpp 19 fAA = aa;
35 if (fAA) {
64 bool fAA;
MultitextureImageBench.cpp 23 , fAA(aa) {
67 paint.setAntiAlias(fAA);
111 bool fAA;
RotatedRectBench.cpp 72 : fAA(aa)
83 paint.setAntiAlias(fAA);
126 if (fAA) {
151 bool fAA;
  /external/skia/tests/
DeviceLooperTest.cpp 96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA;
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
  /external/skqp/tests/
DeviceLooperTest.cpp 96 // choose size values that will result in 4 quadrants, given fAA setting
102 bool fAA;
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
  /external/xmlrpcpp/
XmlRpc.sln 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestXml", "Test\TestXml.vcproj", "{6F0C2ADA-0341-4183-8FAA-576668F1788A}"
26 {6F0C2ADA-0341-4183-8FAA-576668F1788A}.0 = {C9C8B7B0-2509-4B8A-9224-9FF04297C33B}
36 {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Debug.ActiveCfg = Debug|Win32
37 {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Debug.Build.0 = Debug|Win32
38 {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Release.ActiveCfg = Release|Win32
39 {6F0C2ADA-0341-4183-8FAA-576668F1788A}.Release.Build.0 = Release|Win32
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/
ArmQemuRelocatablePlatformLib.inf 18 FILE_GUID = c8602718-4faa-4119-90ca-cae72509ac4c
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
ArmXenRelocatablePlatformLib.inf 18 FILE_GUID = c8602718-4faa-4119-90ca-cae72509ac4c
  /external/skia/samplecode/
SampleFatBits.cpp 44 fAA = false;
58 bool getAA() const { return fAA; }
59 void setAA(bool aa) { fAA = aa; }
118 bool fAA, fGrid, fShowSkeleton, fUseClip, fRectAsOval, fUseTriangle;

Completed in 885 milliseconds

1 2 3 4 5 6 7 8