Searched defs:zeroOutside (Results 1 – 1 of 1) sorted by relevance
91 void readPixelRect(const PixelRect &other, int x, int y, bool zeroOutside) in readPixelRect()287 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D()289 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D()294 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl()