/third_party/skia/gm/ |
D | drawimageset.cpp | 112 make_image_tiles(kTileW, kTileH, kM, kN, kColors, fSet); in onOnceBeforeDraw() 116 SkScalar d = SkVector{kM * kTileW, kN * kTileH}.length(); in onDraw() 123 SkRect::MakeWH(kM * kTileW, kN * kTileH).toQuad(src); in onDraw() 126 {kM * kTileW - 28.f, kN * kTileH + 40.f}, in onDraw() 127 {45.f, kN * kTileH - 25.f}}; in onDraw() 138 dst[3] = {2.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH}; in onDraw() 139 dst[2] = {1.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH - 0.1f * kTileH}; in onDraw() 156 SkPoint pts[] = {{x * kTileW, 0}, {x * kTileW, kN * kTileH}}; in onDraw() 162 for (int y = 1; y < kN; ++y) { in onDraw() 171 canvas->experimental_DrawEdgeAAImageSet(fSet, kM * kN, nullptr, nullptr, sampling, in onDraw() [all …]
|
D | texelsubset.cpp | 74 static constexpr int kN = GrSamplerState::kWrapModeCount; in onISize() local 75 int w = kTestPad + 2*kN*(kImageSize.width() + 2*kDrawPad + kTestPad); in onISize() 76 int h = kTestPad + 2*kN*(kImageSize.height() + 2*kDrawPad + kTestPad); in onISize()
|
D | dashcircle.cpp | 146 static constexpr int kN = SK_ARRAY_COUNT(kIntervals); in onDraw() local 159 for (int i = 0; i < kN; ++i) { in onDraw()
|
/third_party/flutter/skia/gm/ |
D | drawimageset.cpp | 112 make_image_tiles(kTileW, kTileH, kM, kN, kColors, fSet); in onOnceBeforeDraw() 116 SkScalar d = SkVector{kM * kTileW, kN * kTileH}.length(); in onDraw() 123 SkRect::MakeWH(kM * kTileW, kN * kTileH).toQuad(src); in onDraw() 126 {kM * kTileW - 28.f, kN * kTileH + 40.f}, in onDraw() 127 {45.f, kN * kTileH - 25.f}}; in onDraw() 138 dst[3] = {2.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH}; in onDraw() 139 dst[2] = {1.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH - 0.1f * kTileH}; in onDraw() 156 SkPoint pts[] = {{x * kTileW, 0}, {x * kTileW, kN * kTileH}}; in onDraw() 162 for (int y = 1; y < kN; ++y) { in onDraw() 171 canvas->experimental_DrawEdgeAAImageSet(fSet, kM * kN, nullptr, nullptr, &setPaint, in onDraw() [all …]
|
D | dashcircle.cpp | 147 static constexpr int kN = SK_ARRAY_COUNT(kIntervals); in onDraw() local 160 for (int i = 0; i < kN; ++i) { in onDraw()
|
/third_party/skia/tests/ |
D | RandomTest.cpp | 106 const int kN = (1 << kWordWidth); in test_single_gorilla() local 107 const int kNumEntries = kN >> 5; // dividing by 32 in test_single_gorilla() 121 for (int i = 0; i < kN; ++i) { in test_single_gorilla() 143 double z = ((kN-total)-kMean)/kStandardDeviation; in test_single_gorilla()
|
D | GrClipStackTest.cpp | 1585 static constexpr float kN = 10.f; in DEF_TEST() local 1586 static constexpr float kR = kN / 3.f; in DEF_TEST() 1589 static const SkRect kTL = {0.f, 0.f, 2.f * kN, 2.f * kN}; in DEF_TEST() 1590 static const SkRect kTR = {kN, 0.f, 3.f * kN, 2.f * kN}; in DEF_TEST() 1591 static const SkRect kBL = {0.f, kN, 2.f * kN, 3.f * kN}; in DEF_TEST() 1592 static const SkRect kBR = {kN, kN, 3.f * kN, 3.f * kN}; in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | RandomTest.cpp | 106 const int kN = (1 << kWordWidth); in test_single_gorilla() local 107 const int kNumEntries = kN >> 5; // dividing by 32 in test_single_gorilla() 121 for (int i = 0; i < kN; ++i) { in test_single_gorilla() 143 double z = ((kN-total)-kMean)/kStandardDeviation; in test_single_gorilla()
|
D | ClipStackTest.cpp | 1542 static constexpr int kN = 5; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 1544 for (int i = 0; i < kN; ++i) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() 1559 for (int i = 0; i < kN; ++i) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() 1562 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 77 static constexpr size_t kN = std::numeric_limits<UIntType>::digits; member 79 using result_type = typename random_internal::unsigned_bits<kN * 2>::type; 85 static input_type hi(result_type r) { return r >> kN; } in hi()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 77 static constexpr size_t kN = std::numeric_limits<UIntType>::digits; member 79 using result_type = typename random_internal::unsigned_bits<kN * 2>::type; 85 static input_type hi(result_type r) { return r >> kN; } in hi()
|
/third_party/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 355 inline static constexpr int kN = 3; member in SimpleStroker 358 SkPoint fPts[kN]; 419 for (int i = 1; i < kN; ++i) { in makePath() 448 canvas->drawPoints(SkCanvas::kPoints_PointMode, kN, fPts, fPtsPaint); in onDrawContent() 467 for (int i = 0; i < kN; ++i) { in onFindClickHandler()
|
/third_party/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 80 static const uint8_t kN[] = { in self_test_rsa_key() local 197 !set_bignum(&rsa->n, kN, sizeof(kN)) || in self_test_rsa_key()
|
/third_party/boringssl/src/crypto/rsa_extra/ |
D | rsa_test.cc | 544 static const char kN[] = in TEST() local 554 ASSERT_TRUE(BN_hex2bn(&key->n, kN)); in TEST() 575 ASSERT_TRUE(BN_hex2bn(&key2->n, kN)); in TEST() 716 static const char kN[] = in TEST() local 765 ASSERT_TRUE(BN_hex2bn(&rsa->n, kN)); in TEST() 776 ASSERT_TRUE(BN_hex2bn(&rsa->n, kN)); in TEST()
|
/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_test.cc | 86 static const char kN[] = "0100000000000000000001f4c8f927aed3ca752257"; in NewSecp160r1Group() local 90 y = HexToBIGNUM(kY), n = HexToBIGNUM(kN); in NewSecp160r1Group()
|
/third_party/boost/libs/geometry/doc/index/ |
D | introduction.qbk | 110 …ate - "returned value is one of k1 nearest values to p1 and ... and one of kN nearest values to pN"
|
/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_test.cc | 406 static const char kN[] = in TEST() local 417 y = HexToBIGNUM(kY), n = HexToBIGNUM(kN), in TEST()
|
/third_party/ffmpeg/tests/ |
D | reference.pnm | 627 …�����������������������������΄iEݨ�㳐ޛ��n\�O6�9"�M2�/#�(�+�)﹖罒ߗu�lI�bK�dW�kNՀZ�tޕrҋdь_̈́Z�X�uS�uS… 629 …���������������������ənJǖw͇o寓�yd�fW�cO�B*�;!�1�$�)"�m^븎ߕy�aJ�T:�`E�dL�eG�kN�cC�wU�zQ̀V^�^�vV�… 765 T#Q"K?@/C,R8X>]BcIkNmRcJ`F]B\A^B]AaE_DcFkLmRiMlN 799 …�� � &�"(�*� #�#�#�!�!#�")�')�6+�-)�## }x}$�>+h5 f@hDpKoOkN������jN_B`G\CcK… 1090 …�؛�ȊҴv��\�o.�Y�c#��I��ю�Օ�֘�Ў��V��H��rκ|Ѻvȳqdzp��t��a�j.vZ&�s;:$V5\6_>kNva-m['hY'm]+sa0ve6yl… 1154 …YǰvîxƯzưx��m��o��l��^��X��O��N�N�yE�n/eP7)*=%L.^>gCkM!kN"lKjL!kPnU+iT+dS'bR…
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 14785 …B�yzRI�-��4M��!D���!cpM\�W��A�]$�.]�D�k3�G���4��S�d`/@Ikv? ��VB畅���kN���Д9d- ���B`Fg�!…
|