Searched refs:widthInBytes (Results 1 – 1 of 1) sorted by relevance
274 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes, in fillRGBA8888() argument277 memset(data, y + seed, widthInBytes); in fillRGBA8888()283 size_t strideInBytes, size_t widthInBytes, uint32_t seed = 0) { in verifyRGBA8888() argument293 for (size_t i = 0; i < widthInBytes; i++) { in verifyRGBA8888()