/external/skia/src/opts/ |
D | SkMorphologyImageFilter_opts.h | 21 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 23 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 25 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 54 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 56 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 58 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 86 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 88 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 90 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
|
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 223 int dstStride, stride, j, texelBytes; in readpixels_memcpy() local 230 dstStride = _mesa_image_row_stride(packing, width, format, type); in readpixels_memcpy() 246 dst += dstStride; in readpixels_memcpy() 269 int stride, dstStride, j; in read_uint_depth_pixels() local 288 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_uint_depth_pixels() 296 dst += dstStride; in read_uint_depth_pixels() 317 int dstStride, stride; in read_depth_pixels() local 334 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_depth_pixels() 353 dst += dstStride; in read_depth_pixels() 632 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels() argument [all …]
|
D | texgetimage.c | 320 int srcStride, dstStride; in get_tex_rgba_compressed() local 360 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_rgba_compressed() 367 _mesa_format_convert(dest, dstFormat, dstStride, in get_tex_rgba_compressed()
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 166 uint8_t* dst, size_t dstStride, uint8_t* dstEnd) const { in blurOneScan() argument 191 for (auto srcCursor = src; srcCursor < srcEnd; dst += dstStride, srcCursor += srcStride) { in blurOneScan() 233 dst += dstStride; in blurOneScan() 246 dstCursor -= dstStride; in blurOneScan()
|
D | SkMaskBlurFilter.h | 57 uint8_t* dst, size_t dstStride, uint8_t* dstEnd) const;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 594 const uint dstStride = w; in pipe_get_tile_z() local 610 pDest += dstStride; in pipe_get_tile_z() 625 pDest += dstStride; in pipe_get_tile_z() 640 pDest += dstStride; in pipe_get_tile_z() 654 pDest += dstStride; in pipe_get_tile_z() 676 pDest += dstStride; in pipe_get_tile_z() 698 pDest += dstStride; in pipe_get_tile_z()
|
/external/skia/include/effects/ |
D | SkMorphologyImageFilter.h | 29 int width, int height, int srcStride, int dstStride);
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoRenderer.java | 124 int height, int srcStride, ByteBuffer dst, int dstStride); in nativeCopyPlane() argument
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local 317 …deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.d… in copyToLayout()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2054 int dstStride, srcStride; in st_GetTexSubImage() local 2067 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in st_GetTexSubImage() 2078 _mesa_format_convert(dest, dstMesaFormat, dstStride, in st_GetTexSubImage()
|