Home
last modified time | relevance | path

Searched +defs:ax +defs:cx (Results 1 – 14 of 14) sorted by relevance

/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp19 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
DPathOpsSimplifyDegenerateThreadedTest.cpp18 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
DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
23 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
23 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local
81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
/external/libvpx/libvpx/vpx_ports/
Dx86.h42 #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/
Dagg_math.h49 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/
DSkPathOpsConic.cpp87 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
DSkPathOpsQuad.cpp225 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/
Dsigcontext32.h63 unsigned int cx; member
64 unsigned int ax; member
/external/clang/test/SemaCXX/
Dnested-name-spec.cpp4 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/
DAndroidPathRenderer.cpp700 float ax, float ay, in RecursiveQuadraticBezierVertices()
702 float cx, float cy, in RecursiveQuadraticBezierVertices()
/external/opencv/cxcore/src/
Dcxdrawing.cpp302 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/
Ddr5xx.cpp243 int ax = a.x, bx = b.x, cx = c.x, dx = d.x, ex = E::e->x, fx = F::f->x; variable