/external/skia/bench/ |
RegionContainBench.cpp | 21 SkRegion fA, fB; 45 fB.setRect(0, 0, H, W); 59 proc(fA, fB);
|
RegionBench.cpp | 74 SkRegion fA, fB; 98 fB.op(randrect(rand), SkRegion::kXOR_Op); 112 proc(fA, fB);
|
/external/skia/tests/ |
PathOpsThreadedCommon.h | 24 unsigned char fB; 56 fState.fB = b;
|
GrMemoryPoolTest.cpp | 116 fB = new B(); 121 fB->setValues(v); 125 fB->checkValues(v) && 129 delete fB; 133 B* fB;
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.h | 155 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask 163 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { } 169 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { } 176 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { } 180 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */ 187 const uint8_t* fB;
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.h | 32 float fB, fDB;
|
/external/skia/src/core/ |
SkMaskGamma.h | 155 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask 163 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { } 169 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { } 176 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { } 180 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */ 187 const uint8_t* fB;
|
/external/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.h | 32 float fB, fDB;
|
/external/valgrind/main/none/tests/ppc32/ |
round.c | 386 double qtr, half, fA, fB, fD; 395 : "=f"(fD) : "f"(fA) , "f"(fB)); 420 fB = s*q*qtr; 424 fB = s*(q == 1 ? 3 : 1)*qtr; 428 fB = s*(4+q)*half; 432 fB = 2.0; 505 if (two_args) printf(", %-13a", fB); 532 double fA, fB, fC, fD; 569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); 574 : "=f"(fD) : "f"(fA) , "f"(fB)); [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 386 double qtr, half, fA, fB, fD; 395 : "=f"(fD) : "f"(fA) , "f"(fB)); 420 fB = s*q*qtr; 424 fB = s*(q == 1 ? 3 : 1)*qtr; 428 fB = s*(4+q)*half; 432 fB = 2.0; 505 if (two_args) printf(", %-13a", fB); 532 double fA, fB, fC, fD; 569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); 574 : "=f"(fD) : "f"(fA) , "f"(fB)); [all...] |
/external/valgrind/main/VEX/priv/ |
guest_arm_toIR.c | [all...] |