/external/skia/modules/canvaskit/ |
D | cpu.js | 69 CanvasKit.MakeRasterDirectSurface = function(imageInfo, mallocObj, bytesPerRow) { argument
|
D | interface.js | 393 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow) { argument 446 bytesPerRow) { argument 743 bytesPerRow) { argument 1131 CanvasKit.MakeImage = function(info, pixels, bytesPerRow) { argument
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 176 uint32 bytesPerRow = fBitmap->BytesPerRow(); in SwapBuffers() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 528 const uint bytesPerRow = width * util_format_get_blocksize(dst_format); in st_ReadPixels() local
|
D | st_cb_texture.c | 1689 const uint bytesPerRow = width * util_format_get_blocksize(src_format); in st_TexSubImage() local 2221 const uint bytesPerRow = width * util_format_get_blocksize(dst_format); in st_GetTexSubImage() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 298 GLint bytesPerRow, remainder; in _mesa_image_row_stride() local 346 GLint bytesPerRow, bytesPerImage, remainder; in _mesa_image_image_stride() local
|
D | readpix.c | 225 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
|
D | texstore.c | 116 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture() local
|
D | pack.c | 1206 GLint bytesPerRow, compsPerRow; in _mesa_unpack_image() local
|
D | texgetimage.c | 648 const GLint bytesPerRow = width * bpp; in get_tex_memcpy() local
|
/external/dng_sdk/source/ |
D | dng_ifd.cpp | 4069 uint32 bytesPerRow = SafeUint32DivideUp(bitsPerRow, 8); in TileByteCount() local
|
D | dng_read_image.cpp | 1064 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16); in dng_image_spooler() local 1825 uint32 bytesPerRow = SafeUint32Mult (tileArea.W(), planes, in ReadLosslessJPEG() local 3044 uint32 bytesPerRow = SafeUint32Mult (ifd.fTileWidth, innerSamples, in Read() local
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 396 GLint bytesPerRow, i; in compute_row_addresses() local
|
/external/libcups/scheduler/ |
D | printers.c | 4843 size_t bytesPerRow; /* The bytes per row used for resizing */ in load_ppd() local
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 1587 …GLint bytesPerRow = gl::ComputePitch(pixelsPerRow, format, type, mState.unpackParameters.alignment… in getRequiredBufferSize() local
|