Home | History | Annotate | Download | only in tests

Lines Matching defs:kHeight

706     const int kHeight = 10;
707 std::unique_ptr<uint32_t[]> pixels(new uint32_t[kWidth * kHeight]);
708 sk_memset32(pixels.get(), color, kWidth * kHeight);
711 pixels.get(), kWidth, kHeight, kRGBA_8888_GrPixelConfig, true, GrMipMapped::kNo);
733 const int kHeight = 10;
734 std::unique_ptr<uint32_t[]> pixels(new uint32_t[kWidth * kHeight]);
735 sk_memset32(pixels.get(), color, kWidth * kHeight);
738 pixels.get(), kWidth, kHeight, kRGBA_8888_GrPixelConfig, true, GrMipMapped::kNo);