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

  /external/skia/bench/
ImageCacheBudgetBench.cpp 26 static constexpr int kS = 25;
30 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 26 static constexpr int kS = 25;
30 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/
GrSurfaceTest.cpp 339 static const int kS = 10;
365 nullptr, kS, kS, GrColorType::kRGBA_8888, false, GrMipMapped::kNo);
374 nullptr, kS, kS, GrColorType::kRGBA_8888, true, GrMipMapped::kNo);
384 desc.fWidth = desc.fHeight = kS;
392 desc.fWidth = desc.fHeight = kS;
451 SkImageInfo::Make(kS, kS, kRGBA_8888_SkColorType, kPremul_SkAlphaType);
458 desc.fWidth = desc.fHeight = kS;
    [all...]

Completed in 155 milliseconds