Home
last modified time | relevance | path

Searched refs:fD (Results 1 – 25 of 83) sorted by relevance

1234

/external/skqp/tests/
DPathOpsOpRectThreadedTest.cpp38 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain()
39 SkIntToScalar(state.fD), SkPath::kCW_Direction); in testPathOpsRectsMain()
59 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD); in testPathOpsRectsMain()
132 pathB.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD) + d, in testPathOpsFastMain()
133 SkIntToScalar(state.fD), SkPath::kCW_Direction); in testPathOpsFastMain()
151 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD + d, state.fD); in testPathOpsFastMain()
DPathOpsOpCubicThreadedTest.cpp33 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain()
39 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC)); in testOpCubicsMain()
50 pathStr.appendf(" path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD, in testOpCubicsMain()
58 state.fB, state.fA, state.fD, state.fC); in testOpCubicsMain()
DPathOpsThreadedCommon.h30 unsigned char fD; member
61 fState.fD = d; in PathOpsThreadedRunnable()
DPathOpsOpCircleThreadedTest.cpp30 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction); in testOpCirclesMain()
43 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction"); in testOpCirclesMain()
DFlattenDrawableTest.cpp24 , fD(d) in IntDrawable()
31 buffer.writeUInt(fD); in flatten()
47 uint32_t d() const { return fD; } in d()
59 uint32_t fD; member in IntDrawable
DPathOpsSimplifyQuadThreadedTest.cpp24 int dx = state.fD & 0x03; in testSimplifyQuadsMain()
25 int dy = state.fD >> 2; in testSimplifyQuadsMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp24 int dx = state.fD & 0x03; in testSimplifyQuadralateralsMain()
25 int dy = state.fD >> 2; in testSimplifyQuadralateralsMain()
DPathOpsOpLoopThreadedTest.cpp53 SkPoint endD = { midB.fX - v.fY * state.fD / 3, in testOpLoopsMain()
54 midB.fY + v.fX * state.fD / 3 }; in testOpLoopsMain()
DPathOpsSimplifyRectThreadedTest.cpp30 int dShape = state.fD & 0x03; in testSimplify4x4RectsMain()
31 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain()
DCubicMapTest.cpp25 float t = accurate_t(coeff.fA[0], coeff.fB[0], coeff.fC[0], coeff.fD[0] - x); in accurate_solve()
/external/skia/tests/
DPathOpsOpRectThreadedTest.cpp39 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain()
40 SkIntToScalar(state.fD), SkPathDirection::kCW); in testPathOpsRectsMain()
60 " SkPathDirection::kCW);\n", state.fC, state.fC, state.fD, state.fD); in testPathOpsRectsMain()
137 pathB.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD) + d, in testPathOpsFastMain()
138 SkIntToScalar(state.fD), SkPathDirection::kCW); in testPathOpsFastMain()
156 " SkPathDirection::kCW);\n", state.fC, state.fC, state.fD + d, state.fD); in testPathOpsFastMain()
DPathOpsOpCubicThreadedTest.cpp31 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain()
37 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC)); in testOpCubicsMain()
48 pathStr.appendf(" path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD, in testOpCubicsMain()
56 state.fB, state.fA, state.fD, state.fC); in testOpCubicsMain()
DPathOpsThreadedCommon.h30 unsigned char fD; member
61 fState.fD = (d & 0xFF); in PathOpsThreadedRunnable()
DPathOpsOpCircleThreadedTest.cpp31 state.fD ? SkPathDirection::kCW : SkPathDirection::kCCW); in testOpCirclesMain()
44 state.fC, state.fD ? "SkPathDirection::kCW" : "SkPathDirection::kCCW"); in testOpCirclesMain()
DPathOpsSimplifyQuadThreadedTest.cpp24 int dx = state.fD & 0x03; in testSimplifyQuadsMain()
25 int dy = state.fD >> 2; in testSimplifyQuadsMain()
DFlattenDrawableTest.cpp24 , fD(d) in IntDrawable()
31 buffer.writeUInt(fD); in flatten()
47 uint32_t d() const { return fD; } in d()
59 uint32_t fD; member in IntDrawable
DPathOpsSimplifyQuadralateralsThreadedTest.cpp24 int dx = state.fD & 0x03; in testSimplifyQuadralateralsMain()
25 int dy = state.fD >> 2; in testSimplifyQuadralateralsMain()
DPathOpsOpLoopThreadedTest.cpp50 SkPoint endD = { midB.fX - v.fY * state.fD / 3, in testOpLoopsMain()
51 midB.fY + v.fX * state.fD / 3 }; in testOpLoopsMain()
DPathOpsSimplifyRectThreadedTest.cpp30 int dShape = state.fD & 0x03; in testSimplify4x4RectsMain()
31 SkPathDirection dCW = state.fD >> 2 ? SkPathDirection::kCCW : SkPathDirection::kCW; in testSimplify4x4RectsMain()
/external/llvm-project/compiler-rt/test/fuzzer/
DOnlySomeBytesTest.cpp39 __attribute__((noinline)) void fD(IN in) { f0(in); } in fD() function
40 __attribute__((noinline)) void fC(IN in) { if (in[2] == 'C') fD(in); } in fC()
/external/skia/bench/
DMatrix44Bench.cpp202 SkRect fS, fD; member in MapRectBench
225 fD = SkMatrixPriv::MapRect(fM, fS); in performTest()
247 fD = fM33.mapRect(fS); in performTest()
/external/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp144 Formattable fD(d, Formattable::kIsDate); in testAPI() local
153 res2 = cust1.format(fD, res2, pos2, status); in testAPI()
157 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2); in testAPI()
Dnmfmapts.cpp121 Formattable fD(d); in testAPI() local
140 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
144 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI()
/external/skqp/src/core/
DSkGeometry.h388 fD = P0; in SkCubicCoeff()
397 return ((fA * t + fB) * t + fC) * t + fD; in eval()
403 Sk2s fD; member
/external/skia/src/core/
DSkGeometry.h458 fD = P0; in SkCubicCoeff()
467 return ((fA * t + fB) * t + fC) * t + fD; in eval()
473 Sk2s fD; member

1234