Home
last modified time | relevance | path

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

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinput.cpp401 size_t native_ystride = size_t(spec.width) * native_pixel_bytes; in read_native_scanlines() local
402 std::unique_ptr<char[]> buf(new char[native_ystride * (yend - ybegin)]); in read_native_scanlines()
414 char *b = buf.get() + native_ystride * y; in read_native_scanlines()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinput.cpp401 size_t native_ystride = size_t(spec.width) * native_pixel_bytes; in read_native_scanlines() local
402 std::unique_ptr<char[]> buf(new char[native_ystride * (yend - ybegin)]); in read_native_scanlines()
414 char *b = buf.get() + native_ystride * y; in read_native_scanlines()