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()274 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D()276 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D()281 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl()