Home | History | Annotate | Download | only in tests

Lines Matching defs:kHeight

589     const int kHeight = 10;
590 std::unique_ptr<uint32_t[]> pixels(new uint32_t[kWidth * kHeight]);
591 sk_memset32(pixels.get(), color, kWidth * kHeight);
594 pixels.get(), kWidth, kHeight, kRGBA_8888_GrPixelConfig, true, GrMipMapped::kNo);
616 const int kHeight = 10;
617 std::unique_ptr<uint32_t[]> pixels(new uint32_t[kWidth * kHeight]);
618 sk_memset32(pixels.get(), color, kWidth * kHeight);
621 pixels.get(), kWidth, kHeight, kRGBA_8888_GrPixelConfig, true, GrMipMapped::kNo);