Searched defs:bytes_per_line (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/compute/example/ |
D | qimage_blur.cpp | 108 size_t bytes_per_line = qimage.bytesPerLine(); in main() local
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | XlibSurfaceKHR.cpp | 72 int bytes_per_line = image->getImage()->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in attachImage() local
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferX11.cpp | 91 int bytes_per_line = width * 4; in FrameBufferX11() local
|
/third_party/ffmpeg/libavcodec/ |
D | pcx.c | 79 unsigned int w, h, bits_per_pixel, bytes_per_line, nplanes, stride, y, x, in pcx_decode_frame() local
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 472 int bytes_per_line = in xmesa_MapRenderbuffer() local
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | decoder.h | 332 int bytes_per_line; member
|
D | io-sim.c | 366 unsigned int width, unsigned int height, unsigned int bytes_per_line) in clear_image()
|
/third_party/mesa3d/src/glx/ |
D | drisw_glx.c | 169 bytes_per_line(unsigned pitch_bits, unsigned mul) in bytes_per_line() function
|