Home
last modified time | relevance | path

Searched refs:pixelCnt (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DRectangleTextureTest.cpp50 int pixelCnt = w * h; in test_clear() local
51 SkAutoTMalloc<uint32_t> expectedPixels(pixelCnt); in test_clear()
91 int pixelCnt = dstContext->width() * dstContext->height(); in test_copy_to_surface() local
92 SkAutoTMalloc<uint32_t> pixels(pixelCnt); in test_copy_to_surface()
H A DTestUtils.cpp29 int pixelCnt = srcContext->width() * srcContext->height(); in TestReadPixels() local
42 for (int i = 0; i < pixelCnt; ++i) { in TestReadPixels()

Completed in 2 milliseconds