Searched refs:RowPointers (Results 1 – 2 of 2) sorted by relevance
93 class RowPointers {99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers() function129 ~RowPointers() in ~RowPointers()
115 RowPointers<uint8_t> rp(info.width, info.height, info.componentCount, sizeof(uint8_t)); in LoadFromMemory()