/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/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/skia/tests/ |
PathOpsOpCubicThreadedTest.cpp | 34 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB); 43 state.fB, state.fA, state.fD, state.fC); 47 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); 53 pathB.cubicTo(SkIntToScalar(c), SkIntToScalar(d), SkIntToScalar(state.fB),
|
PathOpsOpRectThreadedTest.cpp | 38 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB); 51 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), 52 SkIntToScalar(state.fB), SkPath::kCW_Direction);
|
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;
|
PathOpsQuadLineIntersectionThreadedTest.cpp | 80 int bx = state.fB & 0x03; 81 int by = state.fB >> 2;
|
PathOpsSimplifyDegenerateThreadedTest.cpp | 20 int bx = state.fB & 0x03; 21 int by = state.fB >> 2;
|
PathOpsSimplifyQuadThreadedTest.cpp | 21 int bx = state.fB & 0x03; 22 int by = state.fB >> 2;
|
PathOpsSimplifyQuadralateralsThreadedTest.cpp | 21 int bx = state.fB & 0x03; 22 int by = state.fB >> 2;
|
PathOpsSimplifyTrianglesThreadedTest.cpp | 21 int bx = state.fB & 0x03; 22 int by = state.fB >> 2;
|
PathOpsSimplifyRectThreadedTest.cpp | 28 int bShape = state.fB & 0x03; 29 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
|
/external/clang/test/SemaCXX/ |
references.cpp | 43 B fB(); 51 const A& rca = 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;
|
SkScalerContext.cpp | 491 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB); 519 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB); [all...] |
/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/chromium_org/third_party/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.h | 32 float fB, fDB;
|
SkTwoPointConicalGradient.cpp | 83 fB = -2 * (fDCenterX * fRelX + fDCenterY * fRelY + fRDR); 91 int countRoots = find_quad_roots(fA, fB, C, roots); 95 fB += fDB;
|
/external/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.h | 32 float fB, fDB;
|
SkTwoPointConicalGradient.cpp | 83 fB = -2 * (fDCenterX * fRelX + fDCenterY * fRelY + fRDR); 91 int countRoots = find_quad_roots(fA, fB, C, roots); 95 fB += fDB;
|
/external/valgrind/main/none/tests/mips32/ |
round.c | 64 : "=f"(fd) : "f"(f) , "f"(fB));
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 377 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB); 380 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 388 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB); 391 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
|