Searched refs:CY (Results 1 – 25 of 460) sorted by relevance
12345678910>>...19
/third_party/skia/tests/ |
D | ClipperTest.cpp | 82 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local 90 { L, CY }, { L - 10, CY }, in test_intersectline() 91 { R, CY }, { R + 10, CY }, in test_intersectline() 114 { L, CY }, { R, CY }, in test_intersectline() 115 { CX, T }, { R, CY }, in test_intersectline() 116 { CX, T }, { L, CY }, in test_intersectline() 117 { L, CY }, { CX, B }, in test_intersectline() 118 { R, CY }, { CX, B }, in test_intersectline() 135 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline() 136 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline() [all …]
|
D | EmptyPathTest.cpp | 105 #define CY (SkIntToScalar(DIMENSION) / 2) macro 108 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M() 109 static void make_MM(SkPath* path) { path->moveTo(CX, CY).moveTo(CX, CY); } in make_MM() 110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY).close().moveTo(CX, CY); } in make_MZM() 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 112 static void make_Q(SkPath* path) { path->moveTo(CX, CY).quadTo(CX, CY, CX, CY); } in make_Q() 113 static void make_C(SkPath* path) { path->moveTo(CX, CY).cubicTo(CX, CY, CX, CY, CX, CY); } in make_C()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 28 CY{"塞浦路斯"}
|
D | shi.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | zgh.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | dyo.txt | 48 CY{"Siipr"}
|
D | brx.txt | 88 CY{"साइप्रस"}
|
D | ks.txt | 89 CY{"سایفرس"}
|
D | tt.txt | 57 CY{"Кипр"}
|
D | as.txt | 93 CY{"চাইপ্ৰাছ"}
|
D | be.txt | 93 CY{"Кіпр"}
|
D | uk.txt | 93 CY{"Кіпр"}
|
D | ur.txt | 93 CY{"قبرص"}
|
D | gu.txt | 93 CY{"સાયપ્રસ"}
|
D | az_Cyrl.txt | 92 CY{"Кипр"}
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 28 CY{"塞浦路斯"}
|
D | shi.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | zgh.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | tt.txt | 58 CY{"Кипр"}
|
D | dyo.txt | 48 CY{"Siipr"}
|
D | ff_Adlm.txt | 94 CY{""}
|
D | ce.txt | 92 CY{"Кипр"}
|
D | fa.txt | 93 CY{"قبرس"}
|
D | am.txt | 93 CY{"ሳይፕረስ"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 127 // Only one CY (Crypto) unit. 128 def CY : ProcResource<1>; 394 def P9_CY_6C : SchedWriteRes<[CY]> {
|
12345678910>>...19