Home
last modified time | relevance | path

Searched refs:pixmapMem (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DBackendAllocationTest.cpp475 SkAutoPixmapStorage pixmapMem[6]; in test_pixmap_init() local
485 int numMipLevels = make_pixmaps(skColorType, mipMapped, colors, pixmapMem); in test_pixmap_init()
491 pixmaps[i].reset(pixmapMem[i].info(), pixmapMem[i].addr(), pixmapMem[i].rowBytes()); in test_pixmap_init()
538 make_pixmaps(skColorType, mipMapped, colorsNew, pixmapMem); in test_pixmap_init()
540 pixmaps[i].reset(pixmapMem[i].info(), pixmapMem[i].addr(), pixmapMem[i].rowBytes()); in test_pixmap_init()