HomeSort by relevance Sort by last modified time
    Searched defs:kS (Results 1 - 5 of 5) sorted by null

  /external/skia/bench/
ImageCacheBudgetBench.cpp 25 static constexpr int kS = 25;
29 SkBitmap bmp = sk_tool_utils::create_checkerboard_bitmap(kS, kS, SK_ColorBLACK,
  /external/skia/gm/
circulararcs.cpp 131 constexpr SkScalar kS = 50;
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}
    [all...]
  /external/skqp/bench/
ImageCacheBudgetBench.cpp 25 static constexpr int kS = 25;
29 SkBitmap bmp = sk_tool_utils::create_checkerboard_bitmap(kS, kS, SK_ColorBLACK,
  /external/skqp/gm/
circulararcs.cpp 131 constexpr SkScalar kS = 50;
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}
    [all...]
  /external/skqp/tests/
IntTextureTest.cpp 46 static const int kS = UINT8_MAX + 1;
47 static const size_t kRowBytes = kS * sizeof(int32_t);
52 desc.fWidth = kS;
53 desc.fHeight = kS;
55 std::unique_ptr<int32_t[]> testData(new int32_t[kS * kS]);
56 for (int j = 0; j < kS; ++j) {
57 for (int i = 0; i < kS; ++i) {
62 testData.get()[j * kS + i] = (a << 24) | (b << 16) | (g << 8) | r;
72 levels[1].fRowBytes = (kS / 2) * sizeof(int32_t)
    [all...]

Completed in 714 milliseconds