Searched refs:fA (Results 26 - 50 of 147) sorted by relevance

123456

/external/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp33 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB),
54 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
H A DParametricStageTest.cpp36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE;
47 fn.fA = 1;
H A DPathOpsOpCircleThreadedTest.cpp25 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC),
38 pathStr.appendf(" path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB,
H A DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03;
78 int ay = state.fA >> 2;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03;
15 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadThreadedTest.cpp18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03;
16 int ay = state.fA >> 2;
/external/skqp/tests/
H A DPathOpsOpCubicThreadedTest.cpp28 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB));
35 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC));
45 pathStr.appendf(" path.moveTo(%d,%d);\n", state.fA, state.fB);
54 state.fB, state.fA, state.fD, state.fC);
H A DPathOpsOpLoopThreadedTest.cpp42 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6,
43 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 };
H A DPathOpsOpRectThreadedTest.cpp33 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB),
54 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
H A DParametricStageTest.cpp36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE;
47 fn.fA = 1;
H A DPathOpsOpCircleThreadedTest.cpp25 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC),
38 pathStr.appendf(" path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB,
H A DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03;
78 int ay = state.fA >> 2;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03;
15 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadThreadedTest.cpp18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp18 int ax = state.fA & 0x03;
19 int ay = state.fA >> 2;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03;
16 int ay = state.fA >> 2;
/external/skia/bench/
H A DRegionBench.cpp73 SkRegion fA, fB; member in class:RegionBench
96 fA.op(randrect(rand), SkRegion::kXOR_Op);
111 proc(fA, fB);
/external/skqp/bench/
H A DRegionBench.cpp73 SkRegion fA, fB; member in class:RegionBench
96 fA.op(randrect(rand), SkRegion::kXOR_Op);
111 proc(fA, fB);
/external/skia/include/core/
H A DSkColorSpace.h52 float fA; member in struct:SkColorSpaceTransferFn
73 return s * (powf(fA * x + fB, fG) + fE);
/external/skqp/include/core/
H A DSkColorSpace.h52 float fA; member in struct:SkColorSpaceTransferFn
73 return s * (powf(fA * x + fB, fG) + fE);
/external/skia/src/sksl/lex/
H A Dsksl.lex2 INT_LITERAL = [0-9]+|0x[0-9a-fA-F]+
/external/skqp/src/sksl/lex/
H A Dsksl.lex2 INT_LITERAL = [0-9]+|0x[0-9a-fA-F]+
/external/syslinux/gpxe/src/util/
H A Dsymcheck.pl23 } elsif ( /^([0-9a-fA-F]+)\s(l|g|\s)......\s(\S+)\s+([0-9a-fA-F]+)\s+(\S+)$/ ) {

Completed in 389 milliseconds

123456