Searched refs:kS (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/gm/ |
H A D | circulararcs.cpp | 148 constexpr SkScalar kS = 50; in DEF_SIMPLE_GM() local 156 {SkRect::MakeWH(kS, kS), 0, 0}, in DEF_SIMPLE_GM() 158 {SkRect::MakeWH(-kS, kS), 0, 90}, in DEF_SIMPLE_GM() 160 {SkRect::MakeWH(kS, -kS), 0, 90}, in DEF_SIMPLE_GM() 166 {SkRect::MakeWH(kS, kS), 810.f, 90.f}, in DEF_SIMPLE_GM() 168 {SkRect::MakeWH(kS, k in DEF_SIMPLE_GM() [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 202 static constexpr SkScalar kS = 50; member 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 * [all...] |
/third_party/skia/bench/ |
H A D | ImageCacheBudgetBench.cpp | 27 static constexpr int kS = 25; variable 31 imgs[i] = ToolUtils::create_checkerboard_image(kS, kS, SK_ColorBLACK, SK_ColorCYAN, 10); in make_images()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | format_data.h | 25 kS, member in FormatComponentType
|
H A D | type_parser_test.cc | 420 {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()
|
H A D | type_parser.cc | 129 AddPiece(FormatComponentType::kS, mode_, 8); in ProcessChunk()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | beta_distribution.h | 348 static constexpr result_type kS = in AlgorithmCheng() local 364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
|
Completed in 6 milliseconds