Searched defs:CY (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DClipperTest.cpp37 static const SkScalar CY = SkScalarHalf(T + B); local
45 { L, CY }, { L - 10, CY },
46 { R, CY }, { R + 10, CY },
68 { L, CY }, { R, CY },
69 { CX, T }, { R, CY },
70 { CX, T }, { L, CY },
71 { L, CY }, { C
[all...]
H A DEmptyPathTest.cpp105 #define CY (SkIntToScalar(DIMENSION) / 2) macro
108 static void make_M(SkPath* path) { path->moveTo(CX, CY); }
109 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); }
110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); }
111 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); }
112 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, C
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h175 #define CY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,59) macro

Completed in 71 milliseconds