HomeSort by relevance Sort by last modified time
    Searched refs:fB (Results 1 - 25 of 39) sorted by null

1 2

  /external/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
46 fB.setRect(0, 0, H, W);
58 proc(fA, fB);
RegionBench.cpp 74 SkRegion fA, fB;
101 fB.op(randrect(rand), SkRegion::kXOR_Op);
113 proc(fA, fB);
  /external/skia/tests/
PathOpsThreadedCommon.h 23 unsigned char fB;
55 fState.fB = b;
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);
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/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/clang/test/SemaCXX/
references.cpp 43 B fB();
51 const A& rca = fB();
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.h 160 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
168 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
174 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
181 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
185 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
192 const uint8_t* fB;
SkScalerContext.cpp 488 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB);
516 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB);
  /external/skia/src/core/
SkMaskGamma.h 160 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
168 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
174 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
181 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
185 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
192 const uint8_t* fB;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 32 float fB, fDB;
SkTwoPointConicalGradient.cpp 84 fB = -2 * (fDCenterX * fRelX + fDCenterY * fRelY + fRDR);
92 int countRoots = find_quad_roots(fA, fB, C, roots);
96 fB += fDB;
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 32 float fB, fDB;
SkTwoPointConicalGradient.cpp 84 fB = -2 * (fDCenterX * fRelX + fDCenterY * fRelY + fRDR);
92 int countRoots = find_quad_roots(fA, fB, C, roots);
96 fB += fDB;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 159 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
162 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
230 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
233 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 293 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
296 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
328 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
331 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
  /external/valgrind/main/none/tests/mips32/
round.c 64 : "=f"(fd) : "f"(f) , "f"(fB));

Completed in 1161 milliseconds

1 2