/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local 23 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local 79 int ax = a & 0x03; in DEF_TEST() local 88 int cx = c & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 18 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local 22 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local 74 int ax = a & 0x03; in DEF_TEST() local 80 int cx = c & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local 23 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local 23 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 77 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local 81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 42 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 48 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 58 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 67 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_math.h | 49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, in calc_intersection() 50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, in calc_intersection()
|
/external/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 87 double ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide() local 94 double cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide() local
|
D | SkPathOpsQuad.cpp | 225 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); in subDivide() local 229 double cx = dst[2].fX = interp_quad_coords(&fPts[0].fX, t2); in subDivide() local
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext32.h | 63 unsigned int cx; member 64 unsigned int ax; member
|
/external/clang/test/SemaCXX/ |
D | nested-name-spec.cpp | 4 static int cx; member 11 int ax; // expected-note {{'ax' declared here}} variable 23 int A::C::cx = 17; member in A::C
|
/external/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 700 float ax, float ay, in RecursiveQuadraticBezierVertices() 702 float cx, float cy, in RecursiveQuadraticBezierVertices()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 302 int ax, ay; in icvLineAA() local 565 int ax, ay; in icvLine2() local 856 double cx = center.x, cy = center.y; in cvEllipse2Poly() local
|
/external/clang/test/CXX/drs/ |
D | dr5xx.cpp | 243 int ax = a.x, bx = b.x, cx = c.x, dx = d.x, ex = E::e->x, fx = F::f->x; variable
|