Home
last modified time | relevance | path

Searched refs:kS (Results 1 – 25 of 150) sorted by relevance

123456

/external/skqp/gm/
Dcirculararcs.cpp131 constexpr SkScalar kS = 50; variable
139 {SkRect::MakeWH(kS, kS), 0, 0},
141 {SkRect::MakeWH(-kS, kS), 0, 90},
143 {SkRect::MakeWH(kS, -kS), 0, 90},
149 {SkRect::MakeWH(kS, kS), 810.f, 90.f},
151 {SkRect::MakeWH(kS, kS), -810.f, 90.f},
153 {SkRect::MakeWH(kS, kS), 0.f, 360.f},
155 {SkRect::MakeWH(kS, kS), 0.f, -360.f},
157 {SkRect::MakeWH(kS, kS), 0.f, 540.f},
159 {SkRect::MakeWH(kS, kS), 0.f, -540.f},
[all …]
/external/skia/gm/
Dcirculararcs.cpp148 constexpr SkScalar kS = 50; variable
156 {SkRect::MakeWH(kS, kS), 0, 0},
158 {SkRect::MakeWH(-kS, kS), 0, 90},
160 {SkRect::MakeWH(kS, -kS), 0, 90},
166 {SkRect::MakeWH(kS, kS), 810.f, 90.f},
168 {SkRect::MakeWH(kS, kS), -810.f, 90.f},
170 {SkRect::MakeWH(kS, kS), 0.f, 360.f},
172 {SkRect::MakeWH(kS, kS), 0.f, -360.f},
174 {SkRect::MakeWH(kS, kS), 0.f, 540.f},
176 {SkRect::MakeWH(kS, kS), 0.f, -540.f},
[all …]
/external/skqp/tests/
DGrSurfaceTest.cpp339 static const int kS = 10; in DEF_GPUTEST() local
365 nullptr, kS, kS, GrColorType::kRGBA_8888, false, GrMipMapped::kNo); in DEF_GPUTEST()
374 nullptr, kS, kS, GrColorType::kRGBA_8888, true, GrMipMapped::kNo); in DEF_GPUTEST()
384 desc.fWidth = desc.fHeight = kS; in DEF_GPUTEST()
392 desc.fWidth = desc.fHeight = kS; in DEF_GPUTEST()
451 SkImageInfo::Make(kS, kS, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST()
458 desc.fWidth = desc.fHeight = kS; in DEF_GPUTEST()
475 SkRect::MakeWH(kS, kS), SkRect::MakeWH(kS, kS), in DEF_GPUTEST()
488 SkPMColor4f(), SkRect::MakeWH(kS, kS), SkRect::MakeWH(kS, kS), in DEF_GPUTEST()
507 SkPMColor4f(), SkRect::MakeWH(kS, kS), SkRect::MakeWH(kS, kS), in DEF_GPUTEST()
[all …]
/external/skia/samplecode/
DSamplePatch.cpp202 static constexpr SkScalar kS = 50; variable
212 {kS * 0, kT * 1},
213 {kS * 1, kT * 1},
214 {kS * 2, kT * 1},
215 {kS * 3, kT * 1},
216 {kS * 3, kT * 2},
217 {kS * 3, kT * 3},
218 {kS * 3, kT * 4},
219 {kS * 2, kT * 4},
220 {kS * 1, kT * 4},
[all …]
/external/webrtc/modules/audio_processing/test/
Dfake_recording_device_unittest.cc116 constexpr size_t kS = 1; // Sample index. in TEST() local
127 buff->channels()[kC][kS] = -5.0f; in TEST()
128 RTC_DCHECK_NE(buff->channels()[kC][kS], kTestMultiChannelSamples[kC][kS]); in TEST()
132 EXPECT_EQ(buff->channels()[kC][kS], kTestMultiChannelSamples[kC][kS]); in TEST()
/external/skia/bench/
DImageCacheBudgetBench.cpp27 static constexpr int kS = 25; variable
31 imgs[i] = ToolUtils::create_checkerboard_image(kS, kS, SK_ColorBLACK, SK_ColorCYAN, 10); in make_images()
/external/skqp/bench/
DImageCacheBudgetBench.cpp26 static constexpr int kS = 25; variable
30 SkBitmap bmp = sk_tool_utils::create_checkerboard_bitmap(kS, kS, SK_ColorBLACK, in make_images()
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_util.cc47 constraint_value_case = AttrValue::kS; in KernelAttrsMatch()
108 RETURN_IF_ATTR_NOT_FOUND(s, kS, "string"); in KernelAttrsMatch()
Dattr_value_util.cc231 case AttrValue::kS: in SummarizeAttrValue()
323 VALIDATE_FIELD(s, "string", kS); in AttrValueHasType()
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DOilPaint.miff43kS@������������01(01(/')-(++**+**0/++/&+/&+/&1+02*1n�cn�c��~������������+-/..0-.--.--.-2-*-*+,+,,+…
DGamma.miff43kS�jW�hU�hS�hR�jW�j]�m]�o`�qc}eXe_]a\Za\X`ZW]YUXXVYXV]UV`SV{ab�tr�����•��{s�}w������������~XWUYXV_…
/external/pdfium/core/fxcrt/
Dfx_unicode.h25 kS = 11, // Segment Separator enumerator
/external/deqp-deps/amber/src/
Dformat_data.h25 kS, enumerator
Dtype_parser_test.cc420 {FormatComponentType::kS, FormatMode::kUInt, 8}, in TEST_F()
428 {FormatComponentType::kS, FormatMode::kUInt, 8}, in TEST_F()
443 {FormatComponentType::kS, FormatMode::kUInt, 8}, in TEST_F()
1167 {FormatComponentType::kS, FormatMode::kUInt, 8}, in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_attr.cc36 case AttrValue::kS: in ConvertNonFuncAttributeValue()
/external/abseil-cpp/absl/random/
Dbeta_distribution.h348 static constexpr result_type kS = in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dbeta_distribution.h348 static constexpr result_type kS = in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
/external/openscreen/third_party/abseil/src/absl/random/
Dbeta_distribution.h348 static constexpr result_type kS = in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
/external/webrtc/third_party/abseil-cpp/absl/random/
Dbeta_distribution.h348 static constexpr result_type kS = in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
/external/libtextclassifier/abseil-cpp/absl/random/
Dbeta_distribution.h348 static constexpr result_type kS = in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
/external/tensorflow/tensorflow/lite/toco/
Dtensorflow_util.cc80 } else if (attr.second.value_case() == AttrValue::kS) { in LogDumpGraphDef()
/external/ImageMagick/PerlMagick/t/reference/filter/
DMagnify.miff15kS@s`Is`IzXzX�f`�f`�zr�zr��������~��~��v��v��x��xo�oo�oXiMXiM?;)?;)3)"3)"%+!%+!+/&+/&:&*:&*C))C)…
DNegate.miff25 …&��"��*��;��<��$��6��2��/��@��L�����~v�|��������}y��x��z�����r��^�yI�rF�kS�?JY:JL��Ť�Ŧ�Ŧ�Ƥ�Ţ�á�…
DAnnotate.miff15 …62�<94�C54�A50�<6*�E5'�c6-��=;��BA��C;��>6�A5�~:/�y;/�u>.�z4)��PL��[V�pJ9�kS@�s`I�zX��f`��zr����…
26 …������������������������������������������������������������������������Լ��kS��?.��6*�8,�oA3�r=7�…
/external/tensorflow/tensorflow/python/framework/
Dop_def_util.cc341 case tensorflow::AttrValue::kS: in AttrValueToPyObject()

123456