Home
last modified time | relevance | path

Searched refs:kPos (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_stream_test.cc97 constexpr std::ios::fmtflags kPos = std::ios::showpos; member
239 {0, kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
240 {0, kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
247 {0, kUpper | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
248 {0, kUpper | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
255 {0, kLeft | kPos, /*widt in GetInt128FormatCases()
[all...]
/third_party/skia/gm/
H A Dshadertext3.cpp39 const SkScalar kPos[] = { 0, SK_Scalar1/2, SK_Scalar1 }; in makebm() local
46 paint.setShader(SkGradientShader::MakeLinear(kPts0, kColors0, kPos, in makebm()
49 paint.setShader(SkGradientShader::MakeLinear(kPts1, kColors1, kPos, in makebm()
H A Dcoloremoji.cpp41 constexpr SkScalar kPos[] = { 0, SK_Scalar1/2, SK_Scalar1 }; in MakeLinear() local
43 return SkGradientShader::MakeLinear(kPts, kColors, kPos, SK_ARRAY_COUNT(kColors), in MakeLinear()
H A Dimagefilters.cpp251 static constexpr SkScalar kPos[] = { 0.4f, 0.9f }; in DEF_SIMPLE_GM() local
253 {128.f, 128.f}, 128.f, kAlphas, kPos, 2, SkTileMode::kClamp); in DEF_SIMPLE_GM()
/third_party/skia/bench/
H A DAlternatingColorPatternBench.cpp48 static const SkScalar kPos[] = { 0, SK_Scalar1/2, SK_Scalar1 }; in makebm() local
55 paint.setShader(SkGradientShader::MakeLinear(kPts0, kColors0, kPos, SK_ARRAY_COUNT(kColors0), in makebm()
58 paint.setShader(SkGradientShader::MakeLinear(kPts1, kColors1, kPos, SK_ARRAY_COUNT(kColors1), in makebm()

Completed in 3 milliseconds