Searched defs:kS (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dcirculararcs.cpp131 constexpr SkScalar kS = 50; local
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, k
[all...]
/external/skia/tests/
H A DImageStorageTest.cpp77 static constexpr int kS = 256; local
83 std::unique_ptr<uint32_t[]> data(new uint32_t[kS * kS]);
84 for (int j = 0; j < kS; ++j) {
85 for (int i = 0; i < kS; ++i) {
86 data[i + kS * j] = GrColorPackRGBA(i, j, 0, 0);
90 std::unique_ptr<uint32_t[]> idata(new uint32_t[kS * kS]);
91 for (int j = 0; j < kS; ++j) {
92 for (int i = 0; i < kS;
[all...]
H A DIntTextureTest.cpp41 static const int kS = UINT8_MAX + 1; local
42 static const size_t kRowBytes = kS * sizeof(int32_t);
47 desc.fWidth = kS;
48 desc.fHeight = kS;
50 std::unique_ptr<int32_t[]> testData(new int32_t[kS * kS]);
51 for (int j = 0; j < kS; ++j) {
52 for (int i = 0; i < kS; ++i) {
57 testData.get()[j * kS + i] = (a << 24) | (b << 16) | (g << 8) | r;
67 levels[1].fRowBytes = (kS /
[all...]
/external/skia/bench/
H A DImageCacheBudgetBench.cpp25 static constexpr int kS = 25; variable
29 SkBitmap bmp = sk_tool_utils::create_checkerboard_bitmap(kS, kS, SK_ColorBLACK,

Completed in 170 milliseconds